广汽安道拓Acura项目MES后台
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.

45 lines
1.7 KiB

2 years ago
2 years ago
2 years ago
2 years ago
  1. module LAPP_ACURA_MOM_BACKEND
  2. go 1.14
  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/casbin/casbin/v2 v2.31.8
  8. github.com/casbin/xorm-adapter/v2 v2.3.2
  9. github.com/denisenkom/go-mssqldb v0.10.0
  10. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  11. github.com/extrame/ole2 v0.0.0-20160812065207-d69429661ad7 // indirect
  12. github.com/extrame/xls v0.0.1
  13. github.com/go-sql-driver/mysql v1.6.0
  14. github.com/go-xorm/xorm v0.7.9
  15. github.com/google/go-tika v0.2.0
  16. github.com/google/uuid v1.1.2
  17. github.com/gookit/color v1.4.2
  18. github.com/gorilla/websocket v1.4.2
  19. github.com/iris-contrib/go.uuid v2.0.0+incompatible
  20. github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d
  21. github.com/jonboulle/clockwork v0.2.2 // indirect
  22. github.com/json-iterator/go v1.1.11
  23. github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
  24. github.com/kardianos/service v1.2.0
  25. github.com/kataras/golog v0.1.7
  26. github.com/kataras/iris/v12 v12.2.0-alpha2
  27. github.com/kataras/neffos v0.0.18
  28. github.com/ledongthuc/pdf v0.0.0-20210621053716-e28cb8259002
  29. github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
  30. github.com/lestrrat-go/strftime v1.0.4 // indirect
  31. github.com/lianggx6/goutf16 v0.0.0-20200426122116-c2284d989cd2
  32. github.com/nats-io/nats-server/v2 v2.3.1 // indirect
  33. github.com/robfig/cron v1.2.0
  34. github.com/spf13/viper v1.8.1
  35. github.com/stretchr/testify v1.7.0
  36. github.com/yudai/pp v2.0.1+incompatible // indirect
  37. go.mongodb.org/mongo-driver v1.5.3
  38. go.uber.org/zap v1.18.1
  39. golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
  40. golang.org/x/text v0.3.5
  41. gopkg.in/yaml.v2 v2.4.0
  42. xorm.io/core v0.7.3
  43. )