Skip to content

Commit f219ffc

Browse files
fix(deps): update github.com/tektoncd/plumbing digest to 582146c
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent dff8ee9 commit f219ffc

File tree

144 files changed

+4608
-2576
lines changed

Some content is hidden

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

144 files changed

+4608
-2576
lines changed

upstream/go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/tektoncd/pipeline
22

3-
go 1.22.3
3+
go 1.23.0
44

5-
toolchain go1.22.7
5+
toolchain go1.23.7
66

77
require (
88
github.com/Microsoft/go-winio v0.6.2 // indirect
@@ -11,7 +11,7 @@ require (
1111
github.com/containerd/containerd v1.7.25
1212
github.com/go-git/go-git/v5 v5.13.2
1313
github.com/google/go-cmp v0.6.0
14-
github.com/google/go-containerregistry v0.20.2
14+
github.com/google/go-containerregistry v0.20.3
1515
github.com/google/uuid v1.6.0
1616
github.com/hashicorp/errwrap v1.1.0 // indirect
1717
github.com/hashicorp/go-multierror v1.1.1
@@ -23,7 +23,7 @@ require (
2323
github.com/sigstore/sigstore v1.8.12
2424
github.com/spiffe/go-spiffe/v2 v2.4.0
2525
github.com/spiffe/spire-api-sdk v1.11.1
26-
github.com/tektoncd/plumbing v0.0.0-20220817140952-3da8ce01aeeb
26+
github.com/tektoncd/plumbing v0.0.0-20250313115811-582146ce551e
2727
go.opencensus.io v0.24.0
2828
go.uber.org/zap v1.27.0
2929
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
@@ -132,7 +132,7 @@ require (
132132
github.com/zeebo/errs v1.3.0 // indirect
133133
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
134134
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
135-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
135+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
136136
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
137137
go.opentelemetry.io/otel/metric v1.34.0 // indirect
138138
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
@@ -179,12 +179,12 @@ require (
179179
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
180180
github.com/cespare/xxhash/v2 v2.3.0 // indirect
181181
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
182-
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
182+
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
183183
github.com/davecgh/go-spew v1.1.1 // indirect
184184
github.com/dimchansky/utfbom v1.1.1 // indirect
185-
github.com/docker/cli v27.1.1+incompatible // indirect
186-
github.com/docker/distribution v2.8.2+incompatible // indirect
187-
github.com/docker/docker-credential-helpers v0.7.0 // indirect
185+
github.com/docker/cli v27.5.0+incompatible // indirect
186+
github.com/docker/distribution v2.8.3+incompatible // indirect
187+
github.com/docker/docker-credential-helpers v0.8.2 // indirect
188188
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
189189
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
190190
github.com/go-kit/log v0.2.1 // indirect
@@ -205,7 +205,7 @@ require (
205205
github.com/josharian/intern v1.0.0 // indirect
206206
github.com/json-iterator/go v1.1.12 // indirect
207207
github.com/kelseyhightower/envconfig v1.4.0 // indirect
208-
github.com/klauspost/compress v1.16.7 // indirect
208+
github.com/klauspost/compress v1.17.11 // indirect
209209
github.com/mailru/easyjson v0.7.7 // indirect
210210
github.com/mitchellh/copystructure v1.2.0 // indirect
211211
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -226,18 +226,18 @@ require (
226226
github.com/sirupsen/logrus v1.9.3 // indirect
227227
github.com/spf13/pflag v1.0.5 // indirect
228228
github.com/stretchr/testify v1.10.0
229-
github.com/vbatts/tar-split v0.11.3 // indirect
229+
github.com/vbatts/tar-split v0.11.6 // indirect
230230
go.uber.org/automaxprocs v1.5.3 // indirect
231231
go.uber.org/multierr v1.11.0 // indirect
232-
golang.org/x/crypto v0.32.0 // indirect
233-
golang.org/x/mod v0.19.0 // indirect
234-
golang.org/x/net v0.34.0 // indirect
235-
golang.org/x/sync v0.10.0
236-
golang.org/x/sys v0.29.0 // indirect
237-
golang.org/x/term v0.28.0 // indirect
238-
golang.org/x/text v0.21.0 // indirect
232+
golang.org/x/crypto v0.35.0 // indirect
233+
golang.org/x/mod v0.22.0 // indirect
234+
golang.org/x/net v0.36.0 // indirect
235+
golang.org/x/sync v0.11.0
236+
golang.org/x/sys v0.30.0 // indirect
237+
golang.org/x/term v0.29.0 // indirect
238+
golang.org/x/text v0.22.0 // indirect
239239
golang.org/x/time v0.8.0 // indirect
240-
golang.org/x/tools v0.23.0 // indirect
240+
golang.org/x/tools v0.29.0 // indirect
241241
google.golang.org/api v0.214.0 // indirect
242242
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
243243
google.golang.org/grpc v1.70.0

upstream/go.sum

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

upstream/vendor/github.com/containerd/stargz-snapshotter/estargz/build.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.

upstream/vendor/github.com/containerd/stargz-snapshotter/estargz/testutil.go

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

upstream/vendor/github.com/docker/cli/cli/config/credentials/file_store.go

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

upstream/vendor/github.com/docker/docker-credential-helpers/client/client.go

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

upstream/vendor/github.com/docker/docker-credential-helpers/client/command.go

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

0 commit comments

Comments
 (0)