Codebase list golang-github-farsightsec-go-nmsg / 5486bf04-752f-4267-bc6f-d478a18e933d/upstream/0.2.0-2+ds go.mod
5486bf04-752f-4267-bc6f-d478a18e933d/upstream/0.2.0-2+ds

Tree @5486bf04-752f-4267-bc6f-d478a18e933d/upstream/0.2.0-2+ds (Download .tar.gz)

go.mod @5486bf04-752f-4267-bc6f-d478a18e933d/upstream/0.2.0-2+dsraw · 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
)