vmail/go.mod

11 lines
168 B
Modula-2
Raw Normal View History

2020-07-07 00:13:18 +02:00
module git.paulbsd.com/paulbsd/vmail
go 1.14
require (
github.com/labstack/echo/v4 v4.1.16
2020-08-08 18:28:17 +02:00
github.com/lib/pq v1.8.0
2020-07-07 00:13:18 +02:00
gopkg.in/ini.v1 v1.57.0
2020-08-08 18:28:17 +02:00
xorm.io/xorm v1.0.3
2020-07-07 00:13:18 +02:00
)