File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ require (
2828 github.com/sigstore/sigstore-go v1.1.4
2929 github.com/stretchr/testify v1.11.1
3030 github.com/tektoncd/cli v0.44.1
31- github.com/tektoncd/pipeline v1.9.2
31+ github.com/tektoncd/pipeline v1.9.3
3232 github.com/testcontainers/testcontainers-go v0.34.0
3333 github.com/transparency-dev/merkle v0.0.2
3434 github.com/wiremock/go-wiremock v1.11.0
Original file line number Diff line number Diff line change @@ -821,8 +821,8 @@ github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDd
821821github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d /go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48 =
822822github.com/tektoncd/cli v0.44.1 h1:UMI2xFt7MLTJdLuopzjAUTon8b1Ni4qbyboi2b4KWmQ =
823823github.com/tektoncd/cli v0.44.1 /go.mod h1:q8IZV/HuGh/D4kbID0YVTfqkbV7dMX+T687I/hPIBL8 =
824- github.com/tektoncd/pipeline v1.9.2 h1:uKEt6CGLmkeKLdKIZnel0gn8lfQ1P7+398yystdBuHU =
825- github.com/tektoncd/pipeline v1.9.2 /go.mod h1:PTlIZ4Mhr8HZDx404O7spJtafiynetTMedCsXStjtHk =
824+ github.com/tektoncd/pipeline v1.9.3 h1:7Z+V2VX5wjz9LoNa16E1RbgH9mpYy5B1KnAMm3H0czc =
825+ github.com/tektoncd/pipeline v1.9.3 /go.mod h1:pEruzPp4JM8JK8Nnnih46IPgdtxRPot/i9pUZo8lA9I =
826826github.com/tektoncd/triggers v0.35.0 h1:9Z5Cqn7RZTgyspWgWYFHz6AtWUUhd/awJeaisjZdF98 =
827827github.com/tektoncd/triggers v0.35.0 /go.mod h1:te1wPij1VJ/59wqpVKfwxZHRS/FOZSCMSbBTpKtLfz4 =
828828github.com/testcontainers/testcontainers-go v0.34.0 h1:5fbgF0vIN5u+nD3IWabQwRybuB4GY8G2HHgCkbMzMHo =
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ require (
4343 github.com/spf13/viper v1.21.0
4444 github.com/stretchr/testify v1.11.1
4545 github.com/stuart-warren/yamlfmt v0.2.0
46- github.com/tektoncd/pipeline v1.9.2
46+ github.com/tektoncd/pipeline v1.9.3
4747 github.com/testcontainers/testcontainers-go v0.34.1-0.20241204123437-72be13940122 // using unreleased version that contains the fix in https://github.com/testcontainers/testcontainers-go/pull/2899
4848 github.com/testcontainers/testcontainers-go/modules/registry v0.34.0
4949 golang.org/x/benchmarks v0.0.0-20241115175113-a2b48b605b42
Original file line number Diff line number Diff line change @@ -1227,8 +1227,8 @@ github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDd
12271227github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d /go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48 =
12281228github.com/tchap/go-patricia/v2 v2.3.3 h1:xfNEsODumaEcCcY3gI0hYPZ/PcpVv5ju6RMAhgwZDDc =
12291229github.com/tchap/go-patricia/v2 v2.3.3 /go.mod h1:VZRHKAb53DLaG+nA9EaYYiaEx6YztwDlLElMsnSHD4k =
1230- github.com/tektoncd/pipeline v1.9.2 h1:uKEt6CGLmkeKLdKIZnel0gn8lfQ1P7+398yystdBuHU =
1231- github.com/tektoncd/pipeline v1.9.2 /go.mod h1:PTlIZ4Mhr8HZDx404O7spJtafiynetTMedCsXStjtHk =
1230+ github.com/tektoncd/pipeline v1.9.3 h1:7Z+V2VX5wjz9LoNa16E1RbgH9mpYy5B1KnAMm3H0czc =
1231+ github.com/tektoncd/pipeline v1.9.3 /go.mod h1:pEruzPp4JM8JK8Nnnih46IPgdtxRPot/i9pUZo8lA9I =
12321232github.com/terminalstatic/go-xsd-validate v0.1.6 h1:TenYeQ3eY631qNi1/cTmLH/s2slHPRKTTHT+XSHkepo =
12331233github.com/terminalstatic/go-xsd-validate v0.1.6 /go.mod h1:18lsvYFofBflqCrvo1umpABZ99+GneNTw2kEEc8UPJw =
12341234github.com/testcontainers/testcontainers-go v0.34.1-0.20241204123437-72be13940122 h1:dsnk0a/bMsSQzsfrFCvXkbp9arGuAVgike7POsCRXOg =
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ require (
507507 github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
508508 github.com/tchap/go-patricia/v2 v2.3.3 // indirect
509509 github.com/tektoncd/hub v1.23.6 // indirect
510- github.com/tektoncd/pipeline v1.9.2 // indirect
510+ github.com/tektoncd/pipeline v1.9.3 // indirect
511511 github.com/tektoncd/triggers v0.35.0 // indirect
512512 github.com/tetafro/godot v1.5.4 // indirect
513513 github.com/thales-e-security/pool v0.0.2 // indirect
Original file line number Diff line number Diff line change @@ -1515,8 +1515,8 @@ github.com/tektoncd/cli v0.44.1 h1:UMI2xFt7MLTJdLuopzjAUTon8b1Ni4qbyboi2b4KWmQ=
15151515github.com/tektoncd/cli v0.44.1 /go.mod h1:q8IZV/HuGh/D4kbID0YVTfqkbV7dMX+T687I/hPIBL8 =
15161516github.com/tektoncd/hub v1.23.6 h1:cduhbCJkwNDjAeiZf5iXyM8HpPsS18bJtjrc829+xrw =
15171517github.com/tektoncd/hub v1.23.6 /go.mod h1:avuMaqxKD3ihAOT6ttocG6DvHC3HxSWSalBm7p1dXKc =
1518- github.com/tektoncd/pipeline v1.9.2 h1:uKEt6CGLmkeKLdKIZnel0gn8lfQ1P7+398yystdBuHU =
1519- github.com/tektoncd/pipeline v1.9.2 /go.mod h1:PTlIZ4Mhr8HZDx404O7spJtafiynetTMedCsXStjtHk =
1518+ github.com/tektoncd/pipeline v1.9.3 h1:7Z+V2VX5wjz9LoNa16E1RbgH9mpYy5B1KnAMm3H0czc =
1519+ github.com/tektoncd/pipeline v1.9.3 /go.mod h1:pEruzPp4JM8JK8Nnnih46IPgdtxRPot/i9pUZo8lA9I =
15201520github.com/tektoncd/triggers v0.35.0 h1:9Z5Cqn7RZTgyspWgWYFHz6AtWUUhd/awJeaisjZdF98 =
15211521github.com/tektoncd/triggers v0.35.0 /go.mod h1:te1wPij1VJ/59wqpVKfwxZHRS/FOZSCMSbBTpKtLfz4 =
15221522github.com/tenntenn/modver v1.0.1 h1:2klLppGhDgzJrScMpkj9Ujy3rXPUspSjAcev9tSEBgA =
You can’t perform that action at this time.
0 commit comments