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.

40 lines
1.5 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_PM
  2. go 1.16
  3. require (
  4. github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2
  5. github.com/Joker/hpp v1.0.0 // indirect
  6. github.com/casbin/casbin/v2 v2.35.1
  7. github.com/casbin/xorm-adapter/v2 v2.3.2
  8. github.com/denisenkom/go-mssqldb v0.10.0
  9. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  10. github.com/go-sql-driver/mysql v1.6.0
  11. github.com/go-xorm/xorm v0.7.9
  12. github.com/golang/mock v1.5.0 // indirect
  13. github.com/gookit/color v1.4.2
  14. github.com/gorilla/websocket v1.4.2
  15. github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d
  16. github.com/jonboulle/clockwork v0.2.2 // indirect
  17. github.com/json-iterator/go v1.1.11
  18. github.com/kardianos/service v1.2.0
  19. github.com/kataras/golog v0.1.7
  20. github.com/kataras/iris/v12 v12.2.0-alpha2
  21. github.com/kataras/neffos v0.0.18
  22. github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
  23. github.com/lestrrat-go/strftime v1.0.5 // indirect
  24. github.com/lianggx6/goutf16 v0.0.0-20200426122116-c2284d989cd2
  25. github.com/modern-go/reflect2 v1.0.1 // indirect
  26. github.com/nats-io/nats-server/v2 v2.4.0 // indirect
  27. github.com/smartystreets/goconvey v1.6.4 // indirect
  28. github.com/spf13/viper v1.3.2
  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. golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
  33. golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
  34. golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
  35. google.golang.org/protobuf v1.26.0 // indirect
  36. gopkg.in/yaml.v2 v2.4.0
  37. xorm.io/core v0.7.3
  38. )