2020-01-29 12:25:06 +01:00
|
|
|
module git.paulbsd.com/paulbsd/qrz
|
2019-09-07 11:58:52 +02:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/antchfx/htmlquery v1.0.0
|
|
|
|
github.com/antchfx/xpath v1.0.0 // indirect
|
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
2020-05-09 19:09:27 +02:00
|
|
|
github.com/gobuffalo/packr/v2 v2.8.0
|
2019-09-07 11:58:52 +02:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-05-09 19:09:27 +02:00
|
|
|
github.com/labstack/echo/v4 v4.1.16
|
|
|
|
github.com/markbates/pkger v0.14.0
|
|
|
|
github.com/robfig/cron v1.2.0
|
2019-09-07 11:58:52 +02:00
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
|
|
|
|
golang.org/x/text v0.3.2
|
|
|
|
google.golang.org/appengine v1.6.2 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.46.0
|
|
|
|
)
|