1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-22 19:36:00 +00:00
Former-commit-id: 23f795a6b6b64745311d0630d8e630edc3f65244
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-06-20 16:06:26 +03:00
parent 04c8b79b1f
commit 45c6bce15f
18 changed files with 30 additions and 16 deletions

20
go.mod
View File

@@ -13,7 +13,7 @@ require (
github.com/golang/protobuf v1.4.2
github.com/gomodule/redigo v1.8.2
github.com/google/uuid v1.1.2-0.20200519141726-cb32006e483f
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/go-version v1.2.1
github.com/iris-contrib/blackfriday v2.0.0+incompatible
github.com/iris-contrib/httpexpect/v2 v2.0.5
github.com/iris-contrib/jade v1.1.4
@@ -24,19 +24,19 @@ require (
github.com/kataras/neffos v0.0.16
github.com/kataras/pio v0.0.8
github.com/kataras/sitemap v0.0.5
github.com/klauspost/compress v1.10.6
github.com/klauspost/compress v1.10.9
github.com/mediocregopher/radix/v3 v3.5.1
github.com/microcosm-cc/bluemonday v1.0.2
github.com/microcosm-cc/bluemonday v1.0.3
github.com/ryanuber/columnize v2.1.0+incompatible
github.com/schollz/closestmatch v2.1.0+incompatible
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/square/go-jose/v3 v3.0.0-20200430180204-d84c719419c2
github.com/vmihailenco/msgpack/v5 v5.0.0-alpha.2
go.etcd.io/bbolt v1.3.4
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
golang.org/x/text v0.3.2
github.com/square/go-jose/v3 v3.0.0-20200603004136-8ccb8a19e809
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.1
go.etcd.io/bbolt v1.3.5
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/text v0.3.3
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
gopkg.in/ini.v1 v1.57.0
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)