File: go.mod

package info (click to toggle)
golang-github-dnstap-golang-dnstap 0.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: sh: 17; makefile: 17
file content (7 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
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
)