@@ -3,7 +3,7 @@ module github.com/enterprise-contract/ec-cli
33go 1.23.6
44
55require (
6- cuelang.org/go v0.10.0
6+ cuelang.org/go v0.14.2
77 github.com/MakeNowJust/heredoc v1.0.0
88 github.com/Maldris/go-billy-afero v0.0.0-20200815120323-e9d3de59c99a
99 github.com/enterprise-contract/enterprise-contract-controller/api v0.1.55
@@ -14,44 +14,44 @@ require (
1414 github.com/enterprise-contract/go-gather/metadata/oci v0.0.3
1515 github.com/evanphx/json-patch v5.9.0+incompatible
1616 github.com/gkampitakis/go-snaps v0.5.7
17- github.com/go-git/go-git/v5 v5.13.2
17+ github.com/go-git/go-git/v5 v5.16.3
1818 github.com/go-logr/logr v1.4.2
1919 github.com/google/go-cmp v0.7.0
2020 github.com/google/go-containerregistry v0.20.2
2121 github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
22- github.com/hashicorp/go-getter v1.7.9
22+ github.com/hashicorp/go-getter v1.8.3
2323 github.com/hashicorp/go-multierror v1.1.1
2424 github.com/in-toto/in-toto-golang v0.9.0
25- github.com/invopop/jsonschema v0.12 .0
25+ github.com/invopop/jsonschema v0.13 .0
2626 github.com/jstemmer/go-junit-report/v2 v2.1.0
27- github.com/konflux-ci/application-api v0.0.0-20240812090716-e7eb2ecfb409
27+ github.com/konflux-ci/application-api 5a9670bf7679
2828 github.com/leanovate/gopter v0.2.11
2929 github.com/mattn/go-isatty v0.0.20
3030 github.com/mitchellh/go-wordwrap v1.0.1
31- github.com/open-policy-agent/conftest v0.55 .0
32- github.com/open-policy-agent/opa v0.68 .0
31+ github.com/open-policy-agent/conftest v0.63 .0
32+ github.com/open-policy-agent/opa v0.70 .0
3333 github.com/package-url/packageurl-go v0.1.3
3434 github.com/qri-io/jsonpointer v0.1.1
3535 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
3636 github.com/secure-systems-lab/go-securesystemslib v0.9.0
37- github.com/sigstore/cosign/v2 v2.4.0
38- github.com/sigstore/sigstore v1.8.15
37+ github.com/sigstore/cosign/v2 v2.6.1
38+ github.com/sigstore/sigstore v1.9.5
3939 github.com/sirupsen/logrus v1.9.3
40- github.com/spf13/afero v1.11 .0
41- github.com/spf13/cobra v1.8 .1
40+ github.com/spf13/afero v1.15 .0
41+ github.com/spf13/cobra v1.10 .1
4242 github.com/spf13/pflag v1.0.5
43- github.com/spf13/viper v1.19 .0
44- github.com/stretchr/testify v1.10.0
43+ github.com/spf13/viper v1.21 .0
44+ github.com/stretchr/testify v1.11.1
4545 github.com/stuart-warren/yamlfmt v0.2.0
4646 github.com/tektoncd/pipeline v0.70.0
47- golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
48- golang.org/x/net v0.34 .0
49- k8s.io/apiextensions-apiserver v0.31.4
50- k8s.io/apimachinery v0.31.6
51- k8s.io/client-go v0.31.6
47+ golang.org/x/exp a4bb9ffd2546
48+ golang.org/x/net v0.46 .0
49+ k8s.io/apiextensions-apiserver v0.34.1
50+ k8s.io/apimachinery v0.34.1
51+ k8s.io/client-go v0.34.1
5252 k8s.io/klog/v2 v2.130.1
53- k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38
54- sigs.k8s.io/yaml v1.4 .0
53+ k8s.io/kube-openapi 589584f1c912
54+ sigs.k8s.io/yaml v1.6 .0
5555)
5656
5757// use forked version until we can get the fixes merged see https://github.com/enterprise-contract/go-containerregistry/blob/main/hack/ec-patches.sh for a list of patches we carry
0 commit comments