aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 59a323d..251dd24 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)