30 lines
1.1 KiB
Modula-2
30 lines
1.1 KiB
Modula-2
module git.paulbsd.com/paulbsd/qrz
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/antchfx/htmlquery v1.0.0
|
|
github.com/antchfx/xpath v1.0.0 // indirect
|
|
github.com/gobuffalo/packr/v2 v2.8.1
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
|
github.com/labstack/echo/v4 v4.1.16
|
|
github.com/lib/pq v1.6.0
|
|
github.com/markbates/pkger v0.14.0
|
|
github.com/mattn/go-sqlite3 v2.0.1+incompatible // 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/goconvey v1.6.4 // indirect
|
|
github.com/spf13/cobra v1.1.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
|
golang.org/x/sys v0.0.0-20201118182958-a01c418693c7 // indirect
|
|
golang.org/x/tools v0.0.0-20201118215654-4d9c4f8a78b0 // indirect
|
|
google.golang.org/appengine v1.6.2 // indirect
|
|
gopkg.in/ini.v1 v1.51.0
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
xorm.io/xorm v1.0.2
|
|
)
|