diff options
author | 2020-09-14 11:30:06 +0200 | |
---|---|---|
committer | 2020-09-14 11:30:06 +0200 | |
commit | 1a4e635b19afb70b2aa473eba1f229e7b1905cca (patch) | |
tree | 82e9684d42dac239551c6073fc36f9ea3ff17705 /go.mod | |
parent | 5673a9d569525f11735789da290f5ae62286f4ce (diff) | |
download | coredns-1a4e635b19afb70b2aa473eba1f229e7b1905cca.tar.gz coredns-1a4e635b19afb70b2aa473eba1f229e7b1905cca.tar.zst coredns-1a4e635b19afb70b2aa473eba1f229e7b1905cca.zip |
build(deps): bump github.com/farsightsec/golang-framestream (#4117)
Bumps [github.com/farsightsec/golang-framestream](https://github.com/farsightsec/golang-framestream) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/farsightsec/golang-framestream/releases)
- [Commits](https://github.com/farsightsec/golang-framestream/compare/v0.2.0...v0.3.0)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ require ( github.com/caddyserver/caddy v1.0.5 github.com/cenkalti/backoff/v4 v4.0.2 github.com/dnstap/golang-dnstap v0.2.1 - github.com/farsightsec/golang-framestream v0.2.0 + github.com/farsightsec/golang-framestream v0.3.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 |