summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-12-04 17:10:51 +0900
committerhaturatu <taro@eyes4you.org>2024-12-04 17:10:51 +0900
commitc6deec6e6452b591ecb729bfd5b4ec0a1822c640 (patch)
treea2ebf18997d18a13cc779693a0ceae1f99e2a00b /go.mod
first commit
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..188e966
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module ght
+
+go 1.23.3
+
+require golang.org/x/net v0.31.0