Skip to content

Commit 160fd5b

Browse files
🌱 Update Update Golang Dependencies group
| datasource | package | from | to | | -------------- | ------------------------- | ------- | ------- | | go | github.com/google/cel-go | v0.26.1 | v0.27.0 | | go | github.com/onsi/ginkgo/v2 | v2.25.3 | v2.28.1 | | go | github.com/onsi/gomega | v1.38.2 | v1.39.1 | | golang-version | go | 1.25.1 | 1.26.0 | | go | golang.org/x/mod | v0.28.0 | v0.33.0 | | go | golang.org/x/oauth2 | v0.31.0 | v0.35.0 | | go | sigs.k8s.io/kind | v0.30.0 | v0.31.0 |
1 parent b3680fb commit 160fd5b

File tree

316 files changed

+42028
-10110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

316 files changed

+42028
-10110
lines changed

.builder-image-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.34
1+
1.1.35

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.34
24+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.35
2525
credentials:
2626
username: ${{ github.actor }}
2727
password: ${{ secrets.github_token }}

.github/workflows/schedule-scan-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Trivy
1010
runs-on: ubuntu-latest
1111
container:
12-
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.34
12+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.35
1313
credentials:
1414
username: ${{ github.actor }}
1515
password: ${{ secrets.github_token }}

go.mod

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ module github.com/SovereignCloudStack/cluster-stack-operator
22

33
go 1.24.0
44

5-
toolchain go1.25.1
5+
toolchain go1.26.0
66

77
require (
88
github.com/go-logr/logr v1.4.3
99
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
10-
github.com/google/cel-go v0.26.1
10+
github.com/google/cel-go v0.27.0
1111
github.com/google/go-github/v52 v52.0.0
12-
github.com/onsi/ginkgo/v2 v2.25.3
13-
github.com/onsi/gomega v1.38.2
12+
github.com/onsi/ginkgo/v2 v2.28.1
13+
github.com/onsi/gomega v1.39.1
1414
github.com/stretchr/testify v1.11.1
15-
golang.org/x/mod v0.28.0
16-
golang.org/x/oauth2 v0.31.0
15+
golang.org/x/mod v0.33.0
16+
golang.org/x/oauth2 v0.35.0
1717
k8s.io/api v0.30.3
1818
k8s.io/apimachinery v0.30.3
1919
k8s.io/cli-runtime v0.30.3
@@ -23,20 +23,20 @@ require (
2323
sigs.k8s.io/cluster-api v1.8.1
2424
sigs.k8s.io/cluster-api/test v1.8.1
2525
sigs.k8s.io/controller-runtime v0.18.7
26-
sigs.k8s.io/kind v0.30.0
26+
sigs.k8s.io/kind v0.31.0
2727
)
2828

2929
require (
3030
al.essio.dev/pkg/shellescape v1.5.1 // indirect
31-
cel.dev/expr v0.24.0 // indirect
31+
cel.dev/expr v0.25.1 // indirect
3232
github.com/BurntSushi/toml v1.4.0 // indirect
3333
github.com/MakeNowJust/heredoc v1.0.0 // indirect
3434
github.com/Masterminds/semver/v3 v3.4.0 // indirect
35-
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
35+
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
3636
github.com/fsnotify/fsnotify v1.7.0 // indirect
3737
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
3838
github.com/google/gnostic-models v0.6.8 // indirect
39-
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
39+
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
4040
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4141
github.com/mattn/go-isatty v0.0.20 // indirect
4242
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -45,12 +45,10 @@ require (
4545
github.com/pkg/errors v0.9.1 // indirect
4646
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4747
github.com/spf13/cobra v1.8.1 // indirect
48-
github.com/stoewer/go-strcase v1.2.0 // indirect
4948
github.com/stretchr/objx v0.5.2 // indirect
50-
go.uber.org/automaxprocs v1.6.0 // indirect
5149
go.yaml.in/yaml/v3 v3.0.4 // indirect
52-
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
53-
golang.org/x/sync v0.16.0 // indirect
50+
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
51+
golang.org/x/sync v0.19.0 // indirect
5452
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
5553
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
5654
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
@@ -98,15 +96,15 @@ require (
9896
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
9997
go.uber.org/multierr v1.11.0 // indirect
10098
go.uber.org/zap v1.27.0
101-
golang.org/x/crypto v0.41.0 // indirect
102-
golang.org/x/net v0.43.0 // indirect
103-
golang.org/x/sys v0.35.0 // indirect
104-
golang.org/x/term v0.34.0 // indirect
105-
golang.org/x/text v0.28.0 // indirect
99+
golang.org/x/crypto v0.47.0 // indirect
100+
golang.org/x/net v0.49.0 // indirect
101+
golang.org/x/sys v0.40.0 // indirect
102+
golang.org/x/term v0.39.0 // indirect
103+
golang.org/x/text v0.33.0 // indirect
106104
golang.org/x/time v0.5.0 // indirect
107-
golang.org/x/tools v0.36.0 // indirect
105+
golang.org/x/tools v0.41.0 // indirect
108106
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
109-
google.golang.org/protobuf v1.36.7 // indirect
107+
google.golang.org/protobuf v1.36.10 // indirect
110108
gopkg.in/inf.v0 v0.9.1 // indirect
111109
gopkg.in/yaml.v2 v2.4.0 // indirect
112110
gopkg.in/yaml.v3 v3.0.1

go.sum

Lines changed: 60 additions & 46 deletions
Large diffs are not rendered by default.

vendor/cel.dev/expr/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ go_library(
1616
importpath = "cel.dev/expr",
1717
visibility = ["//visibility:public"],
1818
deps = [
19-
"@org_golang_google_genproto_googleapis_rpc//status:go_default_library",
2019
"@org_golang_google_protobuf//reflect/protoreflect",
2120
"@org_golang_google_protobuf//runtime/protoimpl",
2221
"@org_golang_google_protobuf//types/known/anypb",

vendor/cel.dev/expr/MODULE.bazel

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,9 @@ bazel_dep(
1111
version = "0.39.1",
1212
repo_name = "bazel_gazelle",
1313
)
14-
bazel_dep(
15-
name = "googleapis",
16-
version = "0.0.0-20241220-5e258e33.bcr.1",
17-
repo_name = "com_google_googleapis",
18-
)
19-
bazel_dep(
20-
name = "googleapis-cc",
21-
version = "1.0.0",
22-
)
23-
bazel_dep(
24-
name = "googleapis-java",
25-
version = "1.0.0",
26-
)
27-
bazel_dep(
28-
name = "googleapis-go",
29-
version = "1.0.0",
30-
)
3114
bazel_dep(
3215
name = "protobuf",
33-
version = "27.0",
16+
version = "27.1",
3417
repo_name = "com_google_protobuf",
3518
)
3619
bazel_dep(
@@ -63,12 +46,11 @@ python.toolchain(
6346
)
6447

6548
go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
66-
go_sdk.download(version = "1.22.0")
49+
go_sdk.download(version = "1.23.0")
6750

6851
go_deps = use_extension("@bazel_gazelle//:extensions.bzl", "go_deps")
6952
go_deps.from_file(go_mod = "//:go.mod")
7053
use_repo(
7154
go_deps,
72-
"org_golang_google_genproto_googleapis_rpc",
7355
"org_golang_google_protobuf",
7456
)

0 commit comments

Comments
 (0)