mirror of
https://github.com/kataras/iris.git
synced 2025-02-10 02:56:20 +01:00
9 lines
137 B
Modula-2
9 lines
137 B
Modula-2
|
module myoldapp
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/kataras/iris/v12 v12.1.8
|
||
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
||
|
)
|