aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 6 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 577292c..07a46ec 100644
--- a/go.mod
+++ b/go.mod
@@ -1,17 +1,16 @@
module go.xyrillian.de/schwift/v2
-go 1.22
+go 1.25.0
require (
- github.com/gophercloud/gophercloud/v2 v2.0.0
- github.com/gophercloud/utils/v2 v2.0.0-20240701101423-2401526caee5
+ github.com/gophercloud/gophercloud/v2 v2.12.0
+ github.com/gophercloud/utils/v2 v2.0.0-20260409164906-cd2167a8681a
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
)
require (
- github.com/gofrs/uuid/v5 v5.2.0 // indirect
- github.com/mitchellh/go-homedir v1.1.0 // indirect
- golang.org/x/sys v0.21.0 // indirect
- golang.org/x/text v0.16.0 // indirect
+ github.com/gofrs/uuid/v5 v5.4.0 // indirect
+ golang.org/x/sys v0.43.0 // indirect
+ golang.org/x/text v0.36.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)