Skip to content

Commit 6164ee4

Browse files
committed
go.mod has post-v3 module path helm.sh/helm/v3 at revision v3.6.1
1 parent 13fc4cb commit 6164ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ require (
1919
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
22-
helm.sh/helm/v3 v3.6.1
2322
k8s.io/api v0.21.0
2423
k8s.io/apiextensions-apiserver v0.21.0
2524
k8s.io/apimachinery v0.21.0
2625
k8s.io/cli-runtime v0.21.0
2726
k8s.io/client-go v0.21.0
27+
k8s.io/helm/v3 v3.6.1
2828
rsc.io/letsencrypt v0.0.3 // indirect
2929
sigs.k8s.io/yaml v1.2.0
3030
)

0 commit comments

Comments
 (0)