mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
8 lines
99 B
Modula-2
8 lines
99 B
Modula-2
module app
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/kataras/iris/v12 master
|
|
github.com/spf13/viper v1.3.2
|
|
) |