diff options
author | 2022-10-31 12:20:13 -0400 | |
---|---|---|
committer | 2022-10-31 12:20:13 -0400 | |
commit | 3b2ed667d98efa2eb581e0ad094c12c4d8dae8f9 (patch) | |
tree | f82c03cb5c492060907621efd443aceed48f5a89 /go.mod | |
parent | 94976445051b44721f95b09e47ea01128181c9d3 (diff) | |
download | coredns-3b2ed667d98efa2eb581e0ad094c12c4d8dae8f9.tar.gz coredns-3b2ed667d98efa2eb581e0ad094c12c4d8dae8f9.tar.zst coredns-3b2ed667d98efa2eb581e0ad094c12c4d8dae8f9.zip |
build(deps): bump github.com/matttproud/golang_protobuf_extensions (#5726)
Bumps [github.com/matttproud/golang_protobuf_extensions](https://github.com/matttproud/golang_protobuf_extensions) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/matttproud/golang_protobuf_extensions/releases)
- [Changelog](https://github.com/matttproud/golang_protobuf_extensions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matttproud/golang_protobuf_extensions/compare/v1.0.2...v1.0.4)
---
updated-dependencies:
- dependency-name: github.com/matttproud/golang_protobuf_extensions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[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/go-logr/logr v1.2.3 github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9 - github.com/matttproud/golang_protobuf_extensions v1.0.2 + github.com/matttproud/golang_protobuf_extensions v1.0.4 github.com/miekg/dns v1.1.50 github.com/opentracing/opentracing-go v1.2.0 github.com/openzipkin-contrib/zipkin-go-opentracing v0.5.0 |