git » dnss » main » tree

[main] / go.mod

module blitiri.com.ar/go/dnss

go 1.23.0

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

require (
	golang.org/x/mod v0.25.0 // indirect
	golang.org/x/net v0.41.0 // indirect
	golang.org/x/sync v0.15.0 // indirect
	golang.org/x/sys v0.33.0 // indirect
	golang.org/x/tools v0.34.0 // indirect
)