mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 23:40:35 +01:00
ea589b1276
Former-commit-id: 491a1001aff9fc63a0d79efbfee6a78ca711f07c
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.6
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
)
|