croc/go.mod

29 lines
1.0 KiB
Modula-2
Raw Normal View History

2019-04-30 00:54:31 +02:00
module github.com/schollz/croc/v6
2018-09-07 16:33:39 +02:00
2019-05-08 23:03:54 +02:00
go 1.12
2018-09-22 05:51:43 +02:00
require (
2019-05-08 23:13:40 +02:00
github.com/OneOfOne/xxhash v1.2.5 // indirect
2019-05-03 05:28:31 +02:00
github.com/cespare/xxhash v1.1.0
2018-09-22 15:02:26 +02:00
github.com/fatih/color v1.7.0 // indirect
2019-05-03 05:28:31 +02:00
github.com/kalafut/imohash v1.0.0
2019-08-22 22:22:31 +02:00
github.com/kr/pretty v0.1.0 // indirect
2019-05-27 16:58:23 +02:00
github.com/mattn/go-colorable v0.1.2 // indirect
2019-08-22 22:22:31 +02:00
github.com/mattn/go-isatty v0.0.9 // indirect
2019-02-16 19:44:19 +01:00
github.com/pkg/errors v0.8.1
2019-05-10 06:58:28 +02:00
github.com/schollz/logger v1.0.1
2018-09-22 15:02:26 +02:00
github.com/schollz/mnemonicode v1.0.1
2019-07-08 22:21:29 +02:00
github.com/schollz/pake v1.1.1
2019-08-22 22:22:31 +02:00
github.com/schollz/peerdiscovery v1.4.1
2019-06-04 17:31:24 +02:00
github.com/schollz/progressbar/v2 v2.13.2
2018-09-25 21:26:32 +02:00
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
2019-05-08 23:13:40 +02:00
github.com/spaolacci/murmur3 v1.1.0 // indirect
2019-08-22 22:22:31 +02:00
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.21.0
2019-09-04 18:00:29 +02:00
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sys v0.0.0-20190904005037-43c01164e931 // indirect
2019-05-08 23:13:40 +02:00
golang.org/x/text v0.3.2 // indirect
2019-08-22 22:22:31 +02:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2018-09-22 05:51:43 +02:00
)