Fixed missing dependencies

This commit is contained in:
Hirbod Behnam 2020-04-14 15:36:12 +04:30 committed by GitHub
parent 53c0c6bafe
commit 8d149a8a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ To quickly deploy Cloak with Shadowsocks on a server, you can run this [script](
## Build ## Build
If you are not using the experimental go mod support, make sure you `go get` the following dependencies: 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/juju/ratelimit
github.com/gorilla/mux github.com/gorilla/mux
github.com/gorilla/websocket github.com/gorilla/websocket