Skip to content

Commit 6e7c7ce

Browse files
committed
Bumped version
Signed-off-by: Vishal Rana <[email protected]>
1 parent 269dfcc commit 6e7c7ce

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

echo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const (
230230

231231
const (
232232
// Version of Echo
233-
Version = "4.1.15"
233+
Version = "4.1.16"
234234
website = "https://echo.labstack.com"
235235
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
236236
banner = `

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ module github.com/labstack/echo/v4
33
go 1.14
44

55
require (
6+
github.com/dgrijalva/jwt-go v3.2.0+incompatible
67
github.com/labstack/gommon v0.3.0
78
github.com/mattn/go-colorable v0.1.6 // indirect
89
github.com/stretchr/testify v1.4.0
9-
github.com/valyala/fasttemplate v1.1.0 // indirect
10+
github.com/valyala/fasttemplate v1.1.0
1011
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
1112
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
1213
golang.org/x/text v0.3.2 // indirect

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
22
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3+
github.com/dgrijalva/jwt-go v1.0.2 h1:KPldsxuKGsS2FPWsNeg9ZO18aCrGKujPoWXn2yo+KQM=
4+
github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=
5+
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
36
github.com/labstack/gommon v0.3.0 h1:JEeO0bvc78PKdyHxloTKiF8BD5iGrH8T6MSeGvSgob0=
47
github.com/labstack/gommon v0.3.0/go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k=
58
github.com/mattn/go-colorable v0.1.2 h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx8mU=

0 commit comments

Comments
 (0)