Skip to content

Commit 1a3e723

Browse files
openshift-pipelines-botopenshift-pipelines-bot
authored andcommitted
1 parent ab770c2 commit 1a3e723

File tree

132 files changed

+2474
-3386
lines changed

Some content is hidden

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

132 files changed

+2474
-3386
lines changed

upstream/go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/tektoncd/plumbing v0.0.0-20220817140952-3da8ce01aeeb
2323
go.opencensus.io v0.24.0
2424
go.uber.org/zap v1.27.0
25-
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
25+
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
2626
golang.org/x/oauth2 v0.30.0 // indirect
2727
gomodules.xyz/jsonpatch/v2 v2.5.0
2828
k8s.io/api v0.32.5
@@ -119,8 +119,8 @@ require (
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-20250908214217-97024824d090 // indirect
123-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // 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
)
@@ -212,19 +212,19 @@ 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.42.0 // indirect
216-
golang.org/x/mod v0.28.0 // indirect
217-
golang.org/x/net v0.44.0 // indirect
218-
golang.org/x/sync v0.17.0
219-
golang.org/x/sys v0.36.0 // indirect
220-
golang.org/x/term v0.35.0 // indirect
221-
golang.org/x/text v0.29.0 // indirect
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
219+
golang.org/x/sys v0.33.0 // indirect
220+
golang.org/x/term v0.32.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.37.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
227-
google.golang.org/protobuf v1.36.8
227+
google.golang.org/protobuf v1.36.6
228228
gopkg.in/inf.v0 v0.9.1 // indirect
229229
gopkg.in/yaml.v2 v2.4.0 // indirect
230230
gopkg.in/yaml.v3 v3.0.1 // indirect

upstream/go.sum

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

upstream/vendor/golang.org/x/crypto/blake2b/blake2x.go

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

upstream/vendor/golang.org/x/crypto/blake2b/go125.go

Lines changed: 0 additions & 11 deletions
This file was deleted.

upstream/vendor/golang.org/x/crypto/curve25519/curve25519.go

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

upstream/vendor/golang.org/x/crypto/ssh/agent/client.go

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

upstream/vendor/golang.org/x/crypto/ssh/agent/server.go

Lines changed: 2 additions & 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)