summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorradhitya <alif@radhitya.org>2026-06-13 12:56:42 +0700
committerradhitya <alif@radhitya.org>2026-06-13 12:56:42 +0700
commitd802d4a685016be8b79c89b4f21099b9a1569532 (patch)
tree27cd028c8e60ec0b6bb805fc2fbd2616e0b91bf0 /go.mod
parent01e05e8df5f56d605dfd75456a424527e76a2955 (diff)
license, makefile, readme, ignore
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d4ccd67..2f9b854 100644
--- a/go.mod
+++ b/go.mod
@@ -2,8 +2,9 @@ module sdns
go 1.26.1
+require github.com/miekg/dns v1.1.72
+
require (
- github.com/miekg/dns v1.1.72 // indirect
golang.org/x/mod v0.31.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sync v0.19.0 // indirect