croc/go.mod

23 lines
833 B
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
2018-09-22 05:51:43 +02:00
require (
2019-05-03 05:28:31 +02:00
github.com/cespare/xxhash v1.1.0
2018-09-22 05:51:43 +02:00
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
2019-04-30 01:12:04 +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-03-12 19:32:46 +01:00
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
2019-02-16 19:44:19 +01:00
github.com/pkg/errors v0.8.1
2018-09-22 15:02:26 +02:00
github.com/schollz/mnemonicode v1.0.1
2018-10-21 16:10:36 +02:00
github.com/schollz/pake v1.1.0
2019-04-30 19:19:03 +02:00
github.com/schollz/peerdiscovery v1.4.0
2019-04-30 18:43:52 +02:00
github.com/schollz/progressbar/v2 v2.12.1
2018-09-25 21:26:32 +02:00
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
2019-02-16 19:44:19 +01:00
github.com/stretchr/testify v1.3.0
2018-09-22 05:51:43 +02:00
github.com/urfave/cli v1.20.0
2019-04-30 18:28:34 +02:00
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect
golang.org/x/text v0.3.2 // indirect
2018-09-22 05:51:43 +02:00
)