OxFF 8423c72380 Update go.mod
Total rework of dnsexit-manager
2025-01-14 21:57:42 +03:00

13 lines
389 B
Modula-2

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