@@ -3,49 +3,49 @@ module github.com/enterprise-contract/ec-cli
33go 1.24.6
44
55require (
6- cuelang.org/go v0.11 .1
6+ cuelang.org/go v0.15 .1
77 github.com/MakeNowJust/heredoc v1.0.0
88 github.com/Maldris/go-billy-afero v0.0.0-20200815120323-e9d3de59c99a
99 github.com/conforma/go-gather v1.0.2
1010 github.com/enterprise-contract/enterprise-contract-controller/api v0.1.79
1111 github.com/evanphx/json-patch v5.9.0+incompatible
1212 github.com/gkampitakis/go-snaps v0.5.7
13- github.com/go-git/go-git/v5 v5.13.2
13+ github.com/go-git/go-git/v5 v5.16.4
1414 github.com/go-logr/logr v1.4.3
1515 github.com/google/go-cmp v0.7.0
1616 github.com/google/go-containerregistry v0.20.2
1717 github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
1818 github.com/in-toto/in-toto-golang v0.9.0
1919 github.com/jstemmer/go-junit-report/v2 v2.1.0
20- github.com/konflux-ci/application-api v0.0.0-20240812090716-e7eb2ecfb409
20+ github.com/konflux-ci/application-api 555a927cf6d9
2121 github.com/leanovate/gopter v0.2.11
2222 github.com/mattn/go-isatty v0.0.20
2323 github.com/mitchellh/go-wordwrap v1.0.1
24- github.com/open-policy-agent/conftest v0.55 .0
24+ github.com/open-policy-agent/conftest v0.65 .0
2525 github.com/open-policy-agent/opa v0.70.0
2626 github.com/package-url/packageurl-go v0.1.3
2727 github.com/qri-io/jsonpointer v0.1.1
2828 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
2929 github.com/secure-systems-lab/go-securesystemslib v0.9.0
30- github.com/sigstore/cosign/v2 v2.4 .1
31- github.com/sigstore/sigstore v1.8.15
30+ github.com/sigstore/cosign/v2 v2.6 .1
31+ github.com/sigstore/sigstore v1.10.3
3232 github.com/sirupsen/logrus v1.9.3
33- github.com/spf13/afero v1.11 .0
34- github.com/spf13/cobra v1.9.1
33+ github.com/spf13/afero v1.15 .0
34+ github.com/spf13/cobra v1.10.2
3535 github.com/spf13/pflag v1.0.6
36- github.com/spf13/viper v1.19 .0
36+ github.com/spf13/viper v1.21 .0
3737 github.com/stretchr/testify v1.11.1
3838 github.com/stuart-warren/yamlfmt v0.2.0
3939 github.com/tektoncd/pipeline v0.70.0
40- golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
41- golang.org/x/net v0.44 .0
42- golang.org/x/sync v0.17 .0
40+ golang.org/x/exp 8475f28825e9
41+ golang.org/x/net v0.48 .0
42+ golang.org/x/sync v0.19 .0
4343 k8s.io/apiextensions-apiserver v0.34.2
4444 k8s.io/apimachinery v0.34.2
4545 k8s.io/client-go v0.34.2
4646 k8s.io/klog/v2 v2.130.1
47- k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
48- oras.land/oras-go/v2 v2.5 .0
47+ k8s.io/kube-openapi 4e65d59e963e
48+ oras.land/oras-go/v2 v2.6 .0
4949 sigs.k8s.io/yaml v1.6.0
5050)
5151
0 commit comments