2019-04-30 01:54:31 +03:00
|
|
|
module github.com/schollz/croc/v6
|
2018-09-07 17:33:39 +03:00
|
|
|
|
2019-05-09 00:03:54 +03:00
|
|
|
go 1.12
|
|
|
|
|
2018-09-22 06:51:43 +03:00
|
|
|
require (
|
2019-05-03 06:28:31 +03:00
|
|
|
github.com/cespare/xxhash v1.1.0
|
2019-04-30 02:12:04 +03:00
|
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
2018-09-22 16:02:26 +03:00
|
|
|
github.com/fatih/color v1.7.0 // indirect
|
2019-05-03 06:28:31 +03:00
|
|
|
github.com/kalafut/imohash v1.0.0
|
2019-03-12 21:32:46 +03:00
|
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
2019-02-16 21:44:19 +03:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-05-09 00:03:54 +03:00
|
|
|
github.com/schollz/logger v0.0.0-20190508205554-e2bba6fcbabd
|
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
|
2019-04-30 20:19:03 +03:00
|
|
|
github.com/schollz/peerdiscovery v1.4.0
|
2019-04-30 19:43:52 +03:00
|
|
|
github.com/schollz/progressbar/v2 v2.12.1
|
2018-09-25 22:26:32 +03:00
|
|
|
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
2019-02-16 21:44:19 +03:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2018-09-22 06:51:43 +03:00
|
|
|
github.com/urfave/cli v1.20.0
|
2019-05-09 00:03:54 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284
|
2018-09-22 06:51:43 +03:00
|
|
|
)
|