From c532f9f3ff10641849647fa27ba496f64d4203d2 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Fri, 17 Jul 2026 11:40:27 +0200 Subject: bump all dependencies to their latest versions --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') 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 ) -- cgit v1.3.1