苏州瑞玛APS项目web后台
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.

36 lines
1.3 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. module leit.com/LAPP_CHEERSSON_BACKEND
  2. go 1.16
  3. require (
  4. github.com/360EntSecGroup-Skylar/excelize v1.4.1
  5. github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2
  6. github.com/Joker/hpp v1.0.0 // indirect
  7. github.com/athlon18/k3cloud v0.0.2
  8. github.com/casbin/casbin/v2 v2.35.1
  9. github.com/casbin/xorm-adapter/v2 v2.3.2
  10. github.com/denisenkom/go-mssqldb v0.10.0
  11. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  12. github.com/go-sql-driver/mysql v1.6.0
  13. github.com/go-xorm/xorm v0.7.9
  14. github.com/gookit/color v1.4.2
  15. github.com/gorilla/websocket v1.4.2
  16. github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d
  17. github.com/jonboulle/clockwork v0.2.2 // indirect
  18. github.com/json-iterator/go v1.1.11
  19. github.com/kardianos/service v1.2.0
  20. github.com/kataras/golog v0.1.7
  21. github.com/kataras/iris/v12 v12.2.0-alpha2
  22. github.com/kataras/neffos v0.0.18
  23. github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
  24. github.com/lestrrat-go/strftime v1.0.5 // indirect
  25. github.com/lianggx6/goutf16 v0.0.0-20200426122116-c2284d989cd2
  26. github.com/nats-io/nats-server/v2 v2.3.4 // indirect
  27. github.com/spf13/viper v1.8.1
  28. github.com/tealeg/xlsx v1.0.5
  29. go.mongodb.org/mongo-driver v1.7.1
  30. go.uber.org/zap v1.19.0
  31. golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
  32. gopkg.in/yaml.v2 v2.4.0
  33. xorm.io/core v0.7.3
  34. )