Skip to content

Commit c7ab4e0

Browse files
🌱 Update Update Golang Dependencies group
| datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | go | github.com/onsi/ginkgo/v2 | v2.25.3 | v2.27.2 | | go | golang.org/x/mod | v0.28.0 | v0.29.0 | | go | golang.org/x/oauth2 | v0.31.0 | v0.32.0 |
1 parent b3680fb commit c7ab4e0

File tree

144 files changed

+36877
-1552
lines changed

Some content is hidden

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

144 files changed

+36877
-1552
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: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ require (
99
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
1010
github.com/google/cel-go v0.26.1
1111
github.com/google/go-github/v52 v52.0.0
12-
github.com/onsi/ginkgo/v2 v2.25.3
12+
github.com/onsi/ginkgo/v2 v2.27.2
1313
github.com/onsi/gomega v1.38.2
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.29.0
16+
golang.org/x/oauth2 v0.32.0
1717
k8s.io/api v0.30.3
1818
k8s.io/apimachinery v0.30.3
1919
k8s.io/cli-runtime v0.30.3
@@ -47,10 +47,9 @@ require (
4747
github.com/spf13/cobra v1.8.1 // indirect
4848
github.com/stoewer/go-strcase v1.2.0 // indirect
4949
github.com/stretchr/objx v0.5.2 // indirect
50-
go.uber.org/automaxprocs v1.6.0 // indirect
5150
go.yaml.in/yaml/v3 v3.0.4 // indirect
5251
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
53-
golang.org/x/sync v0.16.0 // indirect
52+
golang.org/x/sync v0.17.0 // indirect
5453
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
5554
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
5655
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
@@ -98,13 +97,13 @@ require (
9897
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
9998
go.uber.org/multierr v1.11.0 // indirect
10099
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
100+
golang.org/x/crypto v0.42.0 // indirect
101+
golang.org/x/net v0.44.0 // indirect
102+
golang.org/x/sys v0.36.0 // indirect
103+
golang.org/x/term v0.35.0 // indirect
104+
golang.org/x/text v0.29.0 // indirect
106105
golang.org/x/time v0.5.0 // indirect
107-
golang.org/x/tools v0.36.0 // indirect
106+
golang.org/x/tools v0.37.0 // indirect
108107
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
109108
google.golang.org/protobuf v1.36.7 // indirect
110109
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

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

vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/onsi/ginkgo/v2/README.md

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/onsi/ginkgo/v2/core_dsl.go

Lines changed: 53 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/onsi/ginkgo/v2/decorator_dsl.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/onsi/ginkgo/v2/ginkgo/automaxprocs.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)