6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-05 06:13:48 +00:00

Add cobra commands and update project folder structure

This commit is contained in:
Grzegorz Dlugoszewski
2020-05-20 11:37:16 +02:00
parent 4b8b1d52f0
commit ac765c9c06
12 changed files with 196 additions and 30 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.14
require (
github.com/libgit2/git2go/v30 v30.0.3
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
)
replace github.com/libgit2/git2go/v30 => ./static/git2go