git » dnss » next » tree

[next] / go.mod

module blitiri.com.ar/go/dnss

go 1.18

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

require (
	golang.org/x/mod v0.16.0 // indirect
	golang.org/x/net v0.22.0 // indirect
	golang.org/x/sys v0.18.0 // indirect
	golang.org/x/tools v0.19.0 // indirect
)