diff options
author | 2021-02-15 05:28:05 -0800 | |
---|---|---|
committer | 2021-02-15 05:28:05 -0800 | |
commit | 15c17ebb16a10f3a0abb442d9c78effc56fc8c08 (patch) | |
tree | abb2fac6b1b6f19856416d2174f8e55619987c16 /go.mod | |
parent | 1db575a2ce5b346d07124a840a7d6cefd059a3ed (diff) | |
download | coredns-15c17ebb16a10f3a0abb442d9c78effc56fc8c08.tar.gz coredns-15c17ebb16a10f3a0abb442d9c78effc56fc8c08.tar.zst coredns-15c17ebb16a10f3a0abb442d9c78effc56fc8c08.zip |
build(deps): bump github.com/dnstap/golang-dnstap from 0.3.0 to 0.4.0 (#4466)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/DataDog/datadog-go v3.5.0+incompatible // indirect github.com/aws/aws-sdk-go v1.37.6 github.com/coredns/caddy v1.1.0 - github.com/dnstap/golang-dnstap v0.3.0 + github.com/dnstap/golang-dnstap v0.4.0 github.com/dustin/go-humanize v1.0.0 // indirect github.com/farsightsec/golang-framestream v0.3.0 github.com/golang/protobuf v1.4.3 |