1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-22 04:17:03 +00:00
Files
kararas_iris/_examples/websocket/gorilla-filewatch/go.mod
Gerasimos (Makis) Maropoulos dfa08041a1 add a raw gorilla websocket example
2020-08-02 21:22:42 +03:00

11 lines
179 B
Modula-2

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 => ../../../