Skip to content

Commit 9ecff16

Browse files
Update go modules
1 parent bafd968 commit 9ecff16

File tree

7 files changed

+2183
-308
lines changed

7 files changed

+2183
-308
lines changed

acceptance/go.mod

Lines changed: 144 additions & 90 deletions
Large diffs are not rendered by default.

acceptance/go.sum

Lines changed: 1371 additions & 0 deletions
Large diffs are not rendered by default.

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/conforma/cli
33
go 1.24.4
44

55
require (
6-
cuelang.org/go v0.13.2
6+
cuelang.org/go v0.14.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,7 +12,7 @@ require (
1212
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.112
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.2
1616
github.com/go-logr/logr v1.4.3
1717
github.com/go-openapi/strfmt v0.23.0
1818
github.com/google/go-cmp v0.7.0
@@ -21,46 +21,46 @@ require (
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 5a9670bf7679
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
2828
github.com/open-policy-agent/conftest v0.62.0
29-
github.com/open-policy-agent/opa v1.6.0
29+
github.com/open-policy-agent/opa v1.8.0
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.5.3
35+
github.com/sigstore/rekor v1.4.2
36+
github.com/sigstore/sigstore v1.9.5
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.1
4242
github.com/spf13/pflag v1.0.6
43-
github.com/spf13/viper v1.20.1
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.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.41.0
52-
golang.org/x/sync v0.15.0
53-
k8s.io/apiextensions-apiserver v0.31.0
54-
k8s.io/apimachinery v0.32.3
55-
k8s.io/client-go v0.32.3
48+
github.com/testcontainers/testcontainers-go/modules/registry v0.38.0
49+
golang.org/x/benchmarks 53c1b909ad4d
50+
golang.org/x/exp 8b4c13bb791b
51+
golang.org/x/net v0.44.0
52+
golang.org/x/sync v0.17.0
53+
k8s.io/apiextensions-apiserver v0.34.1
54+
k8s.io/apimachinery v0.34.1
55+
k8s.io/client-go v0.34.1
5656
k8s.io/klog/v2 v2.130.1
57-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
57+
k8s.io/kube-openapi d67c058d9372
5858
oras.land/oras-go/v2 v2.6.0
59-
sigs.k8s.io/yaml v1.4.0
59+
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 b167a6a723f4
6464

6565
require (
6666
cel.dev/expr v0.20.0 // indirect

0 commit comments

Comments
 (0)