File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,23 @@ module github.com/SovereignCloudStack/cluster-stack-provider-openstack
22
33go 1.22.0
44
5- toolchain go1.23.5
5+ toolchain go1.25.2
66
77require (
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.8 .0
1010 github.com/gophercloud/utils/v2 v2.0.0-20250106080359-c8704d65b4fa
11- github.com/onsi/ginkgo/v2 v2.22.2
12- github.com/onsi/gomega v1.36 .2
13- github.com/stretchr/testify v1.10.0
11+ github.com/onsi/ginkgo/v2 v2.26.0
12+ github.com/onsi/gomega v1.38 .2
13+ github.com/stretchr/testify v1.11.1
1414 k8s.io/api v0.30.9
1515 k8s.io/apimachinery v0.30.9
1616 k8s.io/client-go v0.30.9
1717 k8s.io/klog/v2 v2.130.1
1818 sigs.k8s.io/cluster-api v1.8.8
19- sigs.k8s.io/cluster-api-provider-openstack v0.11.4
19+ sigs.k8s.io/cluster-api-provider-openstack v0.13.0
2020 sigs.k8s.io/controller-runtime v0.18.7
21- sigs.k8s.io/yaml v1.4 .0
21+ sigs.k8s.io/yaml v1.6 .0
2222)
2323
2424require github.com/google/go-github/v52 v52.0.0 // indirect
You can’t perform that action at this time.
0 commit comments