aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2022-05-25 23:28:08 -0700
committerGravatar GitHub <noreply@github.com> 2022-05-25 23:28:08 -0700
commit2c05834f913fe4e1983fe95a580a5e9fca675053 (patch)
tree8adfd682140d17260b37434ecbf1a6ffad459d3b /go.mod
parent91bcbc2e3ada7c034e0cca022a717871684dd5ca (diff)
downloadcoredns-2c05834f913fe4e1983fe95a580a5e9fca675053.tar.gz
coredns-2c05834f913fe4e1983fe95a580a5e9fca675053.tar.zst
coredns-2c05834f913fe4e1983fe95a580a5e9fca675053.zip
Update golang.org/x/crypto to the latest version (#5407)
It looks like dependabot couldn't update golang.org/x/crypto automatically to fix the CVE-2022-27191: https://github.com/coredns/coredns/discussions/5403#discussion-4099726 This PR manually fix the dependency. Signed-off-by: Yong Tang <yong.tang.github@outlook.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 74a48f1a1..3cfbe6b78 100644
--- a/go.mod
+++ b/go.mod
@@ -24,7 +24,7 @@ require (
github.com/prometheus/common v0.34.0
go.etcd.io/etcd/api/v3 v3.5.4
go.etcd.io/etcd/client/v3 v3.5.4
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292
+ golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6
google.golang.org/api v0.80.0
google.golang.org/grpc v1.46.2