infra/cli/go.mod

11 lines
263 B
Modula-2
Raw Normal View History

2021-03-15 23:32:56 +00:00
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
)