aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-07-01 13:04:08 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-07-01 13:04:08 +0200
commit21ec57dc4fed205fde1890c0d7531aae6197b3db (patch)
treeba3557cf49c9de38b08f612d83c58f21f25ca1fd /go.mod
parent0d57c3967c3f81a36fb9f0d48fb59de5a92d2415 (diff)
downloadgo-schwift-21ec57dc4fed205fde1890c0d7531aae6197b3db.tar.gz
Update gophercloud to 2.0.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 7 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 6809e11..1e000c3 100644
--- a/go.mod
+++ b/go.mod
@@ -1,17 +1,17 @@
module github.com/majewsky/schwift
-go 1.20
+go 1.22
require (
- github.com/gophercloud/gophercloud v1.7.0
- github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56
+ github.com/gophercloud/gophercloud/v2 v2.0.0
+ github.com/gophercloud/utils/v2 v2.0.0-20240701101423-2401526caee5
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
)
require (
- github.com/hashicorp/go-uuid v1.0.3 // indirect
+ github.com/gofrs/uuid/v5 v5.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
- golang.org/x/sys v0.13.0 // indirect
- golang.org/x/text v0.13.0 // indirect
- gopkg.in/yaml.v2 v2.4.0 // indirect
+ golang.org/x/sys v0.21.0 // indirect
+ golang.org/x/text v0.16.0 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
)