mirror of
https://github.com/schollz/croc.git
synced 2024-11-23 23:54:17 +03:00
27 lines
949 B
Modula-2
27 lines
949 B
Modula-2
module github.com/schollz/croc/v9
|
|
|
|
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.1 // indirect
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
|
github.com/kalafut/imohash v1.0.2
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/schollz/cli/v2 v2.2.1
|
|
github.com/schollz/logger v1.2.0
|
|
github.com/schollz/mnemonicode v1.0.1
|
|
github.com/schollz/pake/v3 v3.0.2
|
|
github.com/schollz/peerdiscovery v1.6.7
|
|
github.com/schollz/progressbar/v3 v3.8.3
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tscholl2/siec v0.0.0-20210707234609-9bdfc483d499 // indirect
|
|
github.com/twmb/murmur3 v1.1.6 // indirect
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
golang.org/x/net v0.0.0-20210913180222-943fd674d43e
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|