mirror of
https://github.com/kataras/iris.git
synced 2026-01-22 11:25:59 +00:00
add a raw gorilla websocket example
This commit is contained in:
10
_examples/websocket/gorilla-filewatch/go.mod
Normal file
10
_examples/websocket/gorilla-filewatch/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module gorilla-filewatch-example
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.2
|
||||
github.com/kataras/iris/v12 v12.1.8
|
||||
)
|
||||
|
||||
replace github.com/kataras/iris/v12 => ../../../
|
||||
Reference in New Issue
Block a user