54 lines
2.1 KiB
Modula-2
54 lines
2.1 KiB
Modula-2
module git.paulbsd.com/paulbsd/qrz
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/antchfx/htmlquery v1.2.5
|
|
github.com/antchfx/xpath v1.2.1 // indirect
|
|
github.com/gobuffalo/here v0.6.6 // indirect
|
|
github.com/gobuffalo/packr/v2 v2.8.3
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20210825203111-a709d8e111b3 // indirect
|
|
github.com/karrick/godirwalk v1.17.0 // indirect
|
|
github.com/labstack/echo/v4 v4.7.2
|
|
github.com/lib/pq v1.10.6
|
|
github.com/markbates/pkger v0.17.1
|
|
github.com/mattn/go-colorable v0.1.12 // 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.5.0
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
|
golang.org/x/net v0.0.0-20220708220712-1185a9018129
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/ini.v1 v1.66.6
|
|
xorm.io/builder v0.3.12 // indirect
|
|
xorm.io/xorm v1.3.1
|
|
)
|
|
|
|
require (
|
|
github.com/gobuffalo/logger v1.0.6 // indirect
|
|
github.com/gobuffalo/packd v1.0.1 // indirect
|
|
github.com/goccy/go-json v0.9.10 // 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.12 // indirect
|
|
github.com/labstack/gommon v0.3.1 // 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.14 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // 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
|
|
)
|