1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-21 11:57:02 +00:00

remove the 'retract' directive, as it's only available on the latest go release

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-05-28 19:09:16 +03:00
parent 80e75acd6d
commit 856f65be78
22 changed files with 24 additions and 24 deletions

View File

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

View File

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

View File

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