Codebase list golang-github-farsightsec-go-nmsg / dc6c4f6 go.mod
dc6c4f6

Tree @dc6c4f6 (Download .tar.gz)

go.mod @dc6c4f6raw · history · blame

1
2
3
4
5
6
7
module github.com/farsightsec/go-nmsg

require (
	github.com/dnstap/golang-dnstap v0.4.0
	google.golang.org/protobuf v1.25.0
	gopkg.in/yaml.v2 v2.4.0
)