git » dnss » next » tree

[next] / go.mod

module blitiri.com.ar/go/dnss

go 1.22.0

toolchain go1.23.4

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

require (
	golang.org/x/mod v0.22.0 // indirect
	golang.org/x/net v0.33.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
)