aboutsummaryrefslogtreecommitdiffstats
path: root/config/branch_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/branch_test.go')
-rw-r--r--config/branch_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/branch_test.go b/config/branch_test.go
index 6d9ca86..a2c86cd 100644
--- a/config/branch_test.go
+++ b/config/branch_test.go
@@ -2,7 +2,7 @@ package config
import (
. "gopkg.in/check.v1"
- "gopkg.in/src-d/go-git.v4/plumbing"
+ "github.com/go-git/go-git/v5/plumbing"
)
type BranchSuite struct{}