summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMDK <[email protected]>2024-06-03 19:22:35 +0800
committerMDK <[email protected]>2024-06-03 19:22:35 +0800
commit4b8110b6b018b41ffbddce4dfd3c4af16bd80ba4 (patch)
tree375fe780e929555c6fd2b5226055acbed867b3dc /go.mod
gfw testHEADmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 15 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..59262e7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,15 @@
+module gfw_test
+
+go 1.20
+
+require github.com/miekg/dns v1.1.55
+
+require (
+ github.com/mattn/go-colorable v0.1.13 // indirect
+ github.com/mattn/go-isatty v0.0.19 // indirect
+ github.com/rs/zerolog v1.29.1 // indirect
+ golang.org/x/mod v0.7.0 // indirect
+ golang.org/x/net v0.2.0 // indirect
+ golang.org/x/sys v0.10.0 // indirect
+ golang.org/x/tools v0.3.0 // indirect
+)