aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-10-31 12:20:13 -0400
committerGravatar GitHub <noreply@github.com> 2022-10-31 12:20:13 -0400
commit3b2ed667d98efa2eb581e0ad094c12c4d8dae8f9 (patch)
treef82c03cb5c492060907621efd443aceed48f5a89
parent94976445051b44721f95b09e47ea01128181c9d3 (diff)
downloadcoredns-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>
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 558e7819a..0b706ae2d 100644
--- a/go.mod
+++ b/go.mod
@@ -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
diff --git a/go.sum b/go.sum
index 893add8af..6f3d05788 100644
--- a/go.sum
+++ b/go.sum
@@ -790,8 +790,8 @@ github.com/mattn/go-sqlite3 v1.9.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOq
github.com/mattn/go-sqlite3 v1.10.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
github.com/mattn/go-sqlite3 v1.14.12/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
-github.com/matttproud/golang_protobuf_extensions v1.0.2 h1:hAHbPm5IJGijwng3PWk09JkG9WeqChjprR5s9bBZ+OM=
-github.com/matttproud/golang_protobuf_extensions v1.0.2/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
+github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
+github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
github.com/miekg/dns v1.1.25/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso=
github.com/miekg/dns v1.1.31/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM=