diff options
author | haturatu <taro@eyes4you.org> | 2024-12-03 00:25:50 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-12-03 00:25:50 +0900 |
commit | f98589664b8e99d803f06c54094e632793158f08 (patch) | |
tree | 2f024aed343436fea6189a464084daeba626a904 /go.mod |
Testin
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module ogp-fetch + +go 1.23.3 + +require golang.org/x/net v0.31.0 |