add cli client for repo
This commit is contained in:
parent
143ea1f6ea
commit
70d306d0d2
9 changed files with 339 additions and 0 deletions
10
cli/go.mod
Normal file
10
cli/go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module viktorbarzin/infra/cli
|
||||
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/go-git/go-billy/v5 v5.0.0 // indirect
|
||||
github.com/go-git/go-git/v5 v5.2.0 // indirect
|
||||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue