File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/gophercloud/utils/v2
2
2
3
- go 1.22
3
+ go 1.23.0
4
+
4
5
toolchain go1.24.1
5
6
6
7
require (
7
8
github.com/gofrs/uuid/v5 v5.3.2
8
9
github.com/gophercloud/gophercloud/v2 v2.7.0
9
10
golang.org/x/sys v0.33.0
10
- golang.org/x/text v0.25 .0
11
+ golang.org/x/text v0.26 .0
11
12
gopkg.in/yaml.v3 v3.0.1
12
13
)
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/gophercloud/gophercloud/v2 v2.7.0 h1:o0m4kgVcPgHlcXiWAjoVxGd8QCmvM5VU
4
4
github.com/gophercloud/gophercloud/v2 v2.7.0 /go.mod h1:Ki/ILhYZr/5EPebrPL9Ej+tUg4lqx71/YH2JWVeU+Qk =
5
5
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw =
6
6
golang.org/x/sys v0.33.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
7
- golang.org/x/text v0.25 .0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4 =
8
- golang.org/x/text v0.25 .0 /go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA =
7
+ golang.org/x/text v0.26 .0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M =
8
+ golang.org/x/text v0.26 .0 /go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA =
9
9
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
10
10
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
11
11
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments