aboutsummaryrefslogtreecommitdiff
path: root/cache/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/cache.go')
-rw-r--r--cache/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/cache.go b/cache/cache.go
index 7374bde..32b8325 100644
--- a/cache/cache.go
+++ b/cache/cache.go
@@ -1,7 +1,7 @@
package cache
import (
- "github.com/silvasur/petrific/objects"
+ "code.laria.me/petrific/objects"
"time"
)