mirror of
https://github.com/coredns/coredns.git
synced 2025-12-07 02:45:11 -05:00
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:
2
go.mod
2
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
|
||||
|
||||
Reference in New Issue
Block a user