38 lines
1.7 KiB
Modula-2
38 lines
1.7 KiB
Modula-2
module jiacrontab
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Joker/hpp v1.0.0 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/go-ldap/ldap/v3 v3.3.0
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/google/go-cmp v0.5.1 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect
|
|
github.com/iris-contrib/middleware/cors v0.0.0-20200810001613-32cf668f999f
|
|
github.com/iris-contrib/middleware/jwt v0.0.0-20200810001613-32cf668f999f
|
|
github.com/iwannay/log v0.0.0-20190630100042-7fa98f256ca1
|
|
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
|
|
github.com/kataras/iris/v12 v12.1.9-0.20200814111841-d0d7679a98f2
|
|
github.com/lib/pq v1.8.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.4 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/onsi/ginkgo v1.10.1 // indirect
|
|
github.com/onsi/gomega v1.7.0 // indirect
|
|
github.com/smartystreets/assertions v1.0.1 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/yudai/pp v2.0.1+incompatible // indirect
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/ini.v1 v1.58.0
|
|
gorm.io/driver/mysql v1.0.3
|
|
gorm.io/driver/postgres v1.0.5
|
|
gorm.io/driver/sqlite v1.1.3
|
|
gorm.io/gorm v1.20.6
|
|
)
|