Skip to content

Commit 1801a2f

Browse files
fix(deps): update kubernetes go modules
1 parent cbd29c3 commit 1801a2f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

cluster-bootstrap-cli/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ require (
1010
github.com/stretchr/testify v1.11.1
1111
golang.org/x/term v0.40.0
1212
gopkg.in/yaml.v3 v3.0.1
13-
helm.sh/helm/v3 v3.20.0
14-
k8s.io/api v0.35.1
15-
k8s.io/apimachinery v0.35.1
16-
k8s.io/client-go v0.35.1
13+
helm.sh/helm/v3 v3.20.2
14+
k8s.io/api v0.36.0
15+
k8s.io/apimachinery v0.36.0
16+
k8s.io/client-go v0.36.0
1717
)
1818

1919
require (

0 commit comments

Comments
 (0)