mirror of https://github.com/cbeuw/Cloak
Fixed missing dependencies (#110)
This commit is contained in:
parent
53c0c6bafe
commit
6460aab0d4
|
|
@ -26,7 +26,8 @@ To quickly deploy Cloak with Shadowsocks on a server, you can run this [script](
|
|||
## Build
|
||||
If you are not using the experimental go mod support, make sure you `go get` the following dependencies:
|
||||
```
|
||||
github.com/boltdb/bolt
|
||||
go.etcd.io/bbolt
|
||||
github.com/cbeuw/connutil
|
||||
github.com/juju/ratelimit
|
||||
github.com/gorilla/mux
|
||||
github.com/gorilla/websocket
|
||||
|
|
|
|||
Loading…
Reference in New Issue