aboutsummaryrefslogtreecommitdiff
path: root/storage/cloud/cloudstorage.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/cloud/cloudstorage.go')
-rw-r--r--storage/cloud/cloudstorage.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/cloud/cloudstorage.go b/storage/cloud/cloudstorage.go
index 4a1cbbd..f93bb5c 100644
--- a/storage/cloud/cloudstorage.go
+++ b/storage/cloud/cloudstorage.go
@@ -4,11 +4,11 @@ package cloud
import (
"bytes"
+ "code.laria.me/petrific/config"
+ "code.laria.me/petrific/objects"
+ "code.laria.me/petrific/storage"
"errors"
"fmt"
- "github.com/silvasur/petrific/config"
- "github.com/silvasur/petrific/objects"
- "github.com/silvasur/petrific/storage"
"math/rand"
)