1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-23 23:54:17 +03:00
croc/go.mod

28 lines
1015 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
2021-07-29 23:43:21 +03:00
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
2021-04-17 19:42:11 +03:00
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
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-10-02 20:55:12 +03:00
github.com/schollz/peerdiscovery v1.6.9
2021-09-14 20:44:33 +03:00
github.com/schollz/progressbar/v3 v3.8.3
2021-04-17 19:42:11 +03:00
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/testify v1.6.1
2021-07-29 23:43:21 +03:00
github.com/tscholl2/siec v0.0.0-20210707234609-9bdfc483d499 // indirect
2021-09-14 20:44:33 +03:00
github.com/twmb/murmur3 v1.1.6 // indirect
2021-10-02 20:37:20 +03:00
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
2021-08-16 22:28:26 +03:00
golang.org/x/text v0.3.7 // indirect
2021-04-17 19:42:11 +03:00
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)