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
6 changes: 3 additions & 3 deletions acceptance/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/conforma/cli/acceptance

go 1.24.6

Check failure on line 3 in acceptance/go.mod

View workflow job for this annotation

GitHub Actions / Test

Golang version incompatible, saw 1.24.6, running with version: 1.25.0

require (
cuelang.org/go v0.11.1
Expand All @@ -22,18 +22,18 @@
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
github.com/pkg/errors v0.9.1
github.com/secure-systems-lab/go-securesystemslib v0.9.0
github.com/sigstore/cosign/v2 v2.4.1
github.com/sigstore/cosign/v3 v3.0.3
github.com/sigstore/rekor v1.3.6
github.com/sigstore/sigstore v1.8.9
github.com/stretchr/testify v1.11.1
github.com/tektoncd/cli v0.37.1
github.com/tektoncd/pipeline v0.66.0
github.com/tektoncd/pipeline v1.7.0
github.com/testcontainers/testcontainers-go v0.34.0
github.com/transparency-dev/merkle v0.0.2
github.com/wiremock/go-wiremock v1.11.0
github.com/yudai/gojsondiff v1.0.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
gopkg.in/go-jose/go-jose.v2 v2.6.3
gopkg.in/go-jose/go-jose.v4 v4.1.3
k8s.io/api v0.34.2
k8s.io/apimachinery v0.34.2
k8s.io/client-go v0.34.2
Expand Down
Loading
Loading