mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
11 lines
281 B
Modula-2
11 lines
281 B
Modula-2
module github.com/kataras/iris/_examples/websocket/basic
|
|
|
|
go 1.17
|
|
|
|
// replace github.com/kataras/iris/v12 => ../../../
|
|
|
|
require (
|
|
github.com/iris-contrib/middleware/jwt v0.0.0-20220301201128-27fa0f6a7d7e
|
|
github.com/kataras/iris/v12 v12.2.0-alpha9.0.20220310184134-096349bb56d8
|
|
)
|