diff options
Diffstat (limited to 'cache/common.go')
-rw-r--r-- | cache/common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/common.go b/cache/common.go index bd2f1c3..33fb2bc 100644 --- a/cache/common.go +++ b/cache/common.go @@ -1,6 +1,6 @@ package cache -import "gopkg.in/src-d/go-git.v4/plumbing" +import "srcd.works/go-git.v4/plumbing" const ( Byte = 1 << (iota * 10) |