aboutsummaryrefslogtreecommitdiff
path: root/objects
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2017-10-15 21:58:41 +0200
committerLaria Carolin Chabowski <laria@laria.me>2017-10-15 21:59:00 +0200
commita070387b5be893ba8029dc852d9e6a8daa283c65 (patch)
treede097825f17f641c6ab8abb7f802720093524cd2 /objects
parent3311c0fc42fca06ff973487d09c71e8798809b63 (diff)
downloadpetrific-a070387b5be893ba8029dc852d9e6a8daa283c65.tar.gz
petrific-a070387b5be893ba8029dc852d9e6a8daa283c65.tar.bz2
petrific-a070387b5be893ba8029dc852d9e6a8daa283c65.zip
Host primarily on GitHub
go get doesn't work for my own server due to ssl certificates not being accepted :(
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 2708aaa..799454d 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 1949375..82ccf96 100644
--- a/objects/object_tree_test.go
+++ b/objects/object_tree_test.go
@@ -2,7 +2,7 @@ package objects
import (
"bytes"
- "code.laria.me/petrific/acl"
+ "github.com/silvasur/petrific/acl"
"testing"
)