@@ -3,17 +3,17 @@ module github.com/enterprise-contract/ec-cli
33go 1.23.6
44
55require (
6- cuelang.org/go v0.11.1
6+ cuelang.org/go v0.11.2
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
10- github.com/enterprise-contract/enterprise-contract-controller/api v0.1.79
11- github.com/evanphx/json-patch v5.9.0 +incompatible
12- github.com/gkampitakis/go-snaps v0.5.7
10+ github.com/enterprise-contract/enterprise-contract-controller/api v0.1.173
11+ github.com/evanphx/json-patch v5.9.11 +incompatible
12+ github.com/gkampitakis/go-snaps v0.5.15
1313 github.com/go-git/go-git/v5 v5.13.2
14- github.com/go-logr/logr v1.4.2
14+ github.com/go-logr/logr v1.4.3
1515 github.com/google/go-cmp v0.7.0
16- github.com/google/go-containerregistry v0.20.2
16+ github.com/google/go-containerregistry v0.20.6
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
@@ -26,31 +26,31 @@ require (
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
29- github.com/secure-systems-lab/go-securesystemslib v0.9.0
30- github.com/sigstore/cosign/v2 v2.4.1
29+ github.com/secure-systems-lab/go-securesystemslib v0.9.1
30+ github.com/sigstore/cosign/v2 v2.4.3
3131 github.com/sigstore/sigstore v1.8.15
3232 github.com/sirupsen/logrus v1.9.3
3333 github.com/spf13/afero v1.11.0
3434 github.com/spf13/cobra v1.8.1
35- github.com/spf13/pflag v1.0.5
35+ github.com/spf13/pflag v1.0.10
3636 github.com/spf13/viper v1.19.0
3737 github.com/stretchr/testify v1.10.0
3838 github.com/stuart-warren/yamlfmt v0.2.0
3939 github.com/tektoncd/pipeline v0.70.0
4040 golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
4141 golang.org/x/net v0.34.0
4242 golang.org/x/sync v0.14.0
43- k8s.io/apiextensions-apiserver v0.31.4
44- k8s.io/apimachinery v0.31.6
45- k8s.io/client-go v0.31.6
43+ k8s.io/apiextensions-apiserver v0.31.13
44+ k8s.io/apimachinery v0.31.13
45+ k8s.io/client-go v0.31.13
4646 k8s.io/klog/v2 v2.130.1
4747 k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38
4848 oras.land/oras-go/v2 v2.5.0
4949 sigs.k8s.io/yaml v1.4.0
5050)
5151
5252// 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
53- replace github.com/google/go-containerregistry => github.com/enterprise-contract/go-containerregistry v0.20.3-0.20250120083621-7be5271048b1
53+ replace github.com/google/go-containerregistry => github.com/enterprise-contract/go-containerregistry v0.20.6
5454
5555require (
5656 cel.dev/expr v0.19.1 // indirect
0 commit comments