Skip to content

Commit 6e32a37

Browse files
Update go modules
1 parent 95a19b5 commit 6e32a37

File tree

6 files changed

+1802
-266
lines changed

6 files changed

+1802
-266
lines changed

acceptance/go.mod

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

55
require (
6-
cuelang.org/go v0.11.1
7-
github.com/cucumber/godog v0.15.0
8-
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f
6+
cuelang.org/go v0.14.1
7+
github.com/cucumber/godog v0.15.1
8+
github.com/cyberphone/json-canonicalization 19d51d7fe467
99
github.com/doiit/picocolors v1.0.1
10-
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.112
11-
github.com/evanphx/json-patch/v5 v5.9.0
12-
github.com/gkampitakis/go-snaps v0.5.7
13-
github.com/go-git/go-billy/v5 v5.6.0
14-
github.com/go-git/go-git/v5 v5.13.0
10+
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.159
11+
github.com/evanphx/json-patch/v5 v5.9.11
12+
github.com/gkampitakis/go-snaps v0.5.15
13+
github.com/go-git/go-billy/v5 v5.6.2
14+
github.com/go-git/go-git/v5 v5.16.2
1515
github.com/go-openapi/strfmt v0.23.0
1616
github.com/google/go-containerregistry v0.20.7
17-
github.com/in-toto/in-toto-golang v0.9.1-0.20240317085821-8e2966059a09
18-
github.com/konflux-ci/application-api v0.0.0-20240812090716-e7eb2ecfb409
17+
github.com/in-toto/in-toto-golang 0a34c087cedc
18+
github.com/konflux-ci/application-api 5a9670bf7679
1919
github.com/opencontainers/image-spec v1.1.1
20-
github.com/otiai10/copy v1.14.0
20+
github.com/otiai10/copy v1.14.1
2121
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
22-
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
22+
github.com/pkg/diff 4e6772a4315c
2323
github.com/pkg/errors v0.9.1
24-
github.com/secure-systems-lab/go-securesystemslib v0.9.0
25-
github.com/sigstore/cosign/v2 v2.4.1
26-
github.com/sigstore/rekor v1.3.6
27-
github.com/sigstore/sigstore v1.8.9
28-
github.com/stretchr/testify v1.10.0
29-
github.com/tektoncd/cli v0.38.0
24+
github.com/secure-systems-lab/go-securesystemslib v0.9.1
25+
github.com/sigstore/cosign/v2 v2.6.0
26+
github.com/sigstore/rekor v1.4.2
27+
github.com/sigstore/sigstore v1.9.5
28+
github.com/stretchr/testify v1.11.1
29+
github.com/tektoncd/cli v0.42.0
3030
github.com/tektoncd/pipeline v0.66.0
31-
github.com/testcontainers/testcontainers-go v0.34.0
31+
github.com/testcontainers/testcontainers-go v0.39.0
3232
github.com/transparency-dev/merkle v0.0.2
33-
github.com/wiremock/go-wiremock v1.11.0
33+
github.com/wiremock/go-wiremock v1.14.0
3434
github.com/yudai/gojsondiff v1.0.0
35-
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
35+
golang.org/x/exp df9299821621
3636
gopkg.in/go-jose/go-jose.v2 v2.6.3
37-
k8s.io/api v0.32.3
38-
k8s.io/apimachinery v0.32.3
39-
k8s.io/client-go v0.32.3
37+
k8s.io/api v0.34.1
38+
k8s.io/apimachinery v0.34.1
39+
k8s.io/client-go v0.34.1
4040
oras.land/oras-go/v2 v2.6.0
41-
sigs.k8s.io/kind v0.26.0
42-
sigs.k8s.io/kustomize/api v0.18.0
43-
sigs.k8s.io/kustomize/kyaml v0.18.1
44-
sigs.k8s.io/yaml v1.4.0
41+
sigs.k8s.io/kind v0.30.0
42+
sigs.k8s.io/kustomize/api v0.20.1
43+
sigs.k8s.io/kustomize/kyaml v0.20.1
44+
sigs.k8s.io/yaml v1.6.0
4545
)
4646

4747
// Maybe less important in acceptance, but it seems sensible to use the fork here too
48-
replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry v0.20.7-0.20250703195040-6f40a3734728
48+
replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry b167a6a723f4
4949

5050
require (
5151
cel.dev/expr v0.20.0 // indirect

go.mod

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ 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
1010
github.com/conforma/go-gather v1.0.2
1111
github.com/docker/docker v28.2.2+incompatible
12-
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.112
13-
github.com/evanphx/json-patch v5.9.0+incompatible
14-
github.com/gkampitakis/go-snaps v0.5.7
15-
github.com/go-git/go-git/v5 v5.13.2
12+
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.159
13+
github.com/evanphx/json-patch v5.9.11+incompatible
14+
github.com/gkampitakis/go-snaps v0.5.15
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.9.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
33-
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
33+
github.com/secure-systems-lab/go-securesystemslib v0.9.1
34+
github.com/sigstore/cosign/v2 v2.6.0
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
42-
github.com/spf13/pflag v1.0.6
43-
github.com/spf13/viper v1.20.1
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.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.43.0
52-
golang.org/x/sync v0.16.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.39.0
49+
golang.org/x/benchmarks 53c1b909ad4d
50+
golang.org/x/exp df9299821621
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 589584f1c912
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)