2018-11-01 17:29:23 +03:00
|
|
|
module github.com/schollz/croc
|
2018-09-07 17:33:39 +03:00
|
|
|
|
2018-09-22 06:51:43 +03:00
|
|
|
require (
|
2018-10-21 18:21:58 +03:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2018-09-22 06:51:43 +03:00
|
|
|
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
|
2018-10-21 17:31:35 +03:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2018-09-22 16:02:26 +03:00
|
|
|
github.com/fatih/color v1.7.0 // indirect
|
2018-09-22 06:51:43 +03:00
|
|
|
github.com/gorilla/websocket v1.4.0
|
2018-09-22 16:02:26 +03:00
|
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
2018-10-21 18:21:58 +03:00
|
|
|
github.com/mitchellh/go-homedir v1.0.0
|
2018-09-22 06:51:43 +03:00
|
|
|
github.com/pkg/errors v0.8.0
|
2018-09-22 16:02:26 +03:00
|
|
|
github.com/schollz/mnemonicode v1.0.1
|
2018-10-21 17:10:36 +03:00
|
|
|
github.com/schollz/pake v1.1.0
|
2018-09-24 18:36:24 +03:00
|
|
|
github.com/schollz/peerdiscovery v1.2.2
|
2018-11-02 05:06:50 +03:00
|
|
|
github.com/schollz/progressbar/v2 v2.7.0
|
2018-09-25 22:26:32 +03:00
|
|
|
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
2018-10-19 20:18:49 +03:00
|
|
|
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
|
2018-10-23 02:54:57 +03:00
|
|
|
github.com/stretchr/testify v1.2.2
|
2018-09-22 06:51:43 +03:00
|
|
|
github.com/urfave/cli v1.20.0
|
2018-11-01 17:45:22 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16
|
|
|
|
golang.org/x/net v0.0.0-20181029044818-c44066c5c816 // indirect
|
2018-09-22 06:51:43 +03:00
|
|
|
)
|