mirror of
https://github.com/kataras/iris.git
synced 2026-03-04 15:36:03 +00:00
add context.Protobuf, MsgPack, ReadProtobuf, ReadMsgPack methods
Former-commit-id: 39d547ecfb1516505a1eb76a12a1f6e9e4111962
This commit is contained in:
5
go.mod
5
go.mod
@@ -12,13 +12,14 @@ require (
|
||||
github.com/etcd-io/bbolt v1.3.3
|
||||
github.com/fatih/structs v1.1.0
|
||||
github.com/gavv/httpexpect v2.0.0+incompatible
|
||||
github.com/golang/protobuf v1.3.5
|
||||
github.com/gomodule/redigo v1.7.1-0.20190724094224-574c33c3df38
|
||||
github.com/hashicorp/go-version v1.2.0
|
||||
github.com/iris-contrib/blackfriday v2.0.0+incompatible
|
||||
github.com/iris-contrib/go.uuid v2.0.0+incompatible
|
||||
github.com/iris-contrib/jade v1.1.3
|
||||
github.com/iris-contrib/pongo2 v0.0.1
|
||||
github.com/iris-contrib/schema v0.0.1
|
||||
github.com/iris-contrib/jade v1.1.3
|
||||
github.com/json-iterator/go v1.1.9
|
||||
github.com/kataras/golog v0.0.10
|
||||
github.com/kataras/neffos v0.0.14
|
||||
@@ -28,8 +29,8 @@ require (
|
||||
github.com/microcosm-cc/bluemonday v1.0.2
|
||||
github.com/ryanuber/columnize v2.1.0+incompatible
|
||||
github.com/schollz/closestmatch v2.1.0+incompatible
|
||||
github.com/vmihailenco/msgpack/v5 v5.0.0-alpha.2
|
||||
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
|
||||
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
|
||||
golang.org/x/text v0.3.2
|
||||
gopkg.in/ini.v1 v1.51.1
|
||||
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2
|
||||
|
||||
Reference in New Issue
Block a user