mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
08403f0317
Former-commit-id: d3d30cb15537146e3071731be9d674a5cb59de97
9 lines
132 B
Modula-2
9 lines
132 B
Modula-2
module app
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/kataras/iris/v12 v12.1.8
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
)
|