Codebase list golang-github-dnstap-golang-dnstap / upstream/0.4.0 go.mod
upstream/0.4.0

Tree @upstream/0.4.0 (Download .tar.gz)

go.mod @upstream/0.4.0raw · history · blame

1
2
3
4
5
6
7
module github.com/dnstap/golang-dnstap

require (
	github.com/farsightsec/golang-framestream v0.3.0
	github.com/miekg/dns v1.1.31
	google.golang.org/protobuf v1.23.0
)