Vendor jwt-go

This commit is contained in:
Ken-Håvard Lieng 2016-01-15 02:32:50 +01:00
parent fb54d4966c
commit 947823ab41
34 changed files with 2148 additions and 1 deletions

View file

@ -7,7 +7,7 @@ import (
"log"
"net/http"
"github.com/dgrijalva/jwt-go"
"github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/dgrijalva/jwt-go"
"github.com/khlieng/dispatch/storage"
)