diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-04-19 00:48:12 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-04-19 01:01:52 +0200 |
| commit | 23429646da1d07d6a8632263a167f167d9971f35 (patch) | |
| tree | ec8280026ab5340b98b661cd32a904e578773188 /go.mod | |
| parent | 137708df186982c9b60a4f0843ca6b6cbefa8c2a (diff) | |
| download | go-schwift-23429646da1d07d6a8632263a167f167d9971f35.tar.gz | |
bump all dependencies to their latest versions
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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 ) |
