From 6e7c7cea03c4ac9d551c98d92fc4168888b8e2d5 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Mon, 30 Mar 2020 12:32:58 -0700 Subject: [PATCH] Bumped version Signed-off-by: Vishal Rana --- echo.go | 2 +- go.mod | 3 ++- go.sum | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/echo.go b/echo.go index 86e7b2aa..511eb43f 100644 --- a/echo.go +++ b/echo.go @@ -230,7 +230,7 @@ const ( const ( // Version of Echo - Version = "4.1.15" + Version = "4.1.16" website = "https://echo.labstack.com" // http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo banner = ` diff --git a/go.mod b/go.mod index f981ba48..b3ac0800 100644 --- a/go.mod +++ b/go.mod @@ -3,10 +3,11 @@ module github.com/labstack/echo/v4 go 1.14 require ( + github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/labstack/gommon v0.3.0 github.com/mattn/go-colorable v0.1.6 // indirect github.com/stretchr/testify v1.4.0 - github.com/valyala/fasttemplate v1.1.0 // indirect + github.com/valyala/fasttemplate v1.1.0 golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d golang.org/x/net v0.0.0-20200226121028-0de0cce0169b golang.org/x/text v0.3.2 // indirect diff --git a/go.sum b/go.sum index 2f6d74d0..8e7e54ce 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,8 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/dgrijalva/jwt-go v1.0.2 h1:KPldsxuKGsS2FPWsNeg9ZO18aCrGKujPoWXn2yo+KQM= +github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= +github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/labstack/gommon v0.3.0 h1:JEeO0bvc78PKdyHxloTKiF8BD5iGrH8T6MSeGvSgob0= github.com/labstack/gommon v0.3.0/go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k= github.com/mattn/go-colorable v0.1.2 h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx8mU=