From 1d1a15075b93815a2d006167d433c03d1abef419 Mon Sep 17 00:00:00 2001 From: radhitya Date: Sun, 7 Jun 2026 17:05:59 +0700 Subject: first commit --- go.mod | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..d4ccd67 --- /dev/null +++ b/go.mod @@ -0,0 +1,12 @@ +module sdns + +go 1.26.1 + +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 + golang.org/x/sys v0.39.0 // indirect + golang.org/x/tools v0.40.0 // indirect +) -- cgit v1.2.3