From 2c63d32142485a7c91b3474c32d53f313a938319 Mon Sep 17 00:00:00 2001 From: Gilbert Chen Date: Tue, 4 Oct 2022 12:47:38 -0400 Subject: [PATCH] Use swift V2 --- src/duplicacy_swiftstorage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duplicacy_swiftstorage.go b/src/duplicacy_swiftstorage.go index f4dfcae..5c26747 100644 --- a/src/duplicacy_swiftstorage.go +++ b/src/duplicacy_swiftstorage.go @@ -10,7 +10,7 @@ import ( "strings" "time" - "github.com/ncw/swift" + "github.com/ncw/swift/v2" ) type SwiftStorage struct {