Skip to content

Commit bfe3d7e

Browse files
chore(deps): update github.com/google/go-containerregistry/pkg/authn/kubernetes digest to aab7c77
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 01d9f2c commit bfe3d7e

File tree

710 files changed

+55371
-13679
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

710 files changed

+55371
-13679
lines changed

upstream/go.mod

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
module github.com/tektoncd/cli
22

3-
go 1.23.4
3+
go 1.24.0
4+
5+
toolchain go1.24.6
46

57
require (
68
github.com/AlecAivazis/survey/v2 v2.3.7
79
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
810
github.com/blang/semver v3.5.1+incompatible
911
github.com/cpuguy83/go-md2man v1.0.10
1012
github.com/creack/pty v1.1.24
11-
github.com/docker/cli v28.1.1+incompatible
13+
github.com/docker/cli v28.2.2+incompatible
1214
github.com/docker/docker v28.1.1+incompatible
1315
github.com/fatih/color v1.18.0
1416
github.com/google/go-cmp v0.7.0
@@ -35,10 +37,10 @@ require (
3537
golang.org/x/term v0.32.0
3638
gotest.tools v2.2.0+incompatible
3739
gotest.tools/v3 v3.5.2
38-
k8s.io/api v0.32.5
39-
k8s.io/apimachinery v0.32.5
40+
k8s.io/api v0.33.0
41+
k8s.io/apimachinery v0.33.0
4042
k8s.io/cli-runtime v0.29.15
41-
k8s.io/client-go v0.32.5
43+
k8s.io/client-go v0.33.0
4244
knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883
4345
sigs.k8s.io/yaml v1.4.0
4446
)
@@ -133,20 +135,20 @@ require (
133135
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect
134136
github.com/dimchansky/utfbom v1.1.1 // indirect
135137
github.com/docker/distribution v2.8.3+incompatible // indirect
136-
github.com/docker/docker-credential-helpers v0.8.2 // indirect
138+
github.com/docker/docker-credential-helpers v0.9.3 // indirect
137139
github.com/dustin/go-humanize v1.0.1 // indirect
138140
github.com/eapache/go-resiliency v1.7.0 // indirect
139141
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
140142
github.com/eapache/queue v1.1.0 // indirect
141143
github.com/edwarnicke/gitoid v0.0.0-20220710194850-1be5bfda1f9d // indirect
142-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
144+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
143145
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
144146
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
145147
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
146148
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
147149
github.com/felixge/httpsnoop v1.0.4 // indirect
148150
github.com/fsnotify/fsnotify v1.9.0 // indirect
149-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
151+
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
150152
github.com/gdamore/encoding v1.0.0 // indirect
151153
github.com/gdamore/tcell/v2 v2.6.0 // indirect
152154
github.com/go-chi/chi v4.1.2+incompatible // indirect
@@ -156,11 +158,11 @@ require (
156158
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
157159
github.com/go-kit/log v0.2.1 // indirect
158160
github.com/go-logfmt/logfmt v0.6.0 // indirect
159-
github.com/go-logr/logr v1.4.2 // indirect
161+
github.com/go-logr/logr v1.4.3 // indirect
160162
github.com/go-logr/stdr v1.2.2 // indirect
161163
github.com/go-openapi/analysis v0.23.0 // indirect
162164
github.com/go-openapi/errors v0.22.1 // indirect
163-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
165+
github.com/go-openapi/jsonpointer v0.21.1 // indirect
164166
github.com/go-openapi/jsonreference v0.21.0 // indirect
165167
github.com/go-openapi/loads v0.22.0 // indirect
166168
github.com/go-openapi/runtime v0.28.0 // indirect
@@ -180,17 +182,16 @@ require (
180182
github.com/google/certificate-transparency-go v1.3.1 // indirect
181183
github.com/google/gnostic-models v0.6.9 // indirect
182184
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20240108195214-a0658aa1d0cc // indirect
183-
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20240108195214-a0658aa1d0cc // indirect
185+
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20251028202801-aab7c77e9d78 // indirect
184186
github.com/google/go-github/v55 v55.0.0 // indirect
185187
github.com/google/go-querystring v1.1.0 // indirect
186-
github.com/google/gofuzz v1.2.0 // indirect
187188
github.com/google/s2a-go v0.1.9 // indirect
188189
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
189190
github.com/google/uuid v1.6.0 // indirect
190191
github.com/google/wire v0.6.0 // indirect
191192
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
192193
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
193-
github.com/gorilla/websocket v1.5.3 // indirect
194+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
194195
github.com/grafeas/grafeas v0.2.3 // indirect
195196
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
196197
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
@@ -323,14 +324,14 @@ require (
323324
gocloud.dev v0.40.0 // indirect
324325
gocloud.dev/docstore/mongodocstore v0.40.0 // indirect
325326
gocloud.dev/pubsub/kafkapubsub v0.40.0 // indirect
326-
golang.org/x/crypto v0.37.0 // indirect
327+
golang.org/x/crypto v0.38.0 // indirect
327328
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
328329
golang.org/x/mod v0.24.0 // indirect
329-
golang.org/x/net v0.39.0 // indirect
330-
golang.org/x/oauth2 v0.29.0 // indirect
331-
golang.org/x/sync v0.13.0 // indirect
330+
golang.org/x/net v0.40.0 // indirect
331+
golang.org/x/oauth2 v0.30.0 // indirect
332+
golang.org/x/sync v0.14.0 // indirect
332333
golang.org/x/sys v0.33.0 // indirect
333-
golang.org/x/text v0.24.0 // indirect
334+
golang.org/x/text v0.25.0 // indirect
334335
golang.org/x/time v0.11.0 // indirect
335336
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
336337
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
@@ -347,14 +348,15 @@ require (
347348
gopkg.in/yaml.v3 v3.0.1 // indirect
348349
k8s.io/apiextensions-apiserver v0.32.4 // indirect
349350
k8s.io/klog/v2 v2.130.1 // indirect
350-
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
351-
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
351+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
352+
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 // indirect
352353
knative.dev/eventing v0.30.3 // indirect
353354
knative.dev/networking v0.0.0-20231017124814-2a7676e912b7 // indirect
354355
knative.dev/serving v0.39.4 // indirect
355356
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
356357
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
357358
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
359+
sigs.k8s.io/randfill v1.0.0 // indirect
358360
sigs.k8s.io/release-utils v0.11.1 // indirect
359-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
361+
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
360362
)

0 commit comments

Comments
 (0)