aboutsummaryrefslogtreecommitdiff
path: root/storage/local/local.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/local/local.go')
-rw-r--r--storage/local/local.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/local/local.go b/storage/local/local.go
index b534e90..ae39eb5 100644
--- a/storage/local/local.go
+++ b/storage/local/local.go
@@ -2,11 +2,11 @@ package local
import (
"bytes"
+ "code.laria.me/petrific/config"
+ "code.laria.me/petrific/objects"
+ "code.laria.me/petrific/storage"
"encoding/hex"
"fmt"
- "github.com/silvasur/petrific/config"
- "github.com/silvasur/petrific/objects"
- "github.com/silvasur/petrific/storage"
"io"
"os"
"strings"