aboutsummaryrefslogtreecommitdiffstats
path: root/blame.go
diff options
context:
space:
mode:
Diffstat (limited to 'blame.go')
-rw-r--r--blame.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/blame.go b/blame.go
index a88627f..2f0843d 100644
--- a/blame.go
+++ b/blame.go
@@ -8,9 +8,9 @@ import (
"strings"
"unicode/utf8"
- "srcd.works/go-git.v4/plumbing"
- "srcd.works/go-git.v4/plumbing/object"
- "srcd.works/go-git.v4/utils/diff"
+ "gopkg.in/src-d/go-git.v4/plumbing"
+ "gopkg.in/src-d/go-git.v4/plumbing/object"
+ "gopkg.in/src-d/go-git.v4/utils/diff"
)
// BlameResult represents the result of a Blame operation.