add jwt-go to deps
This commit is contained in:
parent
669d992f45
commit
ceebc270d4
|
@ -2,10 +2,12 @@
|
||||||
|
|
||||||
Build Instructions
|
Build Instructions
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Get the dependencies
|
Get the dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go get github.com/gorilla/websocket
|
go get github.com/gorilla/websocket
|
||||||
|
go get github.com/dgrijalva/jwt-go
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the VPN
|
Run the VPN
|
||||||
|
|
Loading…
Reference in New Issue