Skip to content

Commit

Permalink
Merge branch 'CVE-2021-25741'
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiorua committed Nov 1, 2021
2 parents ca8967e + ed7bd25 commit 33b328f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 422 deletions.
22 changes: 16 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
k8s.io/kubernetes v1.17.0-alpha.0.0.20191016175530-4209b9f168d0
github.com/aws/aws-sdk-go v1.33.13
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/json-iterator/go v1.1.7 // indirect
github.com/kr/pretty v0.1.0 // indirect
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/client-go v0.0.0
k8s.io/klog v0.4.0 // indirect
k8s.io/utils v0.0.0-20190801114015-581e00157fb1 // indirect
)

replace (
Expand Down
Loading

0 comments on commit 33b328f

Please sign in to comment.