mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
12 lines
189 B
Modula-2
12 lines
189 B
Modula-2
module myapp
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/kataras/iris/v12 v12.1.8
|
|
github.com/mattn/go-sqlite3 v1.14.0
|
|
gopkg.in/reform.v1 v1.4.0
|
|
)
|
|
|
|
replace github.com/kataras/iris/v12 => ../../../../
|