Update go.mod
Total rework of dnsexit-manager
This commit is contained in:
10
go.mod
10
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
|
||||
)
|
Reference in New Issue
Block a user