From 34cf10b6ac177a2112da93be5c0aac45c100c448 Mon Sep 17 00:00:00 2001 From: Vojtech Vitek Date: Fri, 20 Oct 2017 11:20:21 -0400 Subject: [PATCH] Fix #1: Update to github.com/dgrijalva/jwt-go v3.1.0 https://github.com/dgrijalva/jwt-go/issues/221 --- _Gopkg.toml => Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename _Gopkg.toml => Gopkg.toml (85%) diff --git a/_Gopkg.toml b/Gopkg.toml similarity index 85% rename from _Gopkg.toml rename to Gopkg.toml index d8cfe00..b495b7b 100644 --- a/_Gopkg.toml +++ b/Gopkg.toml @@ -1,6 +1,6 @@ [[constraint]] name = "github.com/dgrijalva/jwt-go" - version = "^3.0.0" + version = "^3.1.0" [[constraint]] name = "github.com/go-chi/chi" version = "^3.0.0"