File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-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.23 .0
3
+ go 1.24 .0
4
4
5
5
toolchain go1.24.1
6
6
7
7
require (
8
8
github.com/gofrs/uuid/v5 v5.3.2
9
9
github.com/gophercloud/gophercloud/v2 v2.7.0
10
10
golang.org/x/sys v0.35.0
11
- golang.org/x/text v0.28 .0
11
+ golang.org/x/text v0.29 .0
12
12
gopkg.in/yaml.v3 v3.0.1
13
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.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI =
6
6
golang.org/x/sys v0.35.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
7
- golang.org/x/text v0.28 .0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng =
8
- golang.org/x/text v0.28 .0 /go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU =
7
+ golang.org/x/text v0.29 .0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk =
8
+ golang.org/x/text v0.29 .0 /go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4 =
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