infra/cli/go.mod

14 lines
431 B
Modula-2
Raw Normal View History

2021-03-15 23:32:56 +00:00
module viktorbarzin/infra/cli
go 1.16
require (
2021-04-08 22:12:45 +01:00
github.com/badoux/checkmail v1.2.1 // indirect
github.com/brianvoe/gofakeit/v6 v6.3.0 // indirect
2021-03-31 23:35:09 +01:00
github.com/go-git/go-billy/v5 v5.1.0 // indirect
github.com/go-git/go-git/v5 v5.3.0 // indirect
2021-03-15 23:32:56 +00:00
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/pkg/errors v0.9.1 // indirect
2021-03-31 23:35:09 +01:00
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
2021-03-15 23:32:56 +00:00
)