Codebase list dnss / HEAD go.mod
HEAD

Tree @HEAD (Download .tar.gz)

go.mod @HEADraw · history · blame

module blitiri.com.ar/go/dnss

go 1.14

require (
	blitiri.com.ar/go/log v1.1.0
	blitiri.com.ar/go/systemd v1.1.0
	github.com/miekg/dns v1.1.30
	golang.org/x/net v0.0.0-20200707034311-ab3426394381
)