module git.paulbsd.com/paulbsd/qrz go 1.17 require ( github.com/antchfx/htmlquery v1.2.3 github.com/antchfx/xpath v1.2.0 // indirect github.com/gobuffalo/here v0.6.2 // indirect github.com/gobuffalo/packr/v2 v2.8.1 github.com/golang/snappy v0.0.4 // indirect github.com/gopherjs/gopherjs v0.0.0-20210825203111-a709d8e111b3 // indirect github.com/karrick/godirwalk v1.16.1 // indirect github.com/labstack/echo/v4 v4.5.0 github.com/lib/pq v1.10.2 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 github.com/onsi/ginkgo v1.16.4 // indirect github.com/onsi/gomega v1.16.0 // indirect github.com/robfig/cron v1.2.0 github.com/rogpeppe/go-internal v1.8.0 // indirect github.com/sirupsen/logrus v1.8.1 // indirect github.com/smartystreets/assertions v1.2.0 // indirect github.com/spf13/cobra v1.2.1 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect golang.org/x/net v0.0.0-20210825183410-e898025ed96a golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect golang.org/x/text v0.3.7 // indirect gopkg.in/ini.v1 v1.62.0 xorm.io/builder v0.3.9 // indirect xorm.io/xorm v1.2.3 ) require ( github.com/gobuffalo/logger v1.0.4 // indirect github.com/gobuffalo/packd v1.0.0 // indirect github.com/goccy/go-json v0.7.7 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/json-iterator/go v1.1.11 // indirect github.com/labstack/gommon v0.3.0 // indirect github.com/markbates/errx v1.1.0 // indirect github.com/markbates/oncer v1.0.0 // indirect github.com/markbates/safe v1.0.1 // indirect github.com/mattn/go-isatty v0.0.13 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/syndtr/goleveldb v1.0.0 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v1.2.1 // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect golang.org/x/tools v0.1.2 // indirect )