2020-08-02 20:22:42 +02:00
|
|
|
module gorilla-filewatch-example
|
|
|
|
|
2021-10-31 10:49:39 +01:00
|
|
|
go 1.17
|
2020-08-02 20:22:42 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/kataras/iris/v12 v12.1.8
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/kataras/iris/v12 => ../../../
|