mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
update deps (minor)
This commit is contained in:
parent
617cd22195
commit
962ffd6772
6
NOTICE
6
NOTICE
|
@ -101,9 +101,9 @@ Revision ID: 5fc50a00491616d5cd0cbce3abd8b699838e25ca
|
||||||
toml 3012a1dbe2e4bd1 https://github.com/BurntSushi/toml
|
toml 3012a1dbe2e4bd1 https://github.com/BurntSushi/toml
|
||||||
391d42b32f0577c
|
391d42b32f0577c
|
||||||
b7bbc7f005
|
b7bbc7f005
|
||||||
jwt 5f34e0a4e28178b https://github.com/kataras/jwt
|
jwt e87a84e0681e206 https://github.com/kataras/jwt
|
||||||
3781df69552bdc5
|
f3733932450e25d
|
||||||
481a0d4bef
|
7747daf215
|
||||||
uuid cb32006e483f2a2 https://github.com/google/uuid
|
uuid cb32006e483f2a2 https://github.com/google/uuid
|
||||||
3230e24209cf185
|
3230e24209cf185
|
||||||
c65b477dbf
|
c65b477dbf
|
||||||
|
|
10
go.mod
10
go.mod
|
@ -21,18 +21,18 @@ require (
|
||||||
github.com/json-iterator/go v1.1.10
|
github.com/json-iterator/go v1.1.10
|
||||||
github.com/kataras/blocks v0.0.4
|
github.com/kataras/blocks v0.0.4
|
||||||
github.com/kataras/golog v0.1.5
|
github.com/kataras/golog v0.1.5
|
||||||
github.com/kataras/jwt v0.0.5
|
github.com/kataras/jwt v0.0.6
|
||||||
github.com/kataras/neffos v0.0.17
|
github.com/kataras/neffos v0.0.18
|
||||||
github.com/kataras/pio v0.0.10
|
github.com/kataras/pio v0.0.10
|
||||||
github.com/kataras/sitemap v0.0.5
|
github.com/kataras/sitemap v0.0.5
|
||||||
github.com/kataras/tunnel v0.0.2
|
github.com/kataras/tunnel v0.0.2
|
||||||
github.com/klauspost/compress v1.11.2
|
github.com/klauspost/compress v1.11.3
|
||||||
github.com/mailru/easyjson v0.7.6
|
github.com/mailru/easyjson v0.7.6
|
||||||
github.com/microcosm-cc/bluemonday v1.0.4
|
github.com/microcosm-cc/bluemonday v1.0.4
|
||||||
github.com/russross/blackfriday/v2 v2.0.1
|
github.com/russross/blackfriday/v2 v2.1.0
|
||||||
github.com/schollz/closestmatch v2.1.0+incompatible
|
github.com/schollz/closestmatch v2.1.0+incompatible
|
||||||
github.com/tdewolff/minify/v2 v2.9.10
|
github.com/tdewolff/minify/v2 v2.9.10
|
||||||
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.9
|
github.com/vmihailenco/msgpack/v5 v5.0.0-rc.3
|
||||||
github.com/yosssi/ace v0.0.5
|
github.com/yosssi/ace v0.0.5
|
||||||
go.etcd.io/bbolt v1.3.5
|
go.etcd.io/bbolt v1.3.5
|
||||||
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
||||||
|
|
Loading…
Reference in New Issue
Block a user