mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
10f280af63
Former-commit-id: 3e214ab6b6da4d1c6e4a66180a4ccfa61c0879ae
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
|
|
)
|