1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

add discovery

This commit is contained in:
Zack Scholl 2019-04-30 11:19:03 -06:00
parent 962ea50aee
commit b9d2be5378
3 changed files with 29 additions and 0 deletions

1
go.mod
View file

@ -9,6 +9,7 @@ require (
github.com/pkg/errors v0.8.1
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.12.1
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
github.com/stretchr/testify v1.3.0