git » debian:dnss » upstream » tree

[upstream] / go.mod

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
)