Codebase list golang-github-farsightsec-go-nmsg / debian/0.2.0-3 go.mod
debian/0.2.0-3

Tree @debian/0.2.0-3 (Download .tar.gz)

go.mod @debian/0.2.0-3raw · 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
)