mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 10:36:19 +01:00
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.7
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
)
|