From 2c9bfc404c69472d8c7954d87be64827ec2f8d93 Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Sat, 21 Sep 2019 16:28:53 +0100 Subject: [PATCH] Update dependencies in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 406648e..b65b354 100644 --- a/README.md +++ b/README.md @@ -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.