@@ -18,12 +18,12 @@ require (
18
18
github.com/tektoncd/cli v0.37.0
19
19
github.com/tektoncd/pipeline v0.59.2
20
20
go.uber.org/zap v1.27.0
21
- k8s.io/api v0.29.2
22
- k8s.io/apiextensions-apiserver v0.29.2
23
- k8s.io/apimachinery v0.29.2
24
- k8s.io/cli-runtime v0.29 .0
25
- k8s.io/client-go v0.29.2
26
- k8s.io/code-generator v0.29.2
21
+ k8s.io/api v0.31.0
22
+ k8s.io/apiextensions-apiserver v0.31.0
23
+ k8s.io/apimachinery v0.31.0
24
+ k8s.io/cli-runtime v0.31 .0
25
+ k8s.io/client-go v0.31.0
26
+ k8s.io/code-generator v0.31.0
27
27
k8s.io/klog/v2 v2.130.1
28
28
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
29
29
knative.dev/pkg v0.0.0-20240201013110-e85c3cf6d5f1
@@ -40,16 +40,18 @@ require (
40
40
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
41
41
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
42
42
github.com/beorn7/perks v1.0.1 // indirect
43
+ github.com/blang/semver/v4 v4.0.0 // indirect
43
44
github.com/blendle/zapdriver v1.3.1 // indirect
44
45
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
45
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
46
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
46
47
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
47
48
github.com/docker/docker v26.1.5+incompatible // indirect
48
49
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
49
50
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
50
51
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
51
52
github.com/fatih/color v1.16.0 // indirect
52
53
github.com/fsnotify/fsnotify v1.7.0 // indirect
54
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
53
55
github.com/gdamore/encoding v1.0.0 // indirect
54
56
github.com/gdamore/tcell/v2 v2.6.0 // indirect
55
57
github.com/go-errors/errors v1.4.2 // indirect
@@ -68,8 +70,9 @@ require (
68
70
github.com/google/go-cmp v0.6.0 // indirect
69
71
github.com/google/gofuzz v1.2.0 // indirect
70
72
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
73
+ github.com/gorilla/websocket v1.5.1 // indirect
71
74
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
72
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
75
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
73
76
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b // indirect
74
77
github.com/hashicorp/errwrap v1.1.0 // indirect
75
78
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -89,8 +92,8 @@ require (
89
92
github.com/mattn/go-isatty v0.0.20 // indirect
90
93
github.com/mattn/go-runewidth v0.0.15 // indirect
91
94
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
92
- github.com/moby/spdystream v0.2 .0 // indirect
93
- github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
95
+ github.com/moby/spdystream v0.4 .0 // indirect
96
+ github.com/moby/term v0.5.0 // indirect
94
97
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
95
98
github.com/modern-go/reflect2 v1.0.2 // indirect
96
99
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
@@ -100,23 +103,23 @@ require (
100
103
github.com/opencontainers/go-digest v1.0.0 // indirect
101
104
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
102
105
github.com/pkg/errors v0.9.1 // indirect
103
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
104
- github.com/prometheus/common v0.51.1 // indirect
105
- github.com/prometheus/procfs v0.12.0 // indirect
106
+ github.com/prometheus/common v0.55.0 // indirect
107
+ github.com/prometheus/procfs v0.15.1 // indirect
106
108
github.com/prometheus/statsd_exporter v0.22.7 // indirect
107
109
github.com/rivo/uniseg v0.4.4 // indirect
108
- github.com/spf13/cobra v1.8.0 // indirect
110
+ github.com/spf13/cobra v1.8.1 // indirect
109
111
github.com/spf13/pflag v1.0.5 // indirect
110
112
github.com/stoewer/go-strcase v1.2.0 // indirect
111
113
github.com/tektoncd/triggers v0.27.0 // indirect
114
+ github.com/x448/float16 v0.8.4 // indirect
112
115
github.com/xlab/treeprint v1.2.0 // indirect
113
116
go.opencensus.io v0.24.0 // indirect
114
117
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
115
118
go.uber.org/multierr v1.11.0 // indirect
116
119
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
117
120
golang.org/x/mod v0.20.0 // indirect
118
121
golang.org/x/net v0.28.0 // indirect
119
- golang.org/x/oauth2 v0.19 .0 // indirect
122
+ golang.org/x/oauth2 v0.21 .0 // indirect
120
123
golang.org/x/sync v0.8.0 // indirect
121
124
golang.org/x/sys v0.24.0 // indirect
122
125
golang.org/x/term v0.23.0 // indirect
@@ -125,18 +128,19 @@ require (
125
128
golang.org/x/tools v0.24.0 // indirect
126
129
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
127
130
google.golang.org/api v0.172.0 // indirect
128
- google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7 // indirect
129
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
130
- google.golang.org/grpc v1.63.2 // indirect
131
- google.golang.org/protobuf v1.34.1 // indirect
131
+ google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
132
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
133
+ google.golang.org/grpc v1.65.0 // indirect
134
+ google.golang.org/protobuf v1.34.2 // indirect
135
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
132
136
gopkg.in/inf.v0 v0.9.1 // indirect
133
137
gopkg.in/yaml.v2 v2.4.0 // indirect
134
138
gopkg.in/yaml.v3 v3.0.1 // indirect
135
- k8s.io/component-base v0.29.2 // indirect
136
- k8s.io/gengo v0 .0.0-20230829151522-9cce18d56c01 // indirect
137
- k8s.io/kube-openapi v0.0.0-20240103051144-eec4567ac022 // indirect
139
+ k8s.io/component-base v0.31.0 // indirect
140
+ k8s.io/gengo/v2 v2 .0.0-20240228010128-51d4e06bde70 // indirect
141
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
138
142
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
139
- sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
140
- sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
143
+ sigs.k8s.io/kustomize/api v0.17.2 // indirect
144
+ sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
141
145
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
142
146
)
0 commit comments