aboutsummaryrefslogtreecommitdiff
path: root/storage/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/index.go')
-rw-r--r--storage/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/index.go b/storage/index.go
index cd47d0b..1d01b93 100644
--- a/storage/index.go
+++ b/storage/index.go
@@ -2,8 +2,8 @@ package storage
import (
"bufio"
+ "code.laria.me/petrific/objects"
"fmt"
- "github.com/silvasur/petrific/objects"
"io"
"strings"
)