File tree Expand file tree Collapse file tree 7 files changed +13
-8
lines changed
github.com/gobuffalo/flect Expand file tree Collapse file tree 7 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1- 1.1.23
1+ 1.1.24
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/SovereignCloudStack/cluster-stack-operator
22
33go 1.22.0
44
5- toolchain go1.23.0
5+ toolchain go1.23.3
66
77require (
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
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEe
8080github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 /go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls =
8181github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI =
8282github.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 =
8585github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
8686github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
8787github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
Original file line number Diff line number Diff 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
100100github.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
103103github.com/gobuffalo/flect
104104# github.com/gogo/protobuf v1.3.2
You can’t perform that action at this time.
0 commit comments