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:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module gorilla-filewatch-example
|
||||
|
||||
go 1.15
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.2
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user