summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-12-03 00:25:50 +0900
committerhaturatu <taro@eyes4you.org>2024-12-03 00:25:50 +0900
commitf98589664b8e99d803f06c54094e632793158f08 (patch)
tree2f024aed343436fea6189a464084daeba626a904 /go.mod
Testin
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..2023e27
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module ogp-fetch
+
+go 1.23.3
+
+require golang.org/x/net v0.31.0