mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
11 lines
179 B
Modula-2
11 lines
179 B
Modula-2
module gorilla-filewatch-example
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/kataras/iris/v12 v12.1.8
|
|
)
|
|
|
|
replace github.com/kataras/iris/v12 => ../../../
|