Skip to content

Commit 83441bc

Browse files
chore(deps): bump github.com/tektoncd/pipeline from 1.10.0 to 1.10.2
Bumps [github.com/tektoncd/pipeline](https://github.com/tektoncd/pipeline) from 1.10.0 to 1.10.2. - [Release notes](https://github.com/tektoncd/pipeline/releases) - [Changelog](https://github.com/tektoncd/pipeline/blob/main/releases.md) - [Commits](tektoncd/pipeline@v1.10.0...v1.10.2) --- updated-dependencies: - dependency-name: github.com/tektoncd/pipeline dependency-version: 1.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent baaf5e1 commit 83441bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/pkg/errors v0.9.1
2828
github.com/spf13/cobra v1.10.2
2929
github.com/stretchr/testify v1.11.1
30-
github.com/tektoncd/pipeline v1.10.0
30+
github.com/tektoncd/pipeline v1.10.2
3131
gitlab.com/gitlab-org/api/client-go v1.14.0
3232
go.opentelemetry.io/otel v1.39.0
3333
go.opentelemetry.io/otel/metric v1.39.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
273273
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
274274
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
275275
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
276-
github.com/tektoncd/pipeline v1.10.0 h1:UlVEIs8cxBAmGEYJe7qMr9D79crBKijt6uHtuAH1wt8=
277-
github.com/tektoncd/pipeline v1.10.0/go.mod h1:KEXGPxGN/Mj9miXTXf2EA15+049xTxmmuHk8Nx44Sjg=
276+
github.com/tektoncd/pipeline v1.10.2 h1:xwKnTe+lpjpdgnT8AFORjgntSr63PlCI2u75q1C1LKc=
277+
github.com/tektoncd/pipeline v1.10.2/go.mod h1:KEXGPxGN/Mj9miXTXf2EA15+049xTxmmuHk8Nx44Sjg=
278278
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
279279
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
280280
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ github.com/spf13/pflag
387387
## explicit; go 1.17
388388
github.com/stretchr/testify/assert
389389
github.com/stretchr/testify/assert/yaml
390-
# github.com/tektoncd/pipeline v1.10.0
390+
# github.com/tektoncd/pipeline v1.10.2
391391
## explicit; go 1.25.6
392392
github.com/tektoncd/pipeline/internal/artifactref
393393
github.com/tektoncd/pipeline/pkg/apis/config

0 commit comments

Comments
 (0)