From ceebc270d4ad2b89e3ee1c2374a0c1a8734c3b53 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 3 Feb 2017 03:50:44 +0000 Subject: [PATCH] add jwt-go to deps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d8d6eb..446af77 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ Build Instructions ------------------ + Get the dependencies ```bash go get github.com/gorilla/websocket +go get github.com/dgrijalva/jwt-go ``` Run the VPN