File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ require (
7
7
github.com/redhat-appstudio/integration-service v0.0.0-20230529192451-328a8b8db397
8
8
github.com/redhat-appstudio/release-service v0.0.0-20230511145849-bde1cdcbb60b
9
9
golang.org/x/sync v0.1.0
10
- k8s.io/api v0.26 .1
11
- k8s.io/apimachinery v0.26.3
12
- k8s.io/client-go v0.26 .1
10
+ k8s.io/api v0.33 .1
11
+ k8s.io/apimachinery v0.33.1
12
+ k8s.io/client-go v0.33 .1
13
13
sigs.k8s.io/controller-runtime v0.14.5
14
14
)
15
15
@@ -57,8 +57,8 @@ require (
57
57
gopkg.in/inf.v0 v0.9.1 // indirect
58
58
gopkg.in/yaml.v2 v2.4.0 // indirect
59
59
gopkg.in/yaml.v3 v3.0.1 // indirect
60
- k8s.io/apiextensions-apiserver v0.26 .1 // indirect
61
- k8s.io/component-base v0.26 .1 // indirect
60
+ k8s.io/apiextensions-apiserver v0.33 .1 // indirect
61
+ k8s.io/component-base v0.33 .1 // indirect
62
62
k8s.io/klog/v2 v2.90.0 // indirect
63
63
k8s.io/kube-openapi v0.0.0-20230123231816-1cb3ae25d79a // indirect
64
64
k8s.io/utils v0.0.0-20230115233650-391b47cb4029 // indirect
You can’t perform that action at this time.
0 commit comments