git » dnss » main » tree

[main] / go.mod

module blitiri.com.ar/go/dnss

go 1.21

require (
	blitiri.com.ar/go/log v1.1.0
	blitiri.com.ar/go/systemd v1.1.0
	github.com/google/go-cmp v0.6.0
	github.com/miekg/dns v1.1.61
)

require (
	golang.org/x/mod v0.20.0 // indirect
	golang.org/x/net v0.28.0 // indirect
	golang.org/x/sync v0.8.0 // indirect
	golang.org/x/sys v0.24.0 // indirect
	golang.org/x/tools v0.24.0 // indirect
)