Skip to content

Commit 56b9812

Browse files
authored
Merge pull request #242 from SovereignCloudStack/renovate/patch-golang-deps
🌱 Update Update Golang Dependencies group (patch)
2 parents 1729306 + 2277f5f commit 56b9812

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
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.23
1+
1.1.24

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

go.mod

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

33
go 1.22.0
44

5-
toolchain go1.23.0
5+
toolchain go1.23.3
66

77
require (
88
github.com/go-logr/logr v1.4.2
@@ -70,7 +70,7 @@ require (
7070
github.com/go-openapi/jsonpointer v0.19.6 // indirect
7171
github.com/go-openapi/jsonreference v0.20.2 // indirect
7272
github.com/go-openapi/swag v0.22.4 // indirect
73-
github.com/gobuffalo/flect v1.0.2
73+
github.com/gobuffalo/flect v1.0.3
7474
github.com/gogo/protobuf v1.3.2 // indirect
7575
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7676
github.com/golang/protobuf v1.5.4 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEe
8080
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
8181
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
8282
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
83-
github.com/gobuffalo/flect v1.0.2 h1:eqjPGSo2WmjgY2XlpGwo2NXgL3RucAKo4k4qQMNA5sA=
84-
github.com/gobuffalo/flect v1.0.2/go.mod h1:A5msMlrHtLqh9umBSnvabjsMrCcCpAyzglnDvkbYKHs=
83+
github.com/gobuffalo/flect v1.0.3 h1:xeWBM2nui+qnVvNM4S3foBhCAL2XgPU+a7FdpelbTq4=
84+
github.com/gobuffalo/flect v1.0.3/go.mod h1:A5msMlrHtLqh9umBSnvabjsMrCcCpAyzglnDvkbYKHs=
8585
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
8686
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
8787
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=

vendor/github.com/gobuffalo/flect/humanize.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ github.com/go-task/slim-sprig
9898
# github.com/go-task/slim-sprig/v3 v3.0.0
9999
## explicit; go 1.20
100100
github.com/go-task/slim-sprig/v3
101-
# github.com/gobuffalo/flect v1.0.2
101+
# github.com/gobuffalo/flect v1.0.3
102102
## explicit; go 1.16
103103
github.com/gobuffalo/flect
104104
# github.com/gogo/protobuf v1.3.2

0 commit comments

Comments
 (0)