mirror of
https://github.com/schollz/croc.git
synced 2024-11-28 01:16:10 +03:00
28 lines
977 B
Modula-2
28 lines
977 B
Modula-2
module github.com/schollz/croc/v6
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/OneOfOne/xxhash v1.2.5 // indirect
|
|
github.com/cespare/xxhash v1.1.0
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
github.com/kalafut/imohash v1.0.0
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/schollz/logger v1.0.1
|
|
github.com/schollz/mnemonicode v1.0.1
|
|
github.com/schollz/pake v1.1.0
|
|
github.com/schollz/peerdiscovery v1.4.0
|
|
github.com/schollz/progressbar/v2 v2.12.1
|
|
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
|
|
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5 // indirect
|
|
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|