croc/go.mod

27 lines
966 B
Modula-2
Raw Normal View History

2021-04-17 19:31:44 +02:00
module github.com/schollz/croc/v9
2021-04-17 18:42:11 +02:00
go 1.13
2021-04-17 18:42:11 +02:00
2018-09-22 05:51:43 +02:00
require (
2021-04-17 18:42:11 +02:00
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
2021-04-21 23:36:50 +02:00
github.com/kalafut/imohash v1.0.2
2021-04-17 18:42:11 +02:00
github.com/kr/pretty v0.1.0 // indirect
2021-06-10 23:44:49 +02:00
github.com/mattn/go-runewidth v0.0.13 // indirect
2021-04-17 18:42:11 +02:00
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
2021-05-07 19:18:40 +02:00
github.com/schollz/pake/v3 v3.0.2
2021-05-12 21:04:30 +02:00
github.com/schollz/peerdiscovery v1.6.6
github.com/schollz/progressbar/v3 v3.8.1
2021-04-17 18:42:11 +02:00
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/testify v1.6.1
2021-06-10 23:44:49 +02:00
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
2021-06-15 23:54:22 +02:00
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
2021-04-17 18:42:11 +02:00
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)