Update dependencies in README.md

This commit is contained in:
Andy Wang 2019-09-21 16:28:53 +01:00
parent 52720ca52f
commit 2c9bfc404c
1 changed files with 2 additions and 0 deletions

View File

@ -29,8 +29,10 @@ If you are not using the experimental go mod support, make sure you `go get` the
github.com/boltdb/bolt
github.com/juju/ratelimit
github.com/gorilla/mux
github.com/gorilla/websocket
github.com/sirupsen/logrus
golang.org/x/crypto
github.com/refraction-networking/utls
```
Then run `make client` or `make server`. Output binary will be in `build` folder.