diff options
Diffstat (limited to 'cache/queue.go')
-rw-r--r-- | cache/queue.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/queue.go b/cache/queue.go index 85413e0..8c6d7d3 100644 --- a/cache/queue.go +++ b/cache/queue.go @@ -1,6 +1,6 @@ package cache -import "gopkg.in/src-d/go-git.v4/plumbing" +import "srcd.works/go-git.v4/plumbing" // queue is a basic FIFO queue based on a circular list that resize as needed. type queue struct { |