changed git config determination to go-git (#41) [continue #45] (#62)

This commit is contained in:
6543
2019-10-28 21:10:20 +00:00
committed by techknowlogick
parent e456abcc8c
commit 3d128cfc69
674 changed files with 311827 additions and 75 deletions

4
go.mod
View File

@ -7,8 +7,8 @@ require (
github.com/go-gitea/yaml v0.0.0-20170812160011-eb3733d160e7
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/stretchr/testify v1.2.2
github.com/stretchr/testify v1.3.0
github.com/urfave/cli v1.20.0
gopkg.in/src-d/go-git.v4 v4.11.0
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.2.2 // indirect
)