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
Expand Up @@ -22,18 +22,18 @@ require (
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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.24.6
require (
cuelang.org/go v0.13.2
github.com/CycloneDX/cyclonedx-go v0.9.2
github.com/MakeNowJust/heredoc v1.0.0
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/Maldris/go-billy-afero v0.0.0-20200815120323-e9d3de59c99a
github.com/conforma/crds/api v0.1.7
github.com/conforma/go-gather v1.0.2
Expand All @@ -29,9 +29,9 @@ require (
github.com/open-policy-agent/opa v1.6.0
github.com/package-url/packageurl-go v0.1.3
github.com/qri-io/jsonpointer v0.1.1
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
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/sirupsen/logrus v1.9.3
Expand All @@ -43,7 +43,7 @@ require (
github.com/spf13/viper v1.20.1
github.com/stretchr/testify v1.11.1
github.com/stuart-warren/yamlfmt v0.2.0
github.com/tektoncd/pipeline v0.66.0
github.com/tektoncd/pipeline v1.7.0
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
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.24.6

require (
github.com/daixiang0/gci v0.13.5
github.com/golangci/golangci-lint v1.63.4
github.com/golangci/golangci-lint/v2 v2.7.2
github.com/google/addlicense v1.1.1
github.com/open-policy-agent/conftest v0.62.0
github.com/tektoncd/chains v0.22.2
github.com/tektoncd/cli v0.38.0
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
gotest.tools/gotestsum v1.12.1
helm.sh/helm/v3 v3.18.5
helm.sh/helm/v4 v4.0.4
k8s.io/kubernetes v1.34.2
sigs.k8s.io/kustomize/kustomize/v5 v5.7.1
)
Expand Down
Loading