6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 18:34:51 +00:00

[WIP] Replace git2go with go-git

This commit is contained in:
Grzegorz Dlugoszewski
2020-05-26 21:35:57 +02:00
parent 632fb4a9c8
commit 616b476ce1
7 changed files with 284 additions and 2 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module git-get
go 1.14
require (
github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git/v5 v5.1.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1