1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-28 09:35:14 +03:00
croc/go.mod

29 lines
1.1 KiB
Modula-2
Raw Normal View History

2020-02-29 03:57:46 +03:00
module github.com/schollz/croc/v8
2018-09-07 17:33:39 +03:00
go 1.13
2019-05-09 00:03:54 +03:00
2018-09-22 06:51:43 +03:00
require (
2019-05-09 00:13:40 +03:00
github.com/OneOfOne/xxhash v1.2.5 // indirect
2019-05-03 06:28:31 +03:00
github.com/cespare/xxhash v1.1.0
2019-10-03 22:07:45 +03:00
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
2019-10-24 00:59:47 +03:00
github.com/denisbrodbeck/machineid v1.0.1
2019-05-03 06:28:31 +03:00
github.com/kalafut/imohash v1.0.0
2019-08-22 23:22:31 +03:00
github.com/kr/pretty v0.1.0 // indirect
2020-12-28 22:00:44 +03:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2020-09-17 23:04:33 +03:00
github.com/schollz/cli/v2 v2.2.1
2020-02-29 00:31:04 +03:00
github.com/schollz/logger v1.2.0
2018-09-22 16:02:26 +03:00
github.com/schollz/mnemonicode v1.0.1
2020-12-28 22:00:44 +03:00
github.com/schollz/pake/v2 v2.0.6
2021-02-10 20:36:42 +03:00
github.com/schollz/peerdiscovery v1.6.3
github.com/schollz/progressbar/v3 v3.7.4
2019-05-09 00:13:40 +03:00
github.com/spaolacci/murmur3 v1.1.0 // indirect
2020-11-18 03:09:29 +03:00
github.com/stretchr/testify v1.6.1
2019-12-24 01:48:44 +03:00
github.com/tscholl2/siec v0.0.0-20191122224205-8da93652b094
2021-02-23 23:03:29 +03:00
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/net v0.0.0-20210222171744-9060382bd457
golang.org/x/sys v0.0.0-20210223095934-7937bea0104d // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
2021-02-03 21:08:30 +03:00
golang.org/x/text v0.3.5 // indirect
2020-01-15 19:06:08 +03:00
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2018-09-22 06:51:43 +03:00
)