mirror of
https://github.com/kataras/iris.git
synced 2025-02-03 07:50:34 +01:00
11 lines
192 B
Modula-2
11 lines
192 B
Modula-2
|
module myapp
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/kataras/iris/v12 v12.2.0-alpha.0.20201031040657-23d4c411cadb
|
||
|
github.com/google/uuid v1.1.2
|
||
|
)
|
||
|
|
||
|
replace github.com/kataras/iris/v12 => ../../../../
|