mirror of
https://github.com/schollz/croc.git
synced 2024-11-24 08:02:33 +03:00
31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module github.com/schollz/croc/v8
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/OneOfOne/xxhash v1.2.5 // indirect
|
|
github.com/cespare/xxhash v1.1.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
github.com/kalafut/imohash v1.0.0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
|
github.com/schollz/logger v1.2.0
|
|
github.com/schollz/mnemonicode v1.0.1
|
|
github.com/schollz/pake/v2 v2.0.4
|
|
github.com/schollz/peerdiscovery v1.5.2
|
|
github.com/schollz/progressbar/v3 v3.5.0
|
|
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tscholl2/siec v0.0.0-20191122224205-8da93652b094
|
|
github.com/urfave/cli v1.22.4
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
|
|
golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
)
|