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 f297cb6 commit dd635e9Copy full SHA for dd635e9
1 file changed
go.mod
@@ -13,9 +13,9 @@ require (
13
github.com/spyzhov/ajson v0.6.0
14
github.com/tektoncd/pipeline v0.35.1
15
golang.org/x/exp v0.0.0-20231127185646-65229373498e
16
- k8s.io/api v0.23.5
17
- k8s.io/apimachinery v0.23.5
18
- k8s.io/client-go v0.23.5
+ k8s.io/api v0.30.3
+ k8s.io/apimachinery v0.30.3
+ k8s.io/client-go v0.30.3
19
k8s.io/utils v0.0.0-20231127182322-b307cd553661
20
knative.dev/pkg v0.0.0-20220329144915-0a1ec2e0d46c
21
)
0 commit comments