croc/go.mod

31 lines
1.1 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
go 1.13
2019-05-08 23:03:54 +02:00
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
2019-10-03 21:07:45 +02:00
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
2019-10-23 23:59:47 +02:00
github.com/denisbrodbeck/machineid v1.0.1
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-10-03 21:07:45 +02:00
github.com/mattn/go-colorable v0.1.4 // 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-10-03 21:07:45 +02:00
github.com/schollz/progressbar/v2 v2.14.0
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
2019-10-03 21:07:45 +02:00
github.com/urfave/cli v1.22.1
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
golang.org/x/net v0.0.0-20191003171128-d98b1b443823 // indirect
2019-10-23 23:59:47 +02:00
golang.org/x/sys v0.0.0-20191023151326-f89234f9a2c2 // 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
)