1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

add neffos.Object based on the latest neffos API and update the go.mod for neffos

Former-commit-id: 47836caf61d3c951f1599714a4310bbdef1c87b7
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-06-03 12:06:18 +03:00
parent 162c1b9cfe
commit e19a519c6e
3 changed files with 21 additions and 8 deletions

2
go.mod
View File

@@ -15,7 +15,7 @@ require (
github.com/iris-contrib/go.uuid v2.0.0+incompatible
github.com/json-iterator/go v1.1.6
github.com/kataras/golog v0.0.0-20180321173939-03be10146386
github.com/kataras/neffos v0.0.0-20190602135205-38e9cc9b65c6
github.com/kataras/neffos v0.0.0-20190603085547-9fba63259400
github.com/kataras/pio v0.0.0-20190103105442-ea782b38602d // indirect
github.com/microcosm-cc/bluemonday v1.0.2
github.com/ryanuber/columnize v2.1.0+incompatible