diff --git a/go.mod b/go.mod index 8f3e56b..fb9a3dd 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,12 @@ module git.uoc.run.place/OxFF/dnsexit-manager go 1.23.4 -require git.uoc.run.place/OxFF/dns-manager v0.0.0-20250107205730-c4ab438a9fd5 // indirect +require ( + git.uoc.run.place/OxFF/dns-manager v0.0.0-20250107205730-c4ab438a9fd5 // indirect + github.com/miekg/dns v1.1.62 // indirect + golang.org/x/mod v0.18.0 // indirect + golang.org/x/net v0.27.0 // indirect + golang.org/x/sync v0.7.0 // indirect + golang.org/x/sys v0.22.0 // indirect + golang.org/x/tools v0.22.0 // indirect +) \ No newline at end of file