mirror of
https://github.com/kataras/iris.git
synced 2026-01-22 19:36:00 +00:00
upgrade jwt dependency
This commit is contained in:
8
go.mod
8
go.mod
@@ -25,12 +25,12 @@ require (
|
||||
github.com/json-iterator/go v1.1.12
|
||||
github.com/kataras/blocks v0.0.5
|
||||
github.com/kataras/golog v0.1.7
|
||||
github.com/kataras/jwt v0.1.2
|
||||
github.com/kataras/jwt v0.1.3
|
||||
github.com/kataras/neffos v0.0.19
|
||||
github.com/kataras/pio v0.0.10
|
||||
github.com/kataras/sitemap v0.0.5
|
||||
github.com/kataras/tunnel v0.0.3
|
||||
github.com/klauspost/compress v1.14.4
|
||||
github.com/klauspost/compress v1.15.0
|
||||
github.com/mailru/easyjson v0.7.7
|
||||
github.com/microcosm-cc/bluemonday v1.0.18
|
||||
github.com/russross/blackfriday/v2 v2.1.0
|
||||
@@ -40,9 +40,9 @@ require (
|
||||
github.com/vmihailenco/msgpack/v5 v5.3.5
|
||||
github.com/yosssi/ace v0.0.5
|
||||
go.etcd.io/bbolt v1.3.6
|
||||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
||||
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70
|
||||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
|
||||
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
|
||||
golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7
|
||||
golang.org/x/text v0.3.7
|
||||
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
|
||||
google.golang.org/protobuf v1.27.1
|
||||
|
||||
Reference in New Issue
Block a user