6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 14:31:49 +00:00

Remove git2go and replace it with go-git

This commit is contained in:
Grzegorz Dlugoszewski
2020-05-26 11:34:32 +02:00
parent 7ab4489dfe
commit 632fb4a9c8
4 changed files with 1 additions and 39 deletions

4
go.mod
View File

@@ -3,10 +3,8 @@ module git-get
go 1.14
require (
github.com/libgit2/git2go/v30 v30.0.3
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
github.com/spf13/cobra v1.0.0
)
replace github.com/libgit2/git2go/v30 => ./static/git2go