Skip to content

Commit 4e6d035

Browse files
committed
Fix: update go.mod following recent review commits
1 parent 7c780b1 commit 4e6d035

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.24.3
55
require (
66
github.com/mittwald/go-helm-client v0.12.18
77
github.com/spf13/cobra v1.10.1
8+
github.com/stretchr/testify v1.10.0
89
go.uber.org/mock v0.5.0
910
helm.sh/helm/v3 v3.18.5
1011
k8s.io/client-go v0.34.0
@@ -137,5 +138,5 @@ require (
137138
k8s.io/metrics v0.33.3
138139
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
139140
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
140-
sigs.k8s.io/yaml v1.6.0 // indirect
141+
sigs.k8s.io/yaml v1.6.0
141142
)

0 commit comments

Comments
 (0)