1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 04:21:57 +00:00

update dependencies

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-10-31 11:49:39 +02:00
parent 16b9b694d2
commit 485395190b
25 changed files with 137 additions and 156 deletions

View File

@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/websocket/basic
go 1.16
go 1.17
require (
github.com/iris-contrib/middleware/jwt v0.0.0-20200710202437-92b01b85baaf

View File

@@ -1,6 +1,6 @@
module gorilla-filewatch-example
go 1.16
go 1.17
require (
github.com/gorilla/websocket v1.4.2

View File

@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/websocket/socketio
go 1.16
go 1.17
require (
github.com/googollee/go-socket.io v1.4.3-0.20191109153049-7451e2f8c2e0