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

sync kataras/iris/websocket with kataras/neffos - added support for nats scaling and Server.Ask method

Former-commit-id: 3a3f00410e113817c4e609feaad70f76c0b09b57
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-07-14 20:22:59 +03:00
parent c2c748067c
commit 86a18ff545
2 changed files with 11 additions and 1 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 // vendor removed.
github.com/kataras/golog v0.0.0-20180321173939-03be10146386
github.com/kataras/neffos v0.0.6
github.com/kataras/neffos v0.0.7
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