aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2021-09-27 07:03:19 -0700
committerGravatar GitHub <noreply@github.com> 2021-09-27 07:03:19 -0700
commit55e36bfa325df45e14b4bc08dc8c434077443ae9 (patch)
treeedbe0af0c472659eaeaa0ffad42abaa7813ca2e7 /go.mod
parent46fa2a64cc47de5fab3ce85c442b44d7a6721eea (diff)
downloadcoredns-55e36bfa325df45e14b4bc08dc8c434077443ae9.tar.gz
coredns-55e36bfa325df45e14b4bc08dc8c434077443ae9.tar.zst
coredns-55e36bfa325df45e14b4bc08dc8c434077443ae9.zip
build(deps): bump google.golang.org/grpc from 1.40.0 to 1.41.0 (#4889)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.40.0...v1.41.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6ffdb4a00..51c9e622a 100644
--- a/go.mod
+++ b/go.mod
@@ -33,7 +33,7 @@ require (
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365
google.golang.org/api v0.57.0
- google.golang.org/grpc v1.40.0
+ google.golang.org/grpc v1.41.0
gopkg.in/DataDog/dd-trace-go.v1 v1.33.0
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2