dingoblog / dingo

Blog engine written in Go
MIT License
284 stars 37 forks source link

update jwt model to accomodate changes to dgrijalva/jwt-go #81

Closed samdfonseca closed 8 years ago

samdfonseca commented 8 years ago

fixes a build issue caused by an update how dgrijalva/jwt-go handles token claims. its an easy enough fix, but this is a good example of why vendoring dependencies is needed.

bentranter commented 8 years ago

👍 !