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

31 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
2020-01-15 19:06:08 +03:00
github.com/fatih/color v1.9.0 // indirect
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-07-15 01:34:57 +03:00
github.com/mattn/go-colorable v0.1.7 // indirect
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-07-15 01:34:57 +03:00
github.com/schollz/pake/v2 v2.0.4
2020-08-31 21:56:25 +03:00
github.com/schollz/peerdiscovery v1.5.2
2020-09-03 03:33:53 +03:00
github.com/schollz/progressbar/v3 v3.5.0
2018-09-25 22:26:32 +03:00
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
2019-05-09 00:13:40 +03:00
github.com/spaolacci/murmur3 v1.1.0 // indirect
2019-08-22 23:22:31 +03:00
github.com/stretchr/testify v1.4.0
2019-12-24 01:48:44 +03:00
github.com/tscholl2/siec v0.0.0-20191122224205-8da93652b094
2020-04-09 18:01:20 +03:00
github.com/urfave/cli v1.22.4
2020-08-26 19:58:06 +03:00
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
2020-08-31 21:56:25 +03:00
golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a // indirect
2020-06-19 23:23:32 +03:00
golang.org/x/text v0.3.3 // indirect
2020-01-15 19:06:08 +03:00
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
2018-09-22 06:51:43 +03:00
)