From 23429646da1d07d6a8632263a167f167d9971f35 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sun, 19 Apr 2026 00:48:12 +0200 Subject: bump all dependencies to their latest versions --- go.mod | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'go.mod') 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 ) -- cgit v1.2.3