summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMDK <[email protected]>2024-06-03 19:20:05 +0800
committerMDK <[email protected]>2024-06-03 19:20:05 +0800
commitc96a23cc254255ca16cbeb8ed8e29066180f10e8 (patch)
tree384f822ed8754ce0c326fc0c64ae534be095266f /go.mod
YYDNS attack serverHEADmaster
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..08911b7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,12 @@
+module rogue_ns
+
+go 1.20
+
+require github.com/miekg/dns v1.1.56
+
+require (
+ golang.org/x/mod v0.12.0 // indirect
+ golang.org/x/net v0.15.0 // indirect
+ golang.org/x/sys v0.12.0 // indirect
+ golang.org/x/tools v0.13.0 // indirect
+)