From d802d4a685016be8b79c89b4f21099b9a1569532 Mon Sep 17 00:00:00 2001 From: radhitya Date: Sat, 13 Jun 2026 12:56:42 +0700 Subject: license, makefile, readme, ignore --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3