croc/go.mod

24 lines
969 B
Modula-2
Raw Normal View History

2018-09-07 16:33:39 +02:00
module github.com/schollz/croc
2018-09-22 05:51:43 +02:00
require (
2018-10-21 16:54:59 +02:00
github.com/BurntSushi/toml v0.3.1 // indirect
2018-09-22 05:51:43 +02:00
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
2018-10-21 16:31:35 +02:00
github.com/dustin/go-humanize v1.0.0
2018-09-22 15:02:26 +02:00
github.com/fatih/color v1.7.0 // indirect
2018-10-21 16:43:45 +02:00
github.com/golang/crypto v0.0.0-20181015023909-0c41d7ab0a0e
2018-09-22 05:51:43 +02:00
github.com/gorilla/websocket v1.4.0
2018-09-22 15:02:26 +02:00
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
2018-09-22 05:51:43 +02:00
github.com/pkg/errors v0.8.0
2018-09-22 15:02:26 +02:00
github.com/schollz/mnemonicode v1.0.1
2018-10-21 16:10:36 +02:00
github.com/schollz/pake v1.1.0
2018-09-24 17:36:24 +02:00
github.com/schollz/peerdiscovery v1.2.2
2018-10-17 19:20:09 +02:00
github.com/schollz/progressbar/v2 v2.6.0
2018-09-25 21:26:32 +02:00
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
2018-10-19 19:18:49 +02:00
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
2018-09-22 05:51:43 +02:00
github.com/tscholl2/siec v0.0.0-20180721101609-21667da05937
github.com/urfave/cli v1.20.0
2018-10-21 16:43:45 +02:00
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e // indirect
2018-10-21 16:31:35 +02:00
golang.org/x/net v0.0.0-20181017193950-04a2e542c03f // indirect
2018-09-22 05:51:43 +02:00
)