aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/protocol/packp/shallowupd_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/protocol/packp/shallowupd_test.go')
-rw-r--r--plumbing/protocol/packp/shallowupd_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/protocol/packp/shallowupd_test.go b/plumbing/protocol/packp/shallowupd_test.go
index 117af22..97a13fc 100644
--- a/plumbing/protocol/packp/shallowupd_test.go
+++ b/plumbing/protocol/packp/shallowupd_test.go
@@ -3,7 +3,7 @@ package packp
import (
"bytes"
- "srcd.works/go-git.v4/plumbing"
+ "gopkg.in/src-d/go-git.v4/plumbing"
. "gopkg.in/check.v1"
)