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 (
230
230
231
231
const (
232
232
// Version of Echo
233
- Version = "4.1.15 "
233
+ Version = "4.1.16 "
234
234
website = "https://echo.labstack.com"
235
235
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
236
236
banner = `
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ module github.com/labstack/echo/v4
3
3
go 1.14
4
4
5
5
require (
6
+ github.com/dgrijalva/jwt-go v3.2.0+incompatible
6
7
github.com/labstack/gommon v0.3.0
7
8
github.com/mattn/go-colorable v0.1.6 // indirect
8
9
github.com/stretchr/testify v1.4.0
9
- github.com/valyala/fasttemplate v1.1.0 // indirect
10
+ github.com/valyala/fasttemplate v1.1.0
10
11
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
11
12
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
12
13
golang.org/x/text v0.3.2 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
2
2
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 =
3
6
github.com/labstack/gommon v0.3.0 h1:JEeO0bvc78PKdyHxloTKiF8BD5iGrH8T6MSeGvSgob0 =
4
7
github.com/labstack/gommon v0.3.0 /go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k =
5
8
github.com/mattn/go-colorable v0.1.2 h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx8mU =
You can’t perform that action at this time.
0 commit comments