1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-24 16:23:47 +03:00
croc/go.mod

32 lines
1.2 KiB
Modula-2
Raw Normal View History

2019-04-30 01:54:31 +03:00
module github.com/schollz/croc/v6
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
2018-09-22 16:02:26 +03:00
github.com/fatih/color v1.7.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
2019-10-03 22:07:45 +03:00
github.com/mattn/go-colorable v0.1.4 // indirect
2019-12-24 01:48:44 +03:00
github.com/mattn/go-isatty v0.0.11 // indirect
2019-02-16 21:44:19 +03:00
github.com/pkg/errors v0.8.1
2019-12-24 01:48:44 +03:00
github.com/schollz/logger v1.1.0
2018-09-22 16:02:26 +03:00
github.com/schollz/mnemonicode v1.0.1
2019-11-18 18:53:57 +03:00
github.com/schollz/pake/v2 v2.0.2
2019-08-22 23:22:31 +03:00
github.com/schollz/peerdiscovery v1.4.1
2019-11-17 20:41:50 +03:00
github.com/schollz/progressbar/v2 v2.14.2
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
github.com/urfave/cli v1.22.2
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/sys v0.0.0-20191220220014-0732a990476f // indirect
2019-05-09 00:13:40 +03:00
golang.org/x/text v0.3.2 // indirect
2019-08-22 23:22:31 +03:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2018-09-22 06:51:43 +03:00
)