Codebase list golang-github-dnstap-golang-dnstap / 175fa85 go.mod
175fa85

Tree @175fa85 (Download .tar.gz)

go.mod @175fa85raw · history · blame

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

require (
	github.com/farsightsec/golang-framestream v0.2.0
	github.com/golang/protobuf v1.4.2
	github.com/miekg/dns v1.1.31
)