summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMDK <[email protected]>2023-06-19 10:06:24 +0800
committerMDK <[email protected]>2023-06-19 10:06:24 +0800
commit1a81d29eaeaa2b707e93d792f90fc6bbb8af747e (patch)
treeb7661217553e58fe2670999e3145be3870e571f4 /go.mod
parent2af14eed46f61cb0d5daa774eee82b983a9addee (diff)
go.mod added
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 12 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..d23b20e
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,12 @@
+module echodns
+
+go 1.20
+
+require github.com/miekg/dns v1.1.54
+
+require (
+ golang.org/x/mod v0.7.0 // indirect
+ golang.org/x/net v0.2.0 // indirect
+ golang.org/x/sys v0.2.0 // indirect
+ golang.org/x/tools v0.3.0 // indirect
+)