diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ module github.com/majewsky/schwift go 1.16 require ( - github.com/gophercloud/gophercloud v0.17.0 - github.com/gophercloud/utils v0.0.0-20210323225332-7b186010c04f + github.com/gophercloud/gophercloud v1.0.0 + github.com/gophercloud/utils v0.0.0-20220927104426-4113af8d2663 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 ) |
