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 e223538 commit f6c437dCopy full SHA for f6c437d
go.mod
@@ -27,9 +27,9 @@ require (
27
github.com/xanzy/go-gitlab v0.73.1
28
golang.org/x/text v0.14.0
29
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
+ k8s.io/api v0.32.3
+ k8s.io/apimachinery v0.32.3
+ k8s.io/client-go v0.32.3
33
sigs.k8s.io/controller-runtime v0.13.1
34
)
35
0 commit comments