Skip to content

Commit 68ea2bc

Browse files
🌱 Update Update Golang Dependencies group
| datasource | package | from | to | | -------------- | ------------------------------------------ | ------- | ------- | | go | github.com/gophercloud/gophercloud/v2 | v2.4.0 | v2.6.0 | | go | github.com/onsi/ginkgo/v2 | v2.22.2 | v2.23.0 | | golang-version | go | 1.23.5 | 1.24.1 | | go | sigs.k8s.io/cluster-api-provider-openstack | v0.11.4 | v0.12.1 |
1 parent f23bdb5 commit 68ea2bc

File tree

1,811 files changed

+76845
-37720
lines changed

Some content is hidden

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

1,811 files changed

+76845
-37720
lines changed

go.mod

+23-21
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
module github.com/SovereignCloudStack/cluster-stack-provider-openstack
22

3-
go 1.22.0
3+
go 1.23.0
44

5-
toolchain go1.23.5
5+
toolchain go1.24.1
66

77
require (
88
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.8
9-
github.com/gophercloud/gophercloud/v2 v2.4.0
9+
github.com/gophercloud/gophercloud/v2 v2.6.0
1010
github.com/gophercloud/utils/v2 v2.0.0-20250106080359-c8704d65b4fa
11-
github.com/onsi/ginkgo/v2 v2.22.2
11+
github.com/onsi/ginkgo/v2 v2.23.0
1212
github.com/onsi/gomega v1.36.2
1313
github.com/stretchr/testify v1.10.0
14-
k8s.io/api v0.30.9
15-
k8s.io/apimachinery v0.30.9
16-
k8s.io/client-go v0.30.9
14+
k8s.io/api v0.31.5
15+
k8s.io/apimachinery v0.31.5
16+
k8s.io/client-go v0.31.5
1717
k8s.io/klog/v2 v2.130.1
18-
sigs.k8s.io/cluster-api v1.8.8
19-
sigs.k8s.io/cluster-api-provider-openstack v0.11.4
20-
sigs.k8s.io/controller-runtime v0.18.7
18+
sigs.k8s.io/cluster-api v1.9.4
19+
sigs.k8s.io/cluster-api-provider-openstack v0.12.1
20+
sigs.k8s.io/controller-runtime v0.19.5
2121
sigs.k8s.io/yaml v1.4.0
2222
)
2323

@@ -31,9 +31,9 @@ require (
3131
github.com/cloudflare/circl v1.3.7 // indirect
3232
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3333
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
34-
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
3534
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
3635
github.com/fsnotify/fsnotify v1.7.0 // indirect
36+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3737
github.com/go-logr/logr v1.4.2 // indirect
3838
github.com/go-logr/zapr v1.3.0 // indirect
3939
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -67,27 +67,29 @@ require (
6767
github.com/prometheus/client_model v0.6.1 // indirect
6868
github.com/prometheus/common v0.55.0 // indirect
6969
github.com/prometheus/procfs v0.15.1 // indirect
70-
github.com/spf13/pflag v1.0.5 // indirect
70+
github.com/spf13/pflag v1.0.6 // indirect
7171
github.com/stretchr/objx v0.5.2 // indirect
72+
github.com/x448/float16 v0.8.4 // indirect
7273
go.uber.org/multierr v1.11.0 // indirect
7374
go.uber.org/zap v1.27.0 // indirect
74-
golang.org/x/crypto v0.32.0 // indirect
75+
golang.org/x/crypto v0.33.0 // indirect
7576
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
76-
golang.org/x/mod v0.22.0 // indirect
77-
golang.org/x/net v0.33.0 // indirect
77+
golang.org/x/mod v0.23.0 // indirect
78+
golang.org/x/net v0.35.0 // indirect
7879
golang.org/x/oauth2 v0.24.0 // indirect
79-
golang.org/x/sync v0.10.0 // indirect
80-
golang.org/x/sys v0.29.0 // indirect
81-
golang.org/x/term v0.28.0 // indirect
82-
golang.org/x/text v0.21.0 // indirect
80+
golang.org/x/sync v0.11.0 // indirect
81+
golang.org/x/sys v0.30.0 // indirect
82+
golang.org/x/term v0.29.0 // indirect
83+
golang.org/x/text v0.22.0 // indirect
8384
golang.org/x/time v0.5.0 // indirect
84-
golang.org/x/tools v0.28.0 // indirect
85+
golang.org/x/tools v0.30.0 // indirect
8586
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
8687
google.golang.org/protobuf v1.36.1 // indirect
88+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8789
gopkg.in/inf.v0 v0.9.1 // indirect
8890
gopkg.in/yaml.v2 v2.4.0 // indirect
8991
gopkg.in/yaml.v3 v3.0.1 // indirect
90-
k8s.io/apiextensions-apiserver v0.30.9 // indirect
92+
k8s.io/apiextensions-apiserver v0.31.5 // indirect
9193
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
9294
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
9395
oras.land/oras-go/v2 v2.5.0 // indirect

go.sum

+93-81
Large diffs are not rendered by default.

vendor/github.com/fxamacker/cbor/v2/.gitignore

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fxamacker/cbor/v2/.golangci.yml

+104
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fxamacker/cbor/v2/CODE_OF_CONDUCT.md

+133
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fxamacker/cbor/v2/CONTRIBUTING.md

+41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)