1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

fixes so it works (basically)

This commit is contained in:
Zack Scholl 2018-09-21 20:51:43 -07:00
parent b9dad87526
commit 274fab92a1
8 changed files with 264 additions and 136 deletions

12
go.mod
View file

@ -1,3 +1,13 @@
module github.com/schollz/croc
require github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
require (
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/gorilla/websocket v1.4.0
github.com/pkg/errors v0.8.0
github.com/schollz/pake v1.0.2
github.com/schollz/progressbar v1.0.0
github.com/schollz/progressbar/v2 v2.5.3
github.com/tscholl2/siec v0.0.0-20180721101609-21667da05937
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
)