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 (
|
2020-12-05 17:36:50 +01:00
|
|
|
github.com/antchfx/htmlquery v1.2.3
|
|
|
|
github.com/antchfx/xpath v1.1.11 // indirect
|
|
|
|
github.com/gobuffalo/here v0.6.2 // indirect
|
2020-11-18 23:19:03 +01:00
|
|
|
github.com/gobuffalo/packr/v2 v2.8.1
|
2020-12-05 17:36:50 +01:00
|
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
|
|
github.com/golang/snappy v0.0.2 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
|
2020-11-18 23:19:03 +01:00
|
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
2020-12-05 17:36:50 +01:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/labstack/echo/v4 v4.1.17
|
|
|
|
github.com/lib/pq v1.9.0
|
|
|
|
github.com/markbates/pkger v0.17.1
|
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
2020-12-26 17:23:49 +01:00
|
|
|
github.com/nxadm/tail v1.4.6 // indirect
|
2020-12-05 17:36:50 +01:00
|
|
|
github.com/onsi/ginkgo v1.14.2 // indirect
|
2020-12-26 17:23:49 +01:00
|
|
|
github.com/onsi/gomega v1.10.4 // indirect
|
2020-05-09 19:09:27 +02:00
|
|
|
github.com/robfig/cron v1.2.0
|
2021-01-30 12:56:15 +01:00
|
|
|
github.com/rogpeppe/go-internal v1.7.0 // indirect
|
2020-11-18 23:19:03 +01:00
|
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
2020-12-05 17:36:50 +01:00
|
|
|
github.com/smartystreets/assertions v1.2.0 // indirect
|
2020-12-26 17:31:13 +01:00
|
|
|
github.com/spf13/cobra v1.1.1
|
2020-12-26 07:22:07 +01:00
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
2020-12-26 17:23:49 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
2021-01-30 12:50:30 +01:00
|
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
2020-12-26 17:23:49 +01:00
|
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
|
2021-01-30 12:50:30 +01:00
|
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
2020-12-26 17:23:49 +01:00
|
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
|
2021-01-30 12:50:30 +01:00
|
|
|
golang.org/x/text v0.3.5 // indirect
|
2021-01-30 12:56:15 +01:00
|
|
|
golang.org/x/tools v0.1.0 // indirect
|
2020-12-26 07:22:07 +01:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2020-12-05 17:36:50 +01:00
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
gopkg.in/ini.v1 v1.62.0
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
2021-01-30 12:50:30 +01:00
|
|
|
xorm.io/builder v0.3.8 // indirect
|
|
|
|
xorm.io/xorm v1.0.7
|
2019-09-07 11:58:52 +02:00
|
|
|
)
|