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

require (
cuelang.org/go v0.11.1
cuelang.org/go v0.15.1
github.com/conforma/crds/api v0.1.7
github.com/cucumber/godog v0.15.0
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f
github.com/cyberphone/json-canonicalization 19d51d7fe467
github.com/doiit/picocolors v1.0.1
github.com/evanphx/json-patch/v5 v5.9.0
github.com/gkampitakis/go-snaps v0.5.7
github.com/go-git/go-billy/v5 v5.6.0
github.com/go-git/go-git/v5 v5.13.0
github.com/go-openapi/strfmt v0.23.0
github.com/go-git/go-billy/v5 v5.7.0
github.com/go-git/go-git/v5 v5.16.4
github.com/go-openapi/strfmt v0.25.0
github.com/google/go-containerregistry v0.20.7
github.com/in-toto/in-toto-golang v0.9.0
github.com/konflux-ci/application-api v0.0.0-20240812090716-e7eb2ecfb409
github.com/konflux-ci/application-api 555a927cf6d9
github.com/opencontainers/image-spec v1.1.1
github.com/otiai10/copy v1.14.0
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
github.com/pkg/diff 4e6772a4315c
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/rekor v1.3.6
github.com/sigstore/sigstore v1.8.9
github.com/sigstore/cosign/v2 v2.6.1
github.com/sigstore/rekor v1.4.3
github.com/sigstore/sigstore v1.10.3
github.com/stretchr/testify v1.11.1
github.com/tektoncd/cli v0.37.1
github.com/tektoncd/cli v0.42.0
github.com/tektoncd/pipeline v0.66.0
github.com/testcontainers/testcontainers-go v0.34.0
github.com/testcontainers/testcontainers-go v0.40.0
github.com/transparency-dev/merkle v0.0.2
github.com/wiremock/go-wiremock v1.11.0
github.com/wiremock/go-wiremock v1.14.0
github.com/yudai/gojsondiff v1.0.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/exp 944ab1f22d93
gopkg.in/go-jose/go-jose.v2 v2.6.3
k8s.io/api v0.34.2
k8s.io/apimachinery v0.34.2
k8s.io/client-go v0.34.2
k8s.io/api v0.35.0
k8s.io/apimachinery v0.35.0
k8s.io/client-go v0.35.0
oras.land/oras-go/v2 v2.6.0
sigs.k8s.io/kind v0.26.0
sigs.k8s.io/kustomize/api v0.20.1
sigs.k8s.io/kustomize/kyaml v0.20.1
sigs.k8s.io/kind v0.31.0
sigs.k8s.io/kustomize/api v0.21.0
sigs.k8s.io/kustomize/kyaml v0.21.0
sigs.k8s.io/yaml v1.6.0
)

// Maybe less important in acceptance, but it seems sensible to use the fork here too
replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry v0.20.7-0.20250703195040-6f40a3734728
replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry 3459088e4bae

