38 lines
1.5 KiB
Modula-2
38 lines
1.5 KiB
Modula-2
module git.paulbsd.com/paulbsd/qrz
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/antchfx/htmlquery v1.2.3
|
|
github.com/antchfx/xpath v1.1.11 // indirect
|
|
github.com/gobuffalo/here v0.6.2 // indirect
|
|
github.com/gobuffalo/packr/v2 v2.8.1
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20210406100015-1e088ea4ee04 // indirect
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
|
github.com/labstack/echo/v4 v4.2.1
|
|
github.com/lib/pq v1.10.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
|
|
github.com/onsi/ginkgo v1.16.0 // indirect
|
|
github.com/onsi/gomega v1.11.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.1.3
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
|
|
golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
golang.org/x/tools v0.1.0 // indirect
|
|
gopkg.in/ini.v1 v1.62.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
xorm.io/builder v0.3.9 // indirect
|
|
xorm.io/xorm v1.0.7
|
|
)
|