iris/_examples/websocket/gorilla-filewatch/go.mod

11 lines
179 B
Modula-2
Raw Normal View History

2020-08-02 20:22:42 +02:00
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 => ../../../