vmail/go.mod

18 lines
577 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
github.com/lib/pq v1.7.0
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4 // indirect
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
google.golang.org/appengine v1.6.2 // indirect
gopkg.in/ini.v1 v1.57.0
gopkg.in/yaml.v2 v2.2.7 // indirect
xorm.io/xorm v1.0.2
)