mirror of
https://github.com/schollz/croc.git
synced 2024-11-28 01:16:10 +03:00
24 lines
899 B
Modula-2
24 lines
899 B
Modula-2
module github.com/schollz/croc
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
github.com/mitchellh/go-homedir v1.0.0
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/schollz/mnemonicode v1.0.1
|
|
github.com/schollz/pake v1.1.0
|
|
github.com/schollz/peerdiscovery v1.2.2
|
|
github.com/schollz/progressbar/v2 v2.6.0
|
|
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
|
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
|
|
golang.org/x/net v0.0.0-20181017193950-04a2e542c03f // indirect
|
|
)
|