@@ -16,7 +16,7 @@ require (
16
16
github.com/cloudevents/sdk-go/v2 v2.14.0
17
17
github.com/containerd/containerd v1.7.2
18
18
github.com/containers/image/v5 v5.26.1
19
- github.com/coreos/go-semver v0.3.0
19
+ github.com/coreos/go-semver v0.3.1
20
20
github.com/creack/pty v1.1.20
21
21
github.com/docker/cli v24.0.2+incompatible
22
22
github.com/docker/docker v24.0.5-0.20230718221249-d4a26c153000+incompatible
@@ -27,7 +27,7 @@ require (
27
27
github.com/google/go-cmp v0.6.0
28
28
github.com/google/go-containerregistry v0.15.2
29
29
github.com/google/go-github/v49 v49.1.0
30
- github.com/google/uuid v1.4 .0
30
+ github.com/google/uuid v1.5 .0
31
31
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
32
32
github.com/heroku/color v0.0.6
33
33
github.com/hinshun/vt10x v0.0.0-20220228203356-1ab2cad5fd82
@@ -47,23 +47,23 @@ require (
47
47
github.com/tektoncd/cli v0.31.1
48
48
github.com/tektoncd/pipeline v0.47.0
49
49
github.com/xanzy/go-gitlab v0.83.0
50
- golang.org/x/crypto v0.16 .0
50
+ golang.org/x/crypto v0.18 .0
51
51
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
52
- golang.org/x/net v0.19 .0
53
- golang.org/x/oauth2 v0.14 .0
54
- golang.org/x/sync v0.5 .0
55
- golang.org/x/term v0.15 .0
52
+ golang.org/x/net v0.20 .0
53
+ golang.org/x/oauth2 v0.16 .0
54
+ golang.org/x/sync v0.6 .0
55
+ golang.org/x/term v0.16 .0
56
56
gopkg.in/yaml.v2 v2.4.0
57
57
gopkg.in/yaml.v3 v3.0.1
58
58
gotest.tools/v3 v3.4.0
59
- k8s.io/api v0.27.6
60
- k8s.io/apimachinery v0.27.6
61
- k8s.io/client-go v0.27.6
62
- knative.dev/client-pkg v0.0.0-20231120183025-83abcc001800
63
- knative.dev/eventing v0.39.1-0.20231120220132-67f382d60b43
64
- knative.dev/hack v0.0.0-20231109190034-5deaddeb51a7
65
- knative.dev/pkg v0.0.0-20231120182734-703c8b0d5c34
66
- knative.dev/serving v0.39.1-0.20231121111845-30c9b6d91659
59
+ k8s.io/api v0.28.5
60
+ k8s.io/apimachinery v0.28.5
61
+ k8s.io/client-go v0.28.5
62
+ knative.dev/client-pkg v0.0.0-20240124090003-67fca0ca8681
63
+ knative.dev/eventing v0.40.0
64
+ knative.dev/hack v0.0.0-20240123162936-f3f03ac0ab1a
65
+ knative.dev/pkg v0.0.0-20240116073220-b488e7be5902
66
+ knative.dev/serving v0.40.0
67
67
)
68
68
69
69
require (
@@ -86,6 +86,7 @@ require (
86
86
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
87
87
github.com/agext/levenshtein v1.2.3 // indirect
88
88
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
89
+ github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
89
90
github.com/apex/log v1.9.0 // indirect
90
91
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect
91
92
github.com/aws/aws-sdk-go-v2/config v1.18.27 // indirect
@@ -127,7 +128,7 @@ require (
127
128
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
128
129
github.com/emirpasic/gods v1.18.1 // indirect
129
130
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
130
- github.com/evanphx/json-patch/v5 v5.7 .0 // indirect
131
+ github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
131
132
github.com/fatih/color v1.15.0 // indirect
132
133
github.com/fsnotify/fsnotify v1.6.0 // indirect
133
134
github.com/gdamore/encoding v1.0.0 // indirect
@@ -136,7 +137,7 @@ require (
136
137
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
137
138
github.com/go-kit/log v0.2.1 // indirect
138
139
github.com/go-logfmt/logfmt v0.6.0 // indirect
139
- github.com/go-logr/logr v1.2.4 // indirect
140
+ github.com/go-logr/logr v1.3.0 // indirect
140
141
github.com/go-openapi/jsonpointer v0.19.6 // indirect
141
142
github.com/go-openapi/jsonreference v0.20.2 // indirect
142
143
github.com/go-openapi/swag v0.22.4 // indirect
@@ -145,8 +146,8 @@ require (
145
146
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
146
147
github.com/golang/protobuf v1.5.3 // indirect
147
148
github.com/google/btree v1.1.2 // indirect
148
- github.com/google/cel-go v0.13.0 // indirect
149
- github.com/google/gnostic v0.6.9 // indirect
149
+ github.com/google/cel-go v0.16.1 // indirect
150
+ github.com/google/gnostic-models v0.6.8 // indirect
150
151
github.com/google/go-querystring v1.1.0 // indirect
151
152
github.com/google/gofuzz v1.2.0 // indirect
152
153
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -178,7 +179,6 @@ require (
178
179
github.com/mattn/go-colorable v0.1.13 // indirect
179
180
github.com/mattn/go-isatty v0.0.20 // indirect
180
181
github.com/mattn/go-runewidth v0.0.14 // indirect
181
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
182
182
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
183
183
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
184
184
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -204,10 +204,10 @@ require (
204
204
github.com/openzipkin/zipkin-go v0.4.2 // indirect
205
205
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
206
206
github.com/pjbgf/sha1cd v0.3.0 // indirect
207
- github.com/prometheus/client_golang v1.17 .0 // indirect
208
- github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
209
- github.com/prometheus/common v0.45 .0 // indirect
210
- github.com/prometheus/procfs v0.11.1 // indirect
207
+ github.com/prometheus/client_golang v1.18 .0 // indirect
208
+ github.com/prometheus/client_model v0.5.0 // indirect
209
+ github.com/prometheus/common v0.46 .0 // indirect
210
+ github.com/prometheus/procfs v0.12.0 // indirect
211
211
github.com/prometheus/statsd_exporter v0.23.0 // indirect
212
212
github.com/rickb777/date v1.20.1 // indirect
213
213
github.com/rickb777/plural v1.4.1 // indirect
@@ -227,37 +227,37 @@ require (
227
227
github.com/tektoncd/triggers v0.23.1-0.20230420080448-bf603123cc0f // indirect
228
228
github.com/vbatts/tar-split v0.11.3 // indirect
229
229
github.com/xanzy/ssh-agent v0.3.3 // indirect
230
- github.com/xlab/treeprint v1.1 .0 // indirect
230
+ github.com/xlab/treeprint v1.2 .0 // indirect
231
231
go.opencensus.io v0.24.0 // indirect
232
- go.starlark.net v0.0.0-20220817180228-f738f5508c12 // indirect
233
- go.uber.org/multierr v1.10 .0 // indirect
232
+ go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
233
+ go.uber.org/multierr v1.11 .0 // indirect
234
234
go.uber.org/zap v1.26.0 // indirect
235
235
golang.org/x/mod v0.14.0 // indirect
236
- golang.org/x/sys v0.15 .0 // indirect
236
+ golang.org/x/sys v0.16 .0 // indirect
237
237
golang.org/x/text v0.14.0 // indirect
238
- golang.org/x/time v0.3 .0 // indirect
239
- golang.org/x/tools v0.15 .0 // indirect
238
+ golang.org/x/time v0.5 .0 // indirect
239
+ golang.org/x/tools v0.17 .0 // indirect
240
240
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
241
- google.golang.org/api v0.150 .0 // indirect
242
- google.golang.org/appengine v1.6.7 // indirect
243
- google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
244
- google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
245
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
246
- google.golang.org/grpc v1.59.0 // indirect
247
- google.golang.org/protobuf v1.31 .0 // indirect
241
+ google.golang.org/api v0.155 .0 // indirect
242
+ google.golang.org/appengine v1.6.8 // indirect
243
+ google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // indirect
244
+ google.golang.org/genproto/googleapis/api v0.0.0-20231211222908-989df2bf70f3 // indirect
245
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
246
+ google.golang.org/grpc v1.60.1 // indirect
247
+ google.golang.org/protobuf v1.32 .0 // indirect
248
248
gopkg.in/inf.v0 v0.9.1 // indirect
249
249
gopkg.in/ini.v1 v1.67.0 // indirect
250
250
gopkg.in/warnings.v0 v0.1.2 // indirect
251
- k8s.io/apiextensions-apiserver v0.27.6 // indirect
252
- k8s.io/cli-runtime v0.25.9 // indirect
251
+ k8s.io/apiextensions-apiserver v0.28.5 // indirect
252
+ k8s.io/cli-runtime v0.28.5 // indirect
253
253
k8s.io/klog/v2 v2.100.1 // indirect
254
- k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
255
- k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
256
- knative.dev/networking v0.0.0-20231109233957-8f3c5211035b // indirect
254
+ k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
255
+ k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
256
+ knative.dev/networking v0.0.0-20240116081125-ce0738abf051 // indirect
257
257
sigs.k8s.io/controller-runtime v0.7.2 // indirect
258
258
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
259
- sigs.k8s.io/kustomize/api v0.12.1 // indirect
260
- sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
259
+ sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
260
+ sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
261
261
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
262
262
sigs.k8s.io/yaml v1.4.0 // indirect
263
263
)
0 commit comments