We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eef435 commit 625c0beCopy full SHA for 625c0be
go.mod
@@ -4,9 +4,9 @@ go 1.24.3
4
5
require (
6
github.com/mittwald/go-helm-client v0.12.18
7
- go.uber.org/mock v0.5.0
8
- helm.sh/helm/v3 v3.18.4
9
github.com/spf13/cobra v1.10.1
+ go.uber.org/mock v0.5.0
+ helm.sh/helm/v3 v3.18.5
10
k8s.io/client-go v0.34.0
11
)
12
@@ -92,7 +92,6 @@ require (
92
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
93
google.golang.org/grpc v1.72.1 // indirect
94
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
95
- helm.sh/helm/v3 v3.18.5 // indirect
96
k8s.io/apiserver v0.34.0 // indirect
97
k8s.io/cli-runtime v0.33.3 // indirect
98
k8s.io/component-base v0.34.0 // indirect
0 commit comments