1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00
This commit is contained in:
Zack Scholl 2019-04-12 20:57:10 -07:00
parent 724de7e3c2
commit ba07215226
5 changed files with 130 additions and 173 deletions

1
go.mod
View file

@ -16,6 +16,7 @@ require (
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
github.com/sirupsen/logrus v1.4.1
github.com/stretchr/testify v1.3.0
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
gopkg.in/urfave/cli.v1 v1.20.0