|
@ -0,0 +1,33 @@ |
|
|
|
|
|
module leit.com/LAPP_CHEERSSON_BACKEND |
|
|
|
|
|
|
|
|
|
|
|
go 1.16 |
|
|
|
|
|
|
|
|
|
|
|
require ( |
|
|
|
|
|
github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2 |
|
|
|
|
|
github.com/Joker/hpp v1.0.0 // indirect |
|
|
|
|
|
github.com/casbin/casbin/v2 v2.35.1 |
|
|
|
|
|
github.com/casbin/xorm-adapter/v2 v2.3.2 |
|
|
|
|
|
github.com/denisenkom/go-mssqldb v0.10.0 |
|
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible |
|
|
|
|
|
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/gorilla/websocket v1.4.2 |
|
|
|
|
|
github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d |
|
|
|
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect |
|
|
|
|
|
github.com/json-iterator/go v1.1.11 |
|
|
|
|
|
github.com/kardianos/service v1.2.0 |
|
|
|
|
|
github.com/kataras/golog v0.1.7 |
|
|
|
|
|
github.com/kataras/iris/v12 v12.2.0-alpha2 |
|
|
|
|
|
github.com/kataras/neffos v0.0.18 |
|
|
|
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible |
|
|
|
|
|
github.com/lestrrat-go/strftime v1.0.5 // indirect |
|
|
|
|
|
github.com/lianggx6/goutf16 v0.0.0-20200426122116-c2284d989cd2 |
|
|
|
|
|
github.com/nats-io/nats-server/v2 v2.3.4 // indirect |
|
|
|
|
|
github.com/spf13/viper v1.8.1 |
|
|
|
|
|
go.mongodb.org/mongo-driver v1.7.1 |
|
|
|
|
|
go.uber.org/zap v1.19.0 |
|
|
|
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e |
|
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 |
|
|
|
|
|
xorm.io/core v0.7.3 |
|
|
|
|
|
) |