44 lines
1.8 KiB
Modula-2
44 lines
1.8 KiB
Modula-2
module git.paulbsd.com/paulbsd/qrz
|
|
|
|
go 1.15
|
|
|
|
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/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
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
|
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
|
|
github.com/nxadm/tail v1.4.6 // indirect
|
|
github.com/onsi/ginkgo v1.14.2 // indirect
|
|
github.com/onsi/gomega v1.10.4 // indirect
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/rogpeppe/go-internal v1.6.2 // indirect
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
github.com/smartystreets/assertions v1.2.0 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
|
|
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
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
|
|
xorm.io/xorm v1.0.5
|
|
)
|