diff options
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/aws/aws-sdk-go v1.35.35 github.com/cenkalti/backoff/v4 v4.1.0 github.com/coredns/caddy v1.1.0 - github.com/dnstap/golang-dnstap v0.2.2 + github.com/dnstap/golang-dnstap v0.3.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 @@ -129,6 +129,7 @@ github.com/dimchansky/utfbom v1.1.0 h1:FcM3g+nofKgUteL8dm/UpdRXNC9KmADgTpLKsu0TR github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8= github.com/dnstap/golang-dnstap v0.2.2 h1:H2PCf5R92SRSsXuSM9P4ToqRkzaRLwtS8UPwauHLPf8= github.com/dnstap/golang-dnstap v0.2.2/go.mod h1:JIH+8jjV4pSEZCGPfPgFfuwyzmAuTLrEnk0BxtrF/5w= +github.com/dnstap/golang-dnstap v0.3.0/go.mod h1:49IwPRTxiC2Jz0jwrLqiPnRyevwKpAQ/tmO0P0hZO5o= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= |