mirror of
https://github.com/schollz/croc.git
synced 2024-11-23 23:54:17 +03:00
28 lines
1.0 KiB
Modula-2
28 lines
1.0 KiB
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.0 // 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/mattn/go-runewidth v0.0.12 // indirect
|
|
github.com/russross/blackfriday/v2 v2.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.5
|
|
github.com/schollz/progressbar/v3 v3.8.0
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
|
|
golang.org/x/net v0.0.0-20210505214959-0714010a04ed
|
|
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
|
|
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|