Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion acceptance/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/sigstore/sigstore v1.10.4
github.com/stretchr/testify v1.11.1
github.com/tektoncd/cli v0.44.0
github.com/tektoncd/pipeline v1.9.2
github.com/tektoncd/pipeline v1.11.1
github.com/testcontainers/testcontainers-go v0.34.1
github.com/transparency-dev/merkle v0.0.2
github.com/wiremock/go-wiremock v1.11.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ require (
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
github.com/stuart-warren/yamlfmt v0.2.0
github.com/tektoncd/pipeline v1.9.2
github.com/tektoncd/pipeline v1.11.1
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
github.com/testcontainers/testcontainers-go/modules/registry v0.34.0
golang.org/x/benchmarks v0.0.0-20241115175113-a2b48b605b42
Expand Down
Loading