Skip to content

Commit b2d51b9

Browse files
authored
Merge pull request #234 from SovereignCloudStack/renovate/golang-deps
🌱 Update Update Golang Dependencies group (minor)
2 parents 60e88ff + e1545c1 commit b2d51b9

File tree

307 files changed

+16933
-12492
lines changed

Some content is hidden

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

307 files changed

+16933
-12492
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.22
1+
1.1.23

.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.22
24+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.23
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.22
12+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.23
1313
credentials:
1414
username: ${{ github.actor }}
1515
password: ${{ secrets.github_token }}

go.mod

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ toolchain go1.23.0
77
require (
88
github.com/go-logr/logr v1.4.2
99
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
10-
github.com/google/cel-go v0.20.1
10+
github.com/google/cel-go v0.22.1
1111
github.com/google/go-github/v52 v52.0.0
12-
github.com/onsi/ginkgo/v2 v2.19.1
13-
github.com/onsi/gomega v1.34.0
14-
github.com/stretchr/testify v1.9.0
15-
golang.org/x/mod v0.18.0
16-
golang.org/x/oauth2 v0.21.0
12+
github.com/onsi/ginkgo/v2 v2.22.0
13+
github.com/onsi/gomega v1.36.0
14+
github.com/stretchr/testify v1.10.0
15+
golang.org/x/mod v0.22.0
16+
golang.org/x/oauth2 v0.24.0
1717
k8s.io/api v0.30.3
1818
k8s.io/apimachinery v0.30.3
1919
k8s.io/cli-runtime v0.30.3
@@ -23,17 +23,18 @@ 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.5
26-
sigs.k8s.io/kind v0.23.0
26+
sigs.k8s.io/kind v0.25.0
2727
)
2828

2929
require (
30-
github.com/BurntSushi/toml v1.0.0 // indirect
30+
cel.dev/expr v0.18.0 // indirect
31+
github.com/BurntSushi/toml v1.4.0 // indirect
3132
github.com/MakeNowJust/heredoc v1.0.0 // indirect
32-
github.com/alessio/shellescape v1.4.1 // indirect
33+
github.com/alessio/shellescape v1.4.2 // indirect
3334
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
3435
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
3536
github.com/google/gnostic-models v0.6.8 // indirect
36-
github.com/google/pprof v0.0.0-20240525223248-4bfdf5a9a2af // indirect
37+
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
3738
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
3839
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3940
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -46,9 +47,9 @@ require (
4647
github.com/stoewer/go-strcase v1.2.0 // indirect
4748
github.com/stretchr/objx v0.5.2 // indirect
4849
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
49-
golang.org/x/sync v0.7.0 // indirect
50-
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
51-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
50+
golang.org/x/sync v0.8.0 // indirect
51+
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
52+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
5253
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
5354
k8s.io/cluster-bootstrap v0.30.3 // indirect
5455
sigs.k8s.io/yaml v1.4.0 // indirect
@@ -95,15 +96,15 @@ require (
9596
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
9697
go.uber.org/multierr v1.11.0 // indirect
9798
go.uber.org/zap v1.27.0
98-
golang.org/x/crypto v0.25.0 // indirect
99-
golang.org/x/net v0.27.0 // indirect
100-
golang.org/x/sys v0.22.0 // indirect
101-
golang.org/x/term v0.22.0 // indirect
102-
golang.org/x/text v0.16.0 // indirect
99+
golang.org/x/crypto v0.28.0 // indirect
100+
golang.org/x/net v0.30.0 // indirect
101+
golang.org/x/sys v0.26.0 // indirect
102+
golang.org/x/term v0.25.0 // indirect
103+
golang.org/x/text v0.19.0 // indirect
103104
golang.org/x/time v0.5.0 // indirect
104-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
105+
golang.org/x/tools v0.26.0 // indirect
105106
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
106-
google.golang.org/protobuf v1.34.2 // indirect
107+
google.golang.org/protobuf v1.35.1 // indirect
107108
gopkg.in/inf.v0 v0.9.1 // indirect
108109
gopkg.in/yaml.v2 v2.4.0 // indirect
109110
gopkg.in/yaml.v3 v3.0.1

go.sum

Lines changed: 44 additions & 42 deletions
Large diffs are not rendered by default.

vendor/cel.dev/expr/.bazelversion

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
7.0.1
2+
# Keep this pinned version in parity with cel-go

vendor/cel.dev/expr/.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.pb.go linguist-generated=true
2+
*.pb.go -diff -merge

vendor/cel.dev/expr/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bazel-*
2+
MODULE.bazel.lock

vendor/cel.dev/expr/BUILD.bazel

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
load("@io_bazel_rules_go//go:def.bzl", "go_library")
2+
3+
package(default_visibility = ["//visibility:public"])
4+
5+
licenses(["notice"]) # Apache 2.0
6+
7+
go_library(
8+
name = "expr",
9+
srcs = [
10+
"checked.pb.go",
11+
"eval.pb.go",
12+
"explain.pb.go",
13+
"syntax.pb.go",
14+
"value.pb.go",
15+
],
16+
importpath = "cel.dev/expr",
17+
visibility = ["//visibility:public"],
18+
deps = [
19+
"@org_golang_google_genproto_googleapis_rpc//status:go_default_library",
20+
"@org_golang_google_protobuf//reflect/protoreflect",
21+
"@org_golang_google_protobuf//runtime/protoimpl",
22+
"@org_golang_google_protobuf//types/known/anypb",
23+
"@org_golang_google_protobuf//types/known/durationpb",
24+
"@org_golang_google_protobuf//types/known/emptypb",
25+
"@org_golang_google_protobuf//types/known/structpb",
26+
"@org_golang_google_protobuf//types/known/timestamppb",
27+
],
28+
)
29+
30+
alias(
31+
name = "go_default_library",
32+
actual = ":expr",
33+
visibility = ["//visibility:public"],
34+
)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Contributor Code of Conduct
2+
## Version 0.1.1 (adapted from 0.3b-angular)
3+
4+
As contributors and maintainers of the Common Expression Language
5+
(CEL) project, we pledge to respect everyone who contributes by
6+
posting issues, updating documentation, submitting pull requests,
7+
providing feedback in comments, and any other activities.
8+
9+
Communication through any of CEL's channels (GitHub, Gitter, IRC,
10+
mailing lists, Google+, Twitter, etc.) must be constructive and never
11+
resort to personal attacks, trolling, public or private harassment,
12+
insults, or other unprofessional conduct.
13+
14+
We promise to extend courtesy and respect to everyone involved in this
15+
project regardless of gender, gender identity, sexual orientation,
16+
disability, age, race, ethnicity, religion, or level of experience. We
17+
expect anyone contributing to the project to do the same.
18+
19+
If any member of the community violates this code of conduct, the
20+
maintainers of the CEL project may take action, removing issues,
21+
comments, and PRs or blocking accounts as deemed appropriate.
22+
23+
If you are subject to or witness unacceptable behavior, or have any
24+
other concerns, please email us at
25+

0 commit comments

Comments
 (0)