mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
38 lines
1.2 KiB
Modula-2
38 lines
1.2 KiB
Modula-2
module pandax
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.7.4
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/gorilla/websocket v1.4.2
|
|
// ssh
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
gorm.io/gorm v1.22.3
|
|
)
|
|
|
|
require (
|
|
github.com/casbin/casbin/v2 v2.37.4
|
|
github.com/casbin/gorm-adapter/v3 v3.4.6
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/kakuilan/kgo v0.1.8
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/mojocn/base64Captcha v1.3.5
|
|
github.com/mssola/user_agent v0.5.3
|
|
github.com/onsi/ginkgo v1.16.4 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/swaggo/gin-swagger v1.3.3
|
|
github.com/swaggo/swag v1.7.6
|
|
github.com/xuri/excelize/v2 v2.4.1
|
|
golang.org/x/net v0.0.0-20211116231205-47ca1ff31462 // indirect
|
|
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
|
|
gorm.io/driver/mysql v1.2.0
|
|
gorm.io/driver/postgres v1.2.3
|
|
)
|