1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-24 08:02:33 +03:00
croc/go.mod

27 lines
966 B
Modula-2
Raw Normal View History

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