aboutsummaryrefslogtreecommitdiff
path: root/objects
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2017-10-17 08:12:30 +0200
committerLaria Carolin Chabowski <laria@laria.me>2017-10-17 08:12:30 +0200
commit61b52fd69f2750ad55a2740cae17f8b629c7da69 (patch)
tree4bcee3211c03085775e4ff8a8b58c3a7a2a11639 /objects
parent0f978156feabf45a548af6834a66f89d4e3d964c (diff)
downloadpetrific-61b52fd69f2750ad55a2740cae17f8b629c7da69.tar.gz
petrific-61b52fd69f2750ad55a2740cae17f8b629c7da69.tar.bz2
petrific-61b52fd69f2750ad55a2740cae17f8b629c7da69.zip
Host primarily on code.laria.me
GitHub is nice and all, but let's take advantage of having a decentralized VCS by not storing everything only on GitHub :)
Diffstat (limited to 'objects')
-rw-r--r--objects/object_tree.go2
-rw-r--r--objects/object_tree_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/objects/object_tree.go b/objects/object_tree.go
index 799454d..2708aaa 100644
--- a/objects/object_tree.go
+++ b/objects/object_tree.go
@@ -3,9 +3,9 @@ package objects
import (
"bufio"
"bytes"
+ "code.laria.me/petrific/acl"
"errors"
"fmt"
- "github.com/silvasur/petrific/acl"
"sort"
)
diff --git a/objects/object_tree_test.go b/objects/object_tree_test.go
index 82ccf96..1949375 100644
--- a/objects/object_tree_test.go
+++ b/objects/object_tree_test.go
@@ -2,7 +2,7 @@ package objects
import (
"bytes"
- "github.com/silvasur/petrific/acl"
+ "code.laria.me/petrific/acl"
"testing"
)