1
0
Fork 0
mirror of https://github.com/Luzifer/rootzone.git synced 2024-12-20 19:31:20 +00:00
rootzone/go.mod

25 lines
582 B
Modula-2
Raw Normal View History

2019-05-25 15:09:31 +00:00
module github.com/Luzifer/rootzone
2024-12-12 11:38:42 +00:00
go 1.22.0
toolchain go1.23.4
require (
github.com/Luzifer/go_helpers/v2 v2.25.0
github.com/Luzifer/rconfig/v2 v2.5.2
github.com/miekg/dns v1.1.62
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
)
2019-05-25 15:09:31 +00:00
require (
2024-12-12 11:38:42 +00:00
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/tools v0.28.0 // indirect
gopkg.in/validator.v2 v2.0.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2019-05-25 15:09:31 +00:00
)