aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/treenoder.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/object/treenoder.go')
-rw-r--r--plumbing/object/treenoder.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/plumbing/object/treenoder.go b/plumbing/object/treenoder.go
index 80cd9b0..4da8298 100644
--- a/plumbing/object/treenoder.go
+++ b/plumbing/object/treenoder.go
@@ -11,9 +11,9 @@ package object
import (
"io"
- "srcd.works/go-git.v4/plumbing"
- "srcd.works/go-git.v4/plumbing/filemode"
- "srcd.works/go-git.v4/utils/merkletrie/noder"
+ "gopkg.in/src-d/go-git.v4/plumbing"
+ "gopkg.in/src-d/go-git.v4/plumbing/filemode"
+ "gopkg.in/src-d/go-git.v4/utils/merkletrie/noder"
)
type treeNoder struct {