2020-01-29 12:25:06 +01:00
|
|
|
module git.paulbsd.com/paulbsd/qrz
|
2019-09-07 11:58:52 +02:00
|
|
|
|
2020-11-18 22:50:37 +01:00
|
|
|
go 1.15
|
2019-09-07 11:58:52 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/antchfx/htmlquery v1.0.0
|
|
|
|
github.com/antchfx/xpath v1.0.0 // indirect
|
2020-11-18 23:19:03 +01:00
|
|
|
github.com/gobuffalo/packr/v2 v2.8.1
|
|
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
|
2020-05-09 19:09:27 +02:00
|
|
|
github.com/labstack/echo/v4 v4.1.16
|
2020-06-01 14:34:37 +02:00
|
|
|
github.com/lib/pq v1.6.0
|
2020-05-09 19:09:27 +02:00
|
|
|
github.com/markbates/pkger v0.14.0
|
2020-07-19 19:32:22 +02:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
|
2020-05-09 19:09:27 +02:00
|
|
|
github.com/robfig/cron v1.2.0
|
2020-08-16 15:49:31 +02:00
|
|
|
github.com/rogpeppe/go-internal v1.6.1 // indirect
|
2020-11-18 23:19:03 +01:00
|
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
2019-09-07 11:58:52 +02:00
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
|
2020-08-16 15:49:31 +02:00
|
|
|
github.com/spf13/cobra v1.0.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2020-11-18 23:19:03 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20201118182958-a01c418693c7 // indirect
|
2020-08-16 15:49:31 +02:00
|
|
|
golang.org/x/tools v0.0.0-20200815165600-90abf76919f3 // indirect
|
2019-09-07 11:58:52 +02:00
|
|
|
google.golang.org/appengine v1.6.2 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.46.0
|
2020-07-19 19:32:22 +02:00
|
|
|
xorm.io/xorm v1.0.2
|
2019-09-07 11:58:52 +02:00
|
|
|
)
|