Skip to content

Commit

Permalink
build(go.mod): upgrade golang.org/x/crypto
Browse files Browse the repository at this point in the history
See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29652

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Jul 5, 2021
1 parent 3e0499c commit 568ad72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 52 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20201106081118-db71ae66460a
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
k8s.io/apimachinery v0.17.3
k8s.io/cli-runtime v0.17.3
k8s.io/client-go v0.17.3
Expand Down
Loading

0 comments on commit 568ad72

Please sign in to comment.