mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
12 lines
248 B
Modula-2
12 lines
248 B
Modula-2
module myapp
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.2
|
|
github.com/kataras/iris/v12 v12.2.0-alpha.0.20201113181155-4d09475c290d
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
)
|
|
|
|
replace github.com/kataras/iris/v12 => ../../../../
|