aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 07a46ec..0d97a82 100644
--- a/go.mod
+++ b/go.mod
@@ -3,14 +3,14 @@ module go.xyrillian.de/schwift/v2
go 1.25.0
require (
- github.com/gophercloud/gophercloud/v2 v2.12.0
- github.com/gophercloud/utils/v2 v2.0.0-20260409164906-cd2167a8681a
+ github.com/gophercloud/gophercloud/v2 v2.13.0
+ github.com/gophercloud/utils/v2 v2.0.0-20260626221802-4ae35253ac13
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
)
require (
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
+ golang.org/x/sys v0.47.0 // indirect
+ golang.org/x/text v0.40.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)