aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-05-04 10:47:01 +0200
committerGravatar GitHub <noreply@github.com> 2023-05-04 10:47:01 +0200
commitefd9bd4c1b58f4a2b0ee5f5094778c2fd6604de8 (patch)
tree7fa104b22eb66344079f93869ff98cd9181c2935 /go.mod
parent74c23f400c9c5c5517183750e38693e108477646 (diff)
downloadcoredns-efd9bd4c1b58f4a2b0ee5f5094778c2fd6604de8.tar.gz
coredns-efd9bd4c1b58f4a2b0ee5f5094778c2fd6604de8.tar.zst
coredns-efd9bd4c1b58f4a2b0ee5f5094778c2fd6604de8.zip
build(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#6064)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto 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 3d96e0823..a85a5f444 100644
--- a/go.mod
+++ b/go.mod
@@ -26,7 +26,7 @@ require (
github.com/prometheus/common v0.42.0
go.etcd.io/etcd/api/v3 v3.5.8
go.etcd.io/etcd/client/v3 v3.5.8
- golang.org/x/crypto v0.7.0
+ golang.org/x/crypto v0.8.0
golang.org/x/sys v0.7.0
google.golang.org/api v0.119.0
google.golang.org/grpc v1.54.0