1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00
This commit is contained in:
Zack Scholl 2019-04-03 21:24:01 -06:00
parent 00e52848b5
commit ed6533878d
2 changed files with 80 additions and 15 deletions

23
go.mod
View file

@ -1,27 +1,20 @@
module github.com/schollz/croc/v5
require (
github.com/BurntSushi/toml v0.3.1
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.7.0 // indirect
github.com/gonutz/w32 v1.0.0
github.com/gonutz/wui v1.0.0
github.com/gorilla/websocket v1.4.0
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/go-redis/redis v6.15.2+incompatible
github.com/google/go-cmp v0.2.0 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.8.1
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pions/transport v0.5.0 // indirect
github.com/pions/webrtc v1.2.0
github.com/pkg/errors v0.8.1 // indirect
github.com/schollz/mnemonicode v1.0.1
github.com/schollz/pake v1.1.0
github.com/schollz/peerdiscovery v1.4.0
github.com/schollz/progressbar/v2 v2.10.0
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
github.com/skratchdot/open-golang v0.0.0-20190104022628-a2dfa6d0dab6
github.com/stretchr/testify v1.3.0
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
gotest.tools v2.2.0+incompatible // indirect
)