File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/google/uuid v1.6.0
1111 github.com/gophercloud/gophercloud/v2 v2.10.0
1212 github.com/gophercloud/utils/v2 v2.0.0-20241220104409-2e0af06694a1
13- github.com/hashicorp/go-version v1.8 .0
13+ github.com/hashicorp/go-version v1.9 .0
1414 github.com/k-orc/openstack-resource-controller/v2 v2.4.0
1515 github.com/onsi/ginkgo/v2 v2.28.1
1616 github.com/onsi/gomega v1.39.1
Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92Bcuy
151151github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 /go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk =
152152github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 h1:X+2YciYSxvMQK0UZ7sg45ZVabVZBeBuvMkmuI2V3Fak =
153153github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 /go.mod h1:lW34nIZuQ8UDPdkon5fmfp2l3+ZkQ2me/+oecHYLOII =
154- github.com/hashicorp/go-version v1.8 .0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bPle2i4 =
155- github.com/hashicorp/go-version v1.8 .0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
154+ github.com/hashicorp/go-version v1.9 .0 h1:CeOIz6k+LoN3qX9Z0tyQrPtiB1DFYRPfCIBtaXPSCnA =
155+ github.com/hashicorp/go-version v1.9 .0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
156156github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI =
157157github.com/huandu/xstrings v1.5.0 /go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE =
158158github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ require (
6868 github.com/gophercloud/gophercloud/v2 v2.10.0 // indirect
6969 github.com/gophercloud/utils/v2 v2.0.0-20241220104409-2e0af06694a1 // indirect
7070 github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
71- github.com/hashicorp/go-version v1.8 .0 // indirect
71+ github.com/hashicorp/go-version v1.9 .0 // indirect
7272 github.com/inconshreveable/mousetrap v1.1.0 // indirect
7373 github.com/itchyny/go-yaml v0.0.0-20251001235044-fca9a0999f15 // indirect
7474 github.com/itchyny/timefmt-go v0.1.7 // indirect
Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ github.com/gophercloud/utils/v2 v2.0.0-20241220104409-2e0af06694a1 h1:LS70kbNdqo
172172github.com/gophercloud/utils/v2 v2.0.0-20241220104409-2e0af06694a1 /go.mod h1:qDhuzCRKi90/Yyl/yEqkg8+qABEvK44LhP0D3GWKGtY =
173173github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 h1:X+2YciYSxvMQK0UZ7sg45ZVabVZBeBuvMkmuI2V3Fak =
174174github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 /go.mod h1:lW34nIZuQ8UDPdkon5fmfp2l3+ZkQ2me/+oecHYLOII =
175- github.com/hashicorp/go-version v1.8 .0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bPle2i4 =
176- github.com/hashicorp/go-version v1.8 .0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
175+ github.com/hashicorp/go-version v1.9 .0 h1:CeOIz6k+LoN3qX9Z0tyQrPtiB1DFYRPfCIBtaXPSCnA =
176+ github.com/hashicorp/go-version v1.9 .0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
177177github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI =
178178github.com/huandu/xstrings v1.5.0 /go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE =
179179github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
You can’t perform that action at this time.
0 commit comments