diff options
Diffstat (limited to 'tests/dnstap/src/dnstap-test/go.mod')
-rw-r--r-- | tests/dnstap/src/dnstap-test/go.mod | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/dnstap/src/dnstap-test/go.mod b/tests/dnstap/src/dnstap-test/go.mod new file mode 100644 index 00000000..562fd734 --- /dev/null +++ b/tests/dnstap/src/dnstap-test/go.mod @@ -0,0 +1,18 @@ +module gitlab.nic.cz/knot/knot-resolver/tests/dnstap-test + +go 1.17 + +require ( + github.com/cloudflare/dns v0.0.0-20151007113418-e20ffa3da443 + github.com/dnstap/golang-dnstap v0.4.0 + google.golang.org/protobuf v1.30.0 +) + +require ( + github.com/FiloSottile/gvt v0.0.0-20180825041312-4899cb1641fb // indirect + github.com/farsightsec/golang-framestream v0.3.0 // indirect + github.com/miekg/dns v1.1.31 // indirect + golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect + golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect + golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe // indirect +) |