File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ const (
230230
231231const (
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 = `
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ module github.com/labstack/echo/v4
33go 1.14
44
55require (
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
Original file line number Diff line number Diff line change 11github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
22github.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 =
36github.com/labstack/gommon v0.3.0 h1:JEeO0bvc78PKdyHxloTKiF8BD5iGrH8T6MSeGvSgob0 =
47github.com/labstack/gommon v0.3.0 /go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k =
58github.com/mattn/go-colorable v0.1.2 h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx8mU =
You can’t perform that action at this time.
0 commit comments