aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/tree.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/tree.go')
-rw-r--r--modules/git/tree.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/git/tree.go b/modules/git/tree.go
index 58c4d8cad1..258b11aaac 100644
--- a/modules/git/tree.go
+++ b/modules/git/tree.go
@@ -9,8 +9,8 @@ import (
"io"
"strings"
- "gopkg.in/src-d/go-git.v4/plumbing"
- "gopkg.in/src-d/go-git.v4/plumbing/object"
+ "github.com/go-git/go-git/v5/plumbing"
+ "github.com/go-git/go-git/v5/plumbing/object"
)
// Tree represents a flat directory listing.