diff options
author | 2020-09-07 10:26:25 +0200 | |
---|---|---|
committer | 2020-09-07 10:26:25 +0200 | |
commit | 0e441847b5ae4745b41026e5a14662cc5c41d555 (patch) | |
tree | 10721eb005bf4d80035528096321f64be685a07e /go.mod | |
parent | 18c8e1a3f12c8c5f17e83535a7626ee5f504b254 (diff) | |
download | coredns-0e441847b5ae4745b41026e5a14662cc5c41d555.tar.gz coredns-0e441847b5ae4745b41026e5a14662cc5c41d555.tar.zst coredns-0e441847b5ae4745b41026e5a14662cc5c41d555.zip |
build(deps): bump github.com/dnstap/golang-dnstap from 0.2.0 to 0.2.1 (#4107)
Bumps [github.com/dnstap/golang-dnstap](https://github.com/dnstap/golang-dnstap) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/dnstap/golang-dnstap/releases)
- [Commits](https://github.com/dnstap/golang-dnstap/compare/v0.2.0...v0.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ require ( github.com/aws/aws-sdk-go v1.34.18 github.com/caddyserver/caddy v1.0.5 github.com/cenkalti/backoff/v4 v4.0.2 - github.com/dnstap/golang-dnstap v0.2.0 - github.com/farsightsec/golang-framestream v0.0.0-20190425193708-fa4b164d59b8 + github.com/dnstap/golang-dnstap v0.2.1 + github.com/farsightsec/golang-framestream v0.2.0 github.com/golang/protobuf v1.4.2 github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 github.com/hashicorp/golang-lru v0.5.4 // indirect |