Skip to content

Commit 3ae1f3d

Browse files
Update go modules
1 parent dc0574d commit 3ae1f3d

File tree

4 files changed

+57
-57
lines changed

4 files changed

+57
-57
lines changed

acceptance/go.mod

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

55
require (
6-
cuelang.org/go v0.11.1
6+
cuelang.org/go v0.15.1
77
github.com/conforma/crds/api v0.1.7
88
github.com/cucumber/godog v0.15.0
9-
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f
9+
github.com/cyberphone/json-canonicalization 19d51d7fe467
1010
github.com/doiit/picocolors v1.0.1
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 1df2f046ba3e
18+
github.com/konflux-ci/application-api 555a927cf6d9
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
25+
github.com/sigstore/cosign/v2 v2.6.1
26+
github.com/sigstore/rekor v1.4.3
27+
github.com/sigstore/sigstore v1.10.3
2828
github.com/stretchr/testify v1.11.1
29-
github.com/tektoncd/cli v0.38.0
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 8475f28825e9
3636
gopkg.in/go-jose/go-jose.v2 v2.6.3
37-
k8s.io/api v0.34.2
38-
k8s.io/apimachinery v0.34.2
39-
k8s.io/client-go v0.34.2
37+
k8s.io/api v0.35.0
38+
k8s.io/apimachinery v0.35.0
39+
k8s.io/client-go v0.35.0
4040
oras.land/oras-go/v2 v2.6.0
41-
sigs.k8s.io/kind v0.26.0
42-
sigs.k8s.io/kustomize/api v0.20.1
43-
sigs.k8s.io/kustomize/kyaml v0.20.1
41+
sigs.k8s.io/kind v0.31.0
42+
sigs.k8s.io/kustomize/api v0.21.0
43+
sigs.k8s.io/kustomize/kyaml v0.21.0
4444
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.24.0 // indirect

go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/conforma/cli
33
go 1.24.6
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,62 +12,62 @@ require (
1212
github.com/docker/docker v28.2.2+incompatible
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 555a927cf6d9
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.12.1
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.3
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
43+
github.com/spf13/viper v1.21.0
4444
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.44.0
52-
golang.org/x/sync v0.17.0
53-
k8s.io/apiextensions-apiserver v0.34.2
54-
k8s.io/apimachinery v0.34.2
55-
k8s.io/client-go v0.34.2
48+
github.com/testcontainers/testcontainers-go/modules/registry v0.40.0
49+
golang.org/x/benchmarks 523919e4e4f2
50+
golang.org/x/exp 8475f28825e9
51+
golang.org/x/net v0.48.0
52+
golang.org/x/sync v0.19.0
53+
k8s.io/apiextensions-apiserver v0.35.0
54+
k8s.io/apimachinery v0.35.0
55+
k8s.io/client-go v0.35.0
5656
k8s.io/klog/v2 v2.130.1
57-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
57+
k8s.io/kube-openapi 4e65d59e963e
5858
oras.land/oras-go/v2 v2.6.0
5959
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 (
66-
github.com/go-openapi/runtime v0.28.0
66+
github.com/go-openapi/runtime v0.29.2
6767
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
68-
golang.org/x/text v0.29.0
68+
golang.org/x/text v0.32.0
6969
gopkg.in/yaml.v3 v3.0.1
70-
k8s.io/api v0.34.2
70+
k8s.io/api v0.35.0
7171
)
7272

7373
require (

tools/go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ go 1.24.6
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.34.2
16-
sigs.k8s.io/kustomize/kustomize/v5 v5.7.1
13+
gotest.tools/gotestsum v1.13.0
14+
helm.sh/helm/v3 v3.19.4
15+
k8s.io/kubernetes v1.35.0
16+
sigs.k8s.io/kustomize/kustomize/v5 v5.8.0
1717
)
1818

1919
require (

tools/kubectl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/conforma/cli/tools/kubectl
22

33
go 1.24.6
44

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

77
require (
88
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect

0 commit comments

Comments
 (0)