diff options
author | 2022-05-25 23:28:08 -0700 | |
---|---|---|
committer | 2022-05-25 23:28:08 -0700 | |
commit | 2c05834f913fe4e1983fe95a580a5e9fca675053 (patch) | |
tree | 8adfd682140d17260b37434ecbf1a6ffad459d3b /go.mod | |
parent | 91bcbc2e3ada7c034e0cca022a717871684dd5ca (diff) | |
download | coredns-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |