aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-07-10 15:42:13 +0200
committerGravatar GitHub <noreply@github.com> 2023-07-10 15:42:13 +0200
commitae3c8f5a5fc2b7e1a56061f2b728b5361886ef07 (patch)
treebd8b005fe8469000ac12f5dad68ad93dd886ea8d /go.mod
parentcd3efc8c7b63d7f0343f864baa6e198f05927bed (diff)
downloadcoredns-ae3c8f5a5fc2b7e1a56061f2b728b5361886ef07.tar.gz
coredns-ae3c8f5a5fc2b7e1a56061f2b728b5361886ef07.tar.zst
coredns-ae3c8f5a5fc2b7e1a56061f2b728b5361886ef07.zip
build(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 (#6196)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index a07a45ce1..f18639171 100644
--- a/go.mod
+++ b/go.mod
@@ -26,8 +26,8 @@ require (
github.com/prometheus/common v0.44.0
go.etcd.io/etcd/api/v3 v3.5.9
go.etcd.io/etcd/client/v3 v3.5.9
- golang.org/x/crypto v0.10.0
- golang.org/x/sys v0.9.0
+ golang.org/x/crypto v0.11.0
+ golang.org/x/sys v0.10.0
google.golang.org/api v0.129.0
google.golang.org/grpc v1.56.1
google.golang.org/protobuf v1.31.0
@@ -109,8 +109,8 @@ require (
golang.org/x/mod v0.9.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/oauth2 v0.9.0 // indirect
- golang.org/x/term v0.9.0 // indirect
- golang.org/x/text v0.10.0 // indirect
+ golang.org/x/term v0.10.0 // indirect
+ golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
golang.org/x/tools v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect