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

Enable accessing config from gitconfig file or env variables

This commit is contained in:
Grzegorz Dlugoszewski
2020-05-29 21:19:55 +02:00
parent b72f984512
commit 1798816b6a
6 changed files with 270 additions and 6 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.14
require (
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
)