Skip to content

Commit 13fc4cb

Browse files
committed
Resolve security vulnarabilities
1 parent e41445a commit 13fc4cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/spf13/cobra v1.1.3
1717
github.com/spf13/pflag v1.0.5
1818
github.com/stretchr/testify v1.7.0
19-
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
19+
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
2020
google.golang.org/grpc v1.30.0
2121
gopkg.in/yaml.v2 v2.4.0
2222
helm.sh/helm/v3 v3.6.1
@@ -25,7 +25,6 @@ require (
2525
k8s.io/apimachinery v0.21.0
2626
k8s.io/cli-runtime v0.21.0
2727
k8s.io/client-go v0.21.0
28-
k8s.io/helm v2.16.12+incompatible
2928
rsc.io/letsencrypt v0.0.3 // indirect
3029
sigs.k8s.io/yaml v1.2.0
3130
)
@@ -60,7 +59,7 @@ require (
6059
github.com/deislabs/oras v0.11.1 // indirect
6160
github.com/docker/cli v20.10.12+incompatible // indirect
6261
github.com/docker/distribution v2.7.1+incompatible // indirect
63-
github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible // indirect
62+
github.com/docker/docker v18.09.7 // indirect
6463
github.com/docker/docker-credential-helpers v0.6.3 // indirect
6564
github.com/docker/go-connections v0.4.0 // indirect
6665
github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916 // indirect

0 commit comments

Comments
 (0)