2020-02-29 03:57:46 +03:00
|
|
|
module github.com/schollz/croc/v8
|
2018-09-07 17:33:39 +03:00
|
|
|
|
2019-09-07 17:34:05 +03:00
|
|
|
go 1.13
|
2019-05-09 00:03:54 +03:00
|
|
|
|
2018-09-22 06:51:43 +03:00
|
|
|
require (
|
2019-05-09 00:13:40 +03:00
|
|
|
github.com/OneOfOne/xxhash v1.2.5 // indirect
|
2019-05-03 06:28:31 +03:00
|
|
|
github.com/cespare/xxhash v1.1.0
|
2019-10-03 22:07:45 +03:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2019-10-24 00:59:47 +03:00
|
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
2019-05-03 06:28:31 +03:00
|
|
|
github.com/kalafut/imohash v1.0.0
|
2019-08-22 23:22:31 +03:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2020-09-17 23:04:33 +03:00
|
|
|
github.com/schollz/cli/v2 v2.2.1
|
2020-02-29 00:31:04 +03:00
|
|
|
github.com/schollz/logger v1.2.0
|
2018-09-22 16:02:26 +03:00
|
|
|
github.com/schollz/mnemonicode v1.0.1
|
2020-07-15 01:34:57 +03:00
|
|
|
github.com/schollz/pake/v2 v2.0.4
|
2020-09-17 00:28:11 +03:00
|
|
|
github.com/schollz/peerdiscovery v1.6.0
|
2020-10-23 17:59:56 +03:00
|
|
|
github.com/schollz/progressbar/v3 v3.6.2
|
2019-05-09 00:13:40 +03:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
2019-08-22 23:22:31 +03:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-12-24 01:48:44 +03:00
|
|
|
github.com/tscholl2/siec v0.0.0-20191122224205-8da93652b094
|
2020-10-19 19:45:49 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
2020-10-23 17:59:56 +03:00
|
|
|
golang.org/x/net v0.0.0-20201022231255-08b38378de70
|
|
|
|
golang.org/x/sys v0.0.0-20201022201747-fb209a7c41cd // indirect
|
2020-01-15 19:06:08 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
2018-09-22 06:51:43 +03:00
|
|
|
)
|