require (
cel.dev/expr v0.24.0 // indirect
Expand Down
50 changes: 25 additions & 25 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/conforma/cli
go 1.24.6

require (
cuelang.org/go v0.13.2
cuelang.org/go v0.15.1
github.com/CycloneDX/cyclonedx-go v0.9.2
github.com/MakeNowJust/heredoc v1.0.0
github.com/Maldris/go-billy-afero v0.0.0-20200815120323-e9d3de59c99a
Expand All @@ -12,62 +12,62 @@ require (
github.com/docker/docker v28.2.2+incompatible
github.com/evanphx/json-patch v5.9.0+incompatible
github.com/gkampitakis/go-snaps v0.5.7
github.com/go-git/go-git/v5 v5.13.2
github.com/go-git/go-git/v5 v5.16.4
github.com/go-logr/logr v1.4.3
github.com/go-openapi/strfmt v0.23.0
github.com/go-openapi/strfmt v0.25.0
github.com/google/go-cmp v0.7.0
github.com/google/go-containerregistry v0.20.7
github.com/google/safearchive v0.0.0-20241025131057-f7ce9d7b6f9c
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/in-toto/in-toto-golang v0.9.0
github.com/jstemmer/go-junit-report/v2 v2.1.0
github.com/konflux-ci/application-api v0.0.0-20240812090716-e7eb2ecfb409
github.com/konflux-ci/application-api 555a927cf6d9
github.com/leanovate/gopter v0.2.11
github.com/mattn/go-isatty v0.0.20
github.com/mitchellh/go-wordwrap v1.0.1
github.com/open-policy-agent/conftest v0.62.0
github.com/open-policy-agent/opa v1.6.0
github.com/open-policy-agent/conftest v0.66.0
github.com/open-policy-agent/opa v1.12.1
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/secure-systems-lab/go-securesystemslib v0.9.0
github.com/sigstore/cosign/v2 v2.4.1
github.com/sigstore/rekor v1.3.6
github.com/sigstore/sigstore v1.8.9
github.com/sigstore/cosign/v2 v2.6.1
github.com/sigstore/rekor v1.4.3
github.com/sigstore/sigstore v1.10.3
github.com/sirupsen/logrus v1.9.3
github.com/smarty/cproxy/v2 v2.1.1
github.com/spdx/tools-golang v0.5.5
github.com/spf13/afero v1.14.0
github.com/spf13/cobra v1.9.1
github.com/spf13/afero v1.15.0
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.6
github.com/spf13/viper v1.20.1
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 v0.66.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
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
golang.org/x/net v0.44.0
golang.org/x/sync v0.17.0
k8s.io/apiextensions-apiserver v0.34.2
k8s.io/apimachinery v0.34.2
k8s.io/client-go v0.34.2
github.com/testcontainers/testcontainers-go/modules/registry v0.40.0
golang.org/x/benchmarks 523919e4e4f2
golang.org/x/exp 944ab1f22d93
golang.org/x/net v0.48.0
golang.org/x/sync v0.19.0
k8s.io/apiextensions-apiserver v0.35.0
k8s.io/apimachinery v0.35.0
k8s.io/client-go v0.35.0
k8s.io/klog/v2 v2.130.1
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
k8s.io/kube-openapi 4e65d59e963e
oras.land/oras-go/v2 v2.6.0
sigs.k8s.io/yaml v1.6.0
)

// use forked version until we can get the fixes merged see https://github.com/conforma/go-containerregistry/blob/main/hack/ec-patches.sh for a list of patches we carry
replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry v0.20.7-0.20250703195040-6f40a3734728
replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry 3459088e4bae

require (
github.com/go-openapi/runtime v0.28.0
github.com/go-openapi/runtime v0.29.2
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
golang.org/x/text v0.29.0
golang.org/x/text v0.32.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.34.2
k8s.io/api v0.35.0
)

require (
Expand Down
18 changes: 9 additions & 9 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ go 1.24.6

require (
github.com/daixiang0/gci v0.13.5
github.com/golangci/golangci-lint v1.63.4
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/golangci/golangci-lint v1.64.8
github.com/google/addlicense v1.2.0
github.com/open-policy-agent/conftest v0.66.0
github.com/tektoncd/chains v0.26.0
github.com/tektoncd/cli v0.42.0
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
gotest.tools/gotestsum v1.12.1
helm.sh/helm/v3 v3.18.5
k8s.io/kubernetes v1.34.2
sigs.k8s.io/kustomize/kustomize/v5 v5.7.1
gotest.tools/gotestsum v1.13.0
helm.sh/helm/v3 v3.19.4
k8s.io/kubernetes v1.35.0
sigs.k8s.io/kustomize/kustomize/v5 v5.8.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion tools/kubectl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/conforma/cli/tools/kubectl

go 1.24.6

require k8s.io/kubernetes v1.34.2
require k8s.io/kubernetes v1.35.0

require (
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
Expand Down
Loading