Codebase list golang-github-dnstap-golang-dnstap / 1d03e4f0-3515-4193-bc7f-583856effd09/main go.mod
1d03e4f0-3515-4193-bc7f-583856effd09/main

Tree @1d03e4f0-3515-4193-bc7f-583856effd09/main (Download .tar.gz)

go.mod @1d03e4f0-3515-4193-bc7f-583856effd09/mainraw · 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
)