1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-22 04:17:03 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-08-11 00:27:58 +03:00
parent 119cce032c
commit 0da32ca844
31 changed files with 31 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/websocket/basic
go 1.21.0
go 1.21
require (
github.com/iris-contrib/middleware/jwt v0.0.0-20230716223316-058c9deb31e2

View File

@@ -1,6 +1,6 @@
module gorilla-filewatch-example
go 1.21.0
go 1.21
require (
github.com/gorilla/websocket v1.5.0

View File

@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/websocket/socketio
go 1.21.0
go 1.21
require (
github.com/googollee/go-socket.io v1.7.0