Codebase list golang-github-dnstap-golang-dnstap / 15c580b9-8384-4012-b46f-e70c6e3ac511/main go.mod
15c580b9-8384-4012-b46f-e70c6e3ac511/main

Tree @15c580b9-8384-4012-b46f-e70c6e3ac511/main (Download .tar.gz)

go.mod @15c580b9-8384-4012-b46f-e70c6e3ac511/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
)