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>
This commit is contained in:
Yong Tang
2022-05-25 23:28:08 -07:00
committed by GitHub
parent 91bcbc2e3a
commit 2c05834f91
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -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