赛思维服务调研
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.1 KiB

module SSW_WebPlatform
go 1.14
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/Joker/hpp v1.0.0 // indirect
github.com/casbin/casbin/v2 v2.26.1
github.com/casbin/xorm-adapter/v2 v2.3.0
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/structs v1.1.0
github.com/go-sql-driver/mysql v1.6.0
github.com/go-xorm/xorm v0.7.9
github.com/gookit/color v1.4.2
github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kardianos/service v1.2.0
github.com/kataras/golog v0.1.7
github.com/kataras/iris v0.0.2
github.com/kataras/iris/v12 v12.2.0-alpha2
github.com/lianggx6/goutf16 v0.0.0-20200426122116-c2284d989cd2
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
go.mongodb.org/mongo-driver v1.5.1
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
gopkg.in/yaml.v2 v2.4.0
xorm.io/core v0.7.3
)