mirror of https://github.com/cbeuw/Cloak
Update dependencies in README.md
This commit is contained in:
parent
52720ca52f
commit
2c9bfc404c
|
|
@ -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/boltdb/bolt
|
||||||
github.com/juju/ratelimit
|
github.com/juju/ratelimit
|
||||||
github.com/gorilla/mux
|
github.com/gorilla/mux
|
||||||
|
github.com/gorilla/websocket
|
||||||
github.com/sirupsen/logrus
|
github.com/sirupsen/logrus
|
||||||
golang.org/x/crypto
|
golang.org/x/crypto
|
||||||
|
github.com/refraction-networking/utls
|
||||||
```
|
```
|
||||||
Then run `make client` or `make server`. Output binary will be in `build` folder.
|
Then run `make client` or `make server`. Output binary will be in `build` folder.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue