Skip to content

Commit f6c437d

Browse files
fix(deps): update kubernetes packages to v0.32.3
1 parent e223538 commit f6c437d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ require (
2727
github.com/xanzy/go-gitlab v0.73.1
2828
golang.org/x/text v0.14.0
2929
gopkg.in/ldap.v2 v2.5.1
30-
k8s.io/api v0.25.16
31-
k8s.io/apimachinery v0.25.16
32-
k8s.io/client-go v0.25.16
30+
k8s.io/api v0.32.3
31+
k8s.io/apimachinery v0.32.3
32+
k8s.io/client-go v0.32.3
3333
sigs.k8s.io/controller-runtime v0.13.1
3434
)
3535

0 commit comments

Comments
 (0)