Skip to content

Commit 625c0be

Browse files
committed
Fix: merge conflict from main
1 parent 6eef435 commit 625c0be

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
@@ -4,9 +4,9 @@ go 1.24.3
44

55
require (
66
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
97
github.com/spf13/cobra v1.10.1
8+
go.uber.org/mock v0.5.0
9+
helm.sh/helm/v3 v3.18.5
1010
k8s.io/client-go v0.34.0
1111
)
1212

@@ -92,7 +92,6 @@ require (
9292
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
9393
google.golang.org/grpc v1.72.1 // indirect
9494
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
95-
helm.sh/helm/v3 v3.18.5 // indirect
9695
k8s.io/apiserver v0.34.0 // indirect
9796
k8s.io/cli-runtime v0.33.3 // indirect
9897
k8s.io/component-base v0.34.0 // indirect

0 commit comments

Comments
 (0)