diff options
author | haturatu <taro@eyes4you.org> | 2024-12-04 17:10:51 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-12-04 17:10:51 +0900 |
commit | c6deec6e6452b591ecb729bfd5b4ec0a1822c640 (patch) | |
tree | a2ebf18997d18a13cc779693a0ceae1f99e2a00b /go.mod |
first commit
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module ght + +go 1.23.3 + +require golang.org/x/net v0.31.0 |