diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2017-10-15 21:58:41 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2017-10-15 21:59:00 +0200 |
commit | a070387b5be893ba8029dc852d9e6a8daa283c65 (patch) | |
tree | de097825f17f641c6ab8abb7f802720093524cd2 /storage/cloud/swift.go | |
parent | 3311c0fc42fca06ff973487d09c71e8798809b63 (diff) | |
download | petrific-a070387b5be893ba8029dc852d9e6a8daa283c65.tar.gz petrific-a070387b5be893ba8029dc852d9e6a8daa283c65.tar.bz2 petrific-a070387b5be893ba8029dc852d9e6a8daa283c65.zip |
Host primarily on GitHub
go get doesn't work for my own server due to ssl certificates not being
accepted :(
Diffstat (limited to 'storage/cloud/swift.go')
-rw-r--r-- | storage/cloud/swift.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/cloud/swift.go b/storage/cloud/swift.go index f08b1cc..38eb616 100644 --- a/storage/cloud/swift.go +++ b/storage/cloud/swift.go @@ -1,9 +1,9 @@ package cloud import ( - "code.laria.me/petrific/config" - "code.laria.me/petrific/storage" "github.com/ncw/swift" + "github.com/silvasur/petrific/config" + "github.com/silvasur/petrific/storage" "time" ) |