Skip to content

Commit 44f9aaf

Browse files
Update go modules
1 parent f7f7b88 commit 44f9aaf

File tree

5 files changed

+154
-86
lines changed

5 files changed

+154
-86
lines changed

acceptance/go.mod

Lines changed: 24 additions & 24 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
6+
cuelang.org/go v0.15.1
77
github.com/cucumber/godog v0.15.0
8-
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f
8+
github.com/cyberphone/json-canonicalization 19d51d7fe467
99
github.com/doiit/picocolors v1.0.1
1010
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.112
1111
github.com/evanphx/json-patch/v5 v5.9.0
1212
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
15-
github.com/go-openapi/strfmt v0.23.0
13+
github.com/go-git/go-billy/v5 v5.7.0
14+
github.com/go-git/go-git/v5 v5.16.4
15+
github.com/go-openapi/strfmt v0.25.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 eded429e5256
18+
github.com/konflux-ci/application-api d24742e8b026
1919
github.com/opencontainers/image-spec v1.1.1
2020
github.com/otiai10/copy v1.14.0
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
2424
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
25+
github.com/sigstore/cosign/v2 v2.6.1
26+
github.com/sigstore/rekor v1.4.3
27+
github.com/sigstore/sigstore v1.10.0
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.40.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 87e1e737ad39
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.2
38+
k8s.io/apimachinery v0.34.2
39+
k8s.io/client-go v0.34.2
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.21.0
43+
sigs.k8s.io/kustomize/kyaml v0.21.0
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 3459088e4bae
4949

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

go.mod

Lines changed: 24 additions & 24 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.15.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,55 +12,55 @@ 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.4
1616
github.com/go-logr/logr v1.4.3
17-
github.com/go-openapi/strfmt v0.23.0
17+
github.com/go-openapi/strfmt v0.25.0
1818
github.com/google/go-cmp v0.7.0
1919
github.com/google/go-containerregistry v0.20.7
2020
github.com/google/safearchive v0.0.0-20241025131057-f7ce9d7b6f9c
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 d24742e8b026
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
28-
github.com/open-policy-agent/conftest v0.62.0
29-
github.com/open-policy-agent/opa v1.6.0
28+
github.com/open-policy-agent/conftest v0.65.0
29+
github.com/open-policy-agent/opa v1.11.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.6.1
35+
github.com/sigstore/rekor v1.4.3
36+
github.com/sigstore/sigstore v1.10.0
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.2
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.40.0
49+
golang.org/x/benchmarks 523919e4e4f2
50+
golang.org/x/exp 87e1e737ad39
51+
golang.org/x/net v0.48.0
52+
golang.org/x/sync v0.19.0
53+
k8s.io/apiextensions-apiserver v0.34.2
54+
k8s.io/apimachinery v0.34.2
55+
k8s.io/client-go v0.34.2
5656
k8s.io/klog/v2 v2.130.1
57-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
57+
k8s.io/kube-openapi 4e65d59e963e
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 3459088e4bae
6464

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

tools/go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ go 1.24.4
44

55
require (
66
github.com/daixiang0/gci v0.13.5
7-
github.com/golangci/golangci-lint v1.63.4
8-
github.com/google/addlicense v1.1.1
9-
github.com/open-policy-agent/conftest v0.62.0
10-
github.com/tektoncd/chains v0.22.2
11-
github.com/tektoncd/cli v0.38.0
7+
github.com/golangci/golangci-lint v1.64.8
8+
github.com/google/addlicense v1.2.0
9+
github.com/open-policy-agent/conftest v0.65.0
10+
github.com/tektoncd/chains v0.26.0
11+
github.com/tektoncd/cli v0.42.0
1212
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
13-
gotest.tools/gotestsum v1.12.1
14-
helm.sh/helm/v3 v3.18.5
15-
k8s.io/kubernetes v1.31.12
16-
sigs.k8s.io/kustomize/kustomize/v5 v5.6.0
13+
gotest.tools/gotestsum v1.13.0
14+
helm.sh/helm/v3 v3.19.2
15+
k8s.io/kubernetes v1.34.2
16+
sigs.k8s.io/kustomize/kustomize/v5 v5.8.0
1717
)
1818

