@@ -6,56 +6,56 @@ require (
66 cuelang.org/go v0.10.0
77 github.com/MakeNowJust/heredoc v1.0.0
88 github.com/Maldris/go-billy-afero v0.0.0-20200815120323-e9d3de59c99a
9- github.com/enterprise-contract/enterprise-contract-controller/api v0.1.55
9+ github.com/enterprise-contract/enterprise-contract-controller/api v0.1.159
1010 github.com/enterprise-contract/go-gather/gather v0.0.3
1111 github.com/enterprise-contract/go-gather/metadata v0.0.2
1212 github.com/enterprise-contract/go-gather/metadata/file v0.0.1
1313 github.com/enterprise-contract/go-gather/metadata/git v0.0.2
1414 github.com/enterprise-contract/go-gather/metadata/oci v0.0.3
15- github.com/evanphx/json-patch v5.9.0 +incompatible
16- github.com/gkampitakis/go-snaps v0.5.7
17- github.com/go-git/go-git/v5 v5.13 .2
18- github.com/go-logr/logr v1.4.2
15+ github.com/evanphx/json-patch v5.9.11 +incompatible
16+ github.com/gkampitakis/go-snaps v0.5.15
17+ github.com/go-git/go-git/v5 v5.16 .2
18+ github.com/go-logr/logr v1.4.3
1919 github.com/google/go-cmp v0.7.0
20- github.com/google/go-containerregistry v0.20.2
20+ github.com/google/go-containerregistry v0.20.6
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.1
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.62 .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
36- 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
36+ github.com/secure-systems-lab/go-securesystemslib v0.9.1
37+ github.com/sigstore/cosign/v2 v2.6 .0
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
42- github.com/spf13/pflag v1.0.5
43- github.com/spf13/viper v1.19 .0
44- github.com/stretchr/testify v1.10.0
40+ github.com/spf13/afero v1.15 .0
41+ github.com/spf13/cobra v1.10 .1
42+ github.com/spf13/pflag v1.0.10
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 df9299821621
48+ golang.org/x/net v0.44 .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
58- replace github.com/google/go-containerregistry => github.com/enterprise-contract/go-containerregistry v0.20.3-0.20240814111759-1368a664d919
58+ replace github.com/google/go-containerregistry => github.com/enterprise-contract/go-containerregistry v0.20.6
5959
6060require (
6161 cel.dev/expr v0.19.1 // indirect
0 commit comments