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.9.0
1212 github.com/gophercloud/utils/v2 v2.0.0-20241220104409-2e0af06694a1
13- github.com/hashicorp/go-version v1.7 .0
13+ github.com/hashicorp/go-version v1.8 .0
1414 github.com/k-orc/openstack-resource-controller/v2 v2.3.0
1515 github.com/onsi/ginkgo/v2 v2.27.2
1616 github.com/onsi/gomega v1.38.2
Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ github.com/gophercloud/utils/v2 v2.0.0-20241220104409-2e0af06694a1 h1:LS70kbNdqo
145145github.com/gophercloud/utils/v2 v2.0.0-20241220104409-2e0af06694a1 /go.mod h1:qDhuzCRKi90/Yyl/yEqkg8+qABEvK44LhP0D3GWKGtY =
146146github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 h1:TmHmbvxPmaegwhDubVz0lICL0J5Ka2vwTzhoePEXsGE =
147147github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 /go.mod h1:qztMSjm835F2bXf+5HKAPIS5qsmQDqZna/PgVt4rWtI =
148- github.com/hashicorp/go-version v1.7 .0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY =
149- github.com/hashicorp/go-version v1.7 .0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
148+ github.com/hashicorp/go-version v1.8 .0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bPle2i4 =
149+ github.com/hashicorp/go-version v1.8 .0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
150150github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI =
151151github.com/huandu/xstrings v1.5.0 /go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE =
152152github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ require (
6666 github.com/gophercloud/gophercloud/v2 v2.9.0 // indirect
6767 github.com/gophercloud/utils/v2 v2.0.0-20241220104409-2e0af06694a1 // indirect
6868 github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
69- github.com/hashicorp/go-version v1.7 .0 // indirect
69+ github.com/hashicorp/go-version v1.8 .0 // indirect
7070 github.com/inconshreveable/mousetrap v1.1.0 // indirect
7171 github.com/itchyny/timefmt-go v0.1.6 // indirect
7272 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ github.com/gophercloud/utils/v2 v2.0.0-20241220104409-2e0af06694a1 h1:LS70kbNdqo
169169github.com/gophercloud/utils/v2 v2.0.0-20241220104409-2e0af06694a1 /go.mod h1:qDhuzCRKi90/Yyl/yEqkg8+qABEvK44LhP0D3GWKGtY =
170170github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 h1:TmHmbvxPmaegwhDubVz0lICL0J5Ka2vwTzhoePEXsGE =
171171github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 /go.mod h1:qztMSjm835F2bXf+5HKAPIS5qsmQDqZna/PgVt4rWtI =
172- github.com/hashicorp/go-version v1.7 .0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY =
173- github.com/hashicorp/go-version v1.7 .0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
172+ github.com/hashicorp/go-version v1.8 .0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bPle2i4 =
173+ github.com/hashicorp/go-version v1.8 .0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
174174github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI =
175175github.com/huandu/xstrings v1.5.0 /go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE =
176176github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
You can’t perform that action at this time.
0 commit comments