diff --git a/cmd/l/git.go b/cmd/l/git.go index 1e3948a..c24ee34 100644 --- a/cmd/l/git.go +++ b/cmd/l/git.go @@ -4,8 +4,8 @@ import ( "log" "path/filepath" + "github.com/generaltso/git4go" "github.com/generaltso/linguist" - "github.com/shibukawa/git4go" ) func processTree(repo *git4go.Repository, odb *git4go.Odb, tree_id *git4go.Oid, parent []string) { diff --git a/cmd/l/main.go b/cmd/l/main.go index 94dcbae..fc25af3 100644 --- a/cmd/l/main.go +++ b/cmd/l/main.go @@ -9,8 +9,8 @@ import ( "os" "sort" + "github.com/generaltso/git4go" "github.com/generaltso/linguist" - "github.com/shibukawa/git4go" ) func checkErr(err error) {