1919
require (

tools/kubectl/go.mod

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/conforma/cli/tools/kubectl
22

33
go 1.24.4
44

5-
require k8s.io/kubernetes v1.31.12
5+
require k8s.io/kubernetes v1.34.2
66

77
require (
88
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -15,10 +15,10 @@ require (
1515
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1616
github.com/daviddengcn/go-colortext v1.0.0 // indirect
1717
github.com/distribution/reference v0.6.0 // indirect
18-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
18+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
1919
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
2020
github.com/fatih/camelcase v1.0.0 // indirect
21-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
21+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
2222
github.com/go-errors/errors v1.5.1 // indirect
2323
github.com/go-logr/logr v1.4.2 // indirect
2424
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -27,57 +27,59 @@ require (
2727
github.com/gogo/protobuf v1.3.2 // indirect
2828
github.com/golang/protobuf v1.5.4 // indirect
2929
github.com/google/btree v1.1.3 // indirect
30-
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
31-
github.com/google/go-cmp v0.6.0 // indirect
30+
github.com/google/gnostic-models v0.7.0 // indirect
31+
github.com/google/go-cmp v0.7.0 // indirect
3232
github.com/google/gofuzz v1.2.0 // indirect
3333
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
3434
github.com/google/uuid v1.6.0 // indirect
35-
github.com/gorilla/websocket v1.5.3 // indirect
35+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
3636
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
3737
github.com/imdario/mergo v0.3.16 // indirect
3838
github.com/inconshreveable/mousetrap v1.1.0 // indirect
39-
github.com/jonboulle/clockwork v0.4.0 // indirect
39+
github.com/jonboulle/clockwork v0.5.0 // indirect
4040
github.com/josharian/intern v1.0.0 // indirect
4141
github.com/json-iterator/go v1.1.12 // indirect
42-
github.com/klauspost/compress v1.17.9 // indirect
42+
github.com/klauspost/compress v1.18.0 // indirect
4343
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
4444
github.com/lithammer/dedent v1.1.0 // indirect
4545
github.com/mailru/easyjson v0.7.7 // indirect
4646
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
4747
github.com/moby/spdystream v0.5.0 // indirect
4848
github.com/moby/term v0.5.0 // indirect
4949
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
50-
github.com/modern-go/reflect2 v1.0.2 // indirect
50+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5151
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
5252
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5353
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
54-
github.com/onsi/ginkgo/v2 v2.20.0 // indirect
55-
github.com/onsi/gomega v1.34.1 // indirect
54+
github.com/onsi/ginkgo/v2 v2.21.0 // indirect
55+
github.com/onsi/gomega v1.35.1 // indirect
5656
github.com/opencontainers/go-digest v1.0.0 // indirect
5757
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
5858
github.com/pkg/errors v0.9.1 // indirect
59-
github.com/prometheus/client_golang v1.20.2 // indirect
59+
github.com/prometheus/client_golang v1.22.0 // indirect
6060
github.com/prometheus/client_model v0.6.1 // indirect
61-
github.com/prometheus/common v0.58.0 // indirect
61+
github.com/prometheus/common v0.62.0 // indirect
6262
github.com/prometheus/procfs v0.15.1 // indirect
6363
github.com/rogpeppe/go-internal v1.12.1-0.20240709150035-ccf4b4329d21 // indirect
6464
github.com/russross/blackfriday/v2 v2.1.0 // indirect
6565
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
66-
github.com/spf13/cobra v1.8.1 // indirect
67-
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
66+
github.com/spf13/cobra v1.9.1 // indirect
67+
github.com/spf13/pflag v1.0.6 // indirect
6868
github.com/x448/float16 v0.8.4 // indirect
6969
github.com/xlab/treeprint v1.2.0 // indirect
7070
go.starlark.net v0.0.0-20240725214946-42030a7cedce // indirect
7171
go.uber.org/zap v1.27.0 // indirect
72+
go.yaml.in/yaml/v2 v2.4.2 // indirect
73+
go.yaml.in/yaml/v3 v3.0.4 // indirect
7274
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
73-
golang.org/x/net v0.36.0 // indirect
75+
golang.org/x/net v0.38.0 // indirect
7476
golang.org/x/oauth2 v0.27.0 // indirect
75-
golang.org/x/sync v0.11.0 // indirect
76-
golang.org/x/sys v0.30.0 // indirect
77-
golang.org/x/term v0.29.0 // indirect
78-
golang.org/x/text v0.22.0 // indirect
79-
golang.org/x/time v0.6.0 // indirect
80-
google.golang.org/protobuf v1.34.2 // indirect
77+
golang.org/x/sync v0.12.0 // indirect
78+
golang.org/x/sys v0.31.0 // indirect
79+
golang.org/x/term v0.30.0 // indirect
80+
golang.org/x/text v0.23.0 // indirect
81+
golang.org/x/time v0.9.0 // indirect
82+
google.golang.org/protobuf v1.36.5 // indirect
8183
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8284
gopkg.in/inf.v0 v0.9.1 // indirect
8385
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -89,14 +91,16 @@ require (
8991
k8s.io/component-base v0.31.0 // indirect
9092
k8s.io/component-helpers v0.31.0 // indirect
9193
k8s.io/klog/v2 v2.130.1 // indirect
92-
k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
94+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
9395
k8s.io/kubectl v0.31.0 // indirect
9496
k8s.io/metrics v0.31.0 // indirect
95-
k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3 // indirect
96-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
97-
sigs.k8s.io/kustomize/api v0.17.3 // indirect
98-
sigs.k8s.io/kustomize/kustomize/v5 v5.4.3 // indirect
99-
sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
97+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
98+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
99+
sigs.k8s.io/kustomize/api v0.20.1 // indirect
100+
sigs.k8s.io/kustomize/kustomize/v5 v5.7.1 // indirect
101+
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect
102+
sigs.k8s.io/randfill v1.0.0 // indirect
100103
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
101-
sigs.k8s.io/yaml v1.4.0 // indirect
104+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
105+
sigs.k8s.io/yaml v1.6.0 // indirect
102106
)

0 commit comments

Comments
 (0)