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

Add basic printing of all repos status

This commit is contained in:
Grzegorz Dlugoszewski
2020-06-02 12:40:22 +02:00
parent 7b99d65797
commit abf220355c
4 changed files with 185 additions and 0 deletions

2
go.mod
View File

@@ -4,7 +4,9 @@ go 1.14
require (
github.com/go-git/go-git/v5 v5.1.0
github.com/karrick/godirwalk v1.15.6
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
github.com/xlab/treeprint v1.0.0
)