diff options
author | 2020-04-20 07:38:16 -0700 | |
---|---|---|
committer | 2020-04-20 07:38:16 -0700 | |
commit | 62b0d354849215b9751637c7fb13c8c70bd2cc11 (patch) | |
tree | 3a1584d0c567d4f0ee0e22efe1af325db1179cf3 /go.mod | |
parent | 42be3c9a33d1150687baea37352fa33f6246a9f9 (diff) | |
download | coredns-62b0d354849215b9751637c7fb13c8c70bd2cc11.tar.gz coredns-62b0d354849215b9751637c7fb13c8c70bd2cc11.tar.zst coredns-62b0d354849215b9751637c7fb13c8c70bd2cc11.zip |
build(deps): bump github.com/golang/protobuf from 1.3.5 to 1.4.0 (#3845)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.5 to 1.4.0.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.3.5...v1.4.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
@@ -15,7 +15,7 @@ require ( 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/golang/protobuf v1.3.5 + github.com/golang/protobuf v1.4.0 github.com/gophercloud/gophercloud v0.9.0 // indirect github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 github.com/hashicorp/golang-lru v0.5.4 // indirect |