mirror of
https://github.com/schollz/croc.git
synced 2024-11-24 16:23:47 +03:00
24 lines
947 B
Modula-2
24 lines
947 B
Modula-2
module github.com/schollz/croc
|
|
|
|
require (
|
|
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
|
|
github.com/dustin/go-humanize v0.0.0-20180713052910-9f541cc9db5d
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/mars9/crypt v0.0.0-20150406101210-65899cf653ff // indirect
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/schollz/mnemonicode v1.0.1
|
|
github.com/schollz/pake v1.0.2
|
|
github.com/schollz/peerdiscovery v1.2.2
|
|
github.com/schollz/progressbar/v2 v2.5.3
|
|
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
|
github.com/schollz/utils v1.0.0
|
|
github.com/stretchr/testify v1.2.2
|
|
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
|
|
golang.org/x/net v0.0.0-20180925072008-f04abc6bdfa7 // indirect
|
|
)
|