Skip to content

Commit 98634ee

Browse files
openshift-pipelines-botopenshift-pipelines-bot
authored andcommitted
1 parent a52317b commit 98634ee

File tree

66 files changed

+1322
-1323
lines changed

Some content is hidden

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

66 files changed

+1322
-1323
lines changed

upstream/go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20220720053627-e327d0730470 // Waiting for https://github.com/ahmetb/gen-crd-api-reference-docs/pull/43/files to merge
88
github.com/cloudevents/sdk-go/v2 v2.16.0
99
github.com/google/go-cmp v0.7.0
10-
github.com/google/go-containerregistry v0.20.6
10+
github.com/google/go-containerregistry v0.20.5
1111
github.com/google/uuid v1.6.0
1212
github.com/hashicorp/errwrap v1.1.0 // indirect
1313
github.com/hashicorp/go-multierror v1.1.1
@@ -19,7 +19,7 @@ require (
1919
github.com/sigstore/sigstore v1.9.4
2020
github.com/spiffe/go-spiffe/v2 v2.5.0
2121
github.com/spiffe/spire-api-sdk v1.12.0
22-
github.com/tektoncd/plumbing v0.0.0-20250722092212-1b0489735d82
22+
github.com/tektoncd/plumbing v0.0.0-20220817140952-3da8ce01aeeb
2323
go.opencensus.io v0.24.0
2424
go.uber.org/zap v1.27.0
2525
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
@@ -58,7 +58,7 @@ require (
5858
cloud.google.com/go v0.120.0 // indirect
5959
cloud.google.com/go/auth v0.16.0 // indirect
6060
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
61-
cloud.google.com/go/compute/metadata v0.7.0 // indirect
61+
cloud.google.com/go/compute/metadata v0.6.0 // indirect
6262
cloud.google.com/go/iam v1.5.0 // indirect
6363
cloud.google.com/go/kms v1.21.2 // indirect
6464
cloud.google.com/go/longrunning v0.6.6 // indirect
@@ -115,12 +115,12 @@ require (
115115
github.com/zeebo/errs v1.4.0 // indirect
116116
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
117117
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
118-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
118+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
119119
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
120120
go.opentelemetry.io/otel/metric v1.36.0 // indirect
121121
go.opentelemetry.io/proto/otlp v1.6.0 // indirect
122-
google.golang.org/genproto/googleapis/api v0.0.0-20250721164621-a45f3dfb1074 // indirect
123-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250715232539-7130f93afb79 // indirect
122+
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
123+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
124124
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
125125
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
126126
)
@@ -167,13 +167,13 @@ require (
167167
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
168168
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
169169
github.com/dimchansky/utfbom v1.1.1 // indirect
170-
github.com/docker/cli v28.2.2+incompatible // indirect
170+
github.com/docker/cli v28.1.1+incompatible // indirect
171171
github.com/docker/distribution v2.8.3+incompatible // indirect
172172
github.com/docker/docker-credential-helpers v0.9.3 // indirect
173173
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
174174
github.com/go-kit/log v0.2.1 // indirect
175175
github.com/go-logfmt/logfmt v0.5.1 // indirect
176-
github.com/go-logr/logr v1.4.3 // indirect
176+
github.com/go-logr/logr v1.4.2 // indirect
177177
github.com/go-openapi/jsonpointer v0.21.0 // indirect
178178
github.com/go-openapi/jsonreference v0.21.0 // indirect
179179
github.com/go-openapi/swag v0.23.0 // indirect
@@ -212,15 +212,15 @@ require (
212212
github.com/vbatts/tar-split v0.12.1 // indirect
213213
go.uber.org/automaxprocs v1.6.0 // indirect
214214
go.uber.org/multierr v1.11.0 // indirect
215-
golang.org/x/crypto v0.39.0 // indirect
216-
golang.org/x/mod v0.25.0 // indirect
217-
golang.org/x/net v0.41.0 // indirect
218-
golang.org/x/sync v0.15.0
215+
golang.org/x/crypto v0.38.0 // indirect
216+
golang.org/x/mod v0.24.0 // indirect
217+
golang.org/x/net v0.40.0 // indirect
218+
golang.org/x/sync v0.14.0
219219
golang.org/x/sys v0.33.0 // indirect
220220
golang.org/x/term v0.32.0 // indirect
221-
golang.org/x/text v0.26.0 // indirect
221+
golang.org/x/text v0.25.0 // indirect
222222
golang.org/x/time v0.11.0 // indirect
223-
golang.org/x/tools v0.34.0 // indirect
223+
golang.org/x/tools v0.33.0 // indirect
224224
google.golang.org/api v0.229.0 // indirect
225225
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
226226
google.golang.org/grpc v1.72.2

upstream/go.sum

Lines changed: 722 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

upstream/vendor/cloud.google.com/go/compute/metadata/CHANGES.md

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

upstream/vendor/cloud.google.com/go/compute/metadata/metadata.go

Lines changed: 72 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

upstream/vendor/cloud.google.com/go/compute/metadata/syscheck.go

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

upstream/vendor/cloud.google.com/go/compute/metadata/syscheck_linux.go

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

upstream/vendor/cloud.google.com/go/compute/metadata/syscheck_windows.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)