@@ -3,7 +3,7 @@ module github.com/conforma/cli
33go 1.24.6
44
55require (
6- cuelang.org/go v0.13.2
6+ cuelang.org/go v0.15.1
77 github.com/CycloneDX/cyclonedx-go v0.9.2
88 github.com/MakeNowJust/heredoc v1.0.0
99 github.com/Maldris/go-billy-afero v0.0.0-20200815120323-e9d3de59c99a
@@ -12,62 +12,62 @@ require (
1212 github.com/docker/docker v28.2.2+incompatible
1313 github.com/evanphx/json-patch v5.9.0+incompatible
1414 github.com/gkampitakis/go-snaps v0.5.7
15- github.com/go-git/go-git/v5 v5.13.2
15+ github.com/go-git/go-git/v5 v5.16.4
1616 github.com/go-logr/logr v1.4.3
17- github.com/go-openapi/strfmt v0.23 .0
17+ github.com/go-openapi/strfmt v0.25 .0
1818 github.com/google/go-cmp v0.7.0
1919 github.com/google/go-containerregistry v0.20.7
2020 github.com/google/safearchive v0.0.0-20241025131057-f7ce9d7b6f9c
2121 github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
2222 github.com/in-toto/in-toto-golang v0.9.0
2323 github.com/jstemmer/go-junit-report/v2 v2.1.0
24- github.com/konflux-ci/application-api v0.0.0-20240812090716-e7eb2ecfb409
24+ github.com/konflux-ci/application-api 555a927cf6d9
2525 github.com/leanovate/gopter v0.2.11
2626 github.com/mattn/go-isatty v0.0.20
2727 github.com/mitchellh/go-wordwrap v1.0.1
28- github.com/open-policy-agent/conftest v0.62 .0
29- github.com/open-policy-agent/opa v1.6.0
28+ github.com/open-policy-agent/conftest v0.66 .0
29+ github.com/open-policy-agent/opa v1.12.1
3030 github.com/package-url/packageurl-go v0.1.3
3131 github.com/qri-io/jsonpointer v0.1.1
3232 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
3333 github.com/secure-systems-lab/go-securesystemslib v0.9.0
34- github.com/sigstore/cosign/v2 v2.4 .1
35- github.com/sigstore/rekor v1.3.6
36- github.com/sigstore/sigstore v1.8.9
34+ github.com/sigstore/cosign/v2 v2.6 .1
35+ github.com/sigstore/rekor v1.4.3
36+ github.com/sigstore/sigstore v1.10.3
3737 github.com/sirupsen/logrus v1.9.3
3838 github.com/smarty/cproxy/v2 v2.1.1
3939 github.com/spdx/tools-golang v0.5.5
40- github.com/spf13/afero v1.14 .0
41- github.com/spf13/cobra v1.9.1
40+ github.com/spf13/afero v1.15 .0
41+ github.com/spf13/cobra v1.10.2
4242 github.com/spf13/pflag v1.0.6
43- github.com/spf13/viper v1.20.1
43+ github.com/spf13/viper v1.21.0
4444 github.com/stretchr/testify v1.11.1
4545 github.com/stuart-warren/yamlfmt v0.2.0
4646 github.com/tektoncd/pipeline v0.66.0
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
48- github.com/testcontainers/testcontainers-go/modules/registry v0.34 .0
49- golang.org/x/benchmarks v0.0.0-20241115175113-a2b48b605b42
50- golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
51- golang.org/x/net v0.44 .0
52- golang.org/x/sync v0.17 .0
53- k8s.io/apiextensions-apiserver v0.34.2
54- k8s.io/apimachinery v0.34.2
55- k8s.io/client-go v0.34.2
48+ github.com/testcontainers/testcontainers-go/modules/registry v0.40 .0
49+ golang.org/x/benchmarks 523919e4e4f2
50+ golang.org/x/exp 944ab1f22d93
51+ golang.org/x/net v0.48 .0
52+ golang.org/x/sync v0.19 .0
53+ k8s.io/apiextensions-apiserver v0.35.0
54+ k8s.io/apimachinery v0.35.0
55+ k8s.io/client-go v0.35.0
5656 k8s.io/klog/v2 v2.130.1
57- k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
57+ k8s.io/kube-openapi 4e65d59e963e
5858 oras.land/oras-go/v2 v2.6.0
5959 sigs.k8s.io/yaml v1.6.0
6060)
6161
6262// 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
63- replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry v0.20.7-0.20250703195040-6f40a3734728
63+ replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry 3459088e4bae
6464
6565require (
66- github.com/go-openapi/runtime v0.28.0
66+ github.com/go-openapi/runtime v0.29.2
6767 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
68- golang.org/x/text v0.29 .0
68+ golang.org/x/text v0.32 .0
6969 gopkg.in/yaml.v3 v3.0.1
70- k8s.io/api v0.34.2
70+ k8s.io/api v0.35.0
7171)
7272
7373require (
0 commit comments