mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
12 lines
214 B
Modula-2
12 lines
214 B
Modula-2
module myapp
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.2
|
|
github.com/kataras/iris/v12 master
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
)
|
|
|
|
// replace github.com/kataras/iris/v12 => ../../../../
|