diff options
author | 2020-02-03 07:55:31 -0800 | |
---|---|---|
committer | 2020-02-03 07:55:31 -0800 | |
commit | 64da7a535adc440e7356b91b7d2cc638e471707c (patch) | |
tree | 56f307dc7c609a02120f024a4cefffb5580ff96b /go.mod | |
parent | c9d567ab4423d391e5b3bef874185c324b6ed2ed (diff) | |
download | coredns-64da7a535adc440e7356b91b7d2cc638e471707c.tar.gz coredns-64da7a535adc440e7356b91b7d2cc638e471707c.tar.zst coredns-64da7a535adc440e7356b91b7d2cc638e471707c.zip |
build(deps): bump github.com/golang/protobuf from 1.3.2 to 1.3.3 (#3646)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.3.2...v1.3.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( github.com/dnstap/golang-dnstap v0.0.0-20170829151710-2cf77a2b5e11 github.com/farsightsec/golang-framestream v0.0.0-20181102145529-8a0cb8ba8710 github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect - github.com/golang/protobuf v1.3.2 + github.com/golang/protobuf v1.3.3 github.com/googleapis/gnostic v0.2.0 // indirect github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 github.com/imdario/mergo v0.3.7 // indirect |