Update go.mod

Total rework of dnsexit-manager
This commit is contained in:
2025-01-14 21:57:42 +03:00
parent 7affff675d
commit 8423c72380

10
go.mod
View File

@ -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
)