diff options
author | 2020-05-11 07:52:38 -0700 | |
---|---|---|
committer | 2020-05-11 07:52:38 -0700 | |
commit | 3b1e0f573271e40e9c103c6b14a542d5c4b0973f (patch) | |
tree | b31e24501c5611ebd4d8328b9a1d126eed0c6f19 /go.mod | |
parent | 6ace2e511195f56762c1da832fa00d15fe56e064 (diff) | |
download | coredns-3b1e0f573271e40e9c103c6b14a542d5c4b0973f.tar.gz coredns-3b1e0f573271e40e9c103c6b14a542d5c4b0973f.tar.zst coredns-3b1e0f573271e40e9c103c6b14a542d5c4b0973f.zip |
build(deps): bump github.com/golang/protobuf from 1.4.0 to 1.4.1 (#3883)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.4.0...v1.4.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 | 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.4.0 + github.com/golang/protobuf v1.4.1 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 |