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.

58 lines
2.4 KiB

4 years ago
4 years ago
  1. module gin-vue-admin
  2. go 1.14
  3. require (
  4. github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
  5. github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
  6. github.com/casbin/casbin v1.9.1
  7. github.com/casbin/casbin/v2 v2.11.0
  8. github.com/casbin/gorm-adapter/v3 v3.0.2
  9. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  10. github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
  11. github.com/fsnotify/fsnotify v1.4.9
  12. github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
  13. github.com/gin-gonic/gin v1.6.3
  14. github.com/go-ole/go-ole v1.2.4 // indirect
  15. github.com/go-openapi/spec v0.19.7 // indirect
  16. github.com/go-openapi/swag v0.19.8 // indirect
  17. github.com/go-playground/validator/v10 v10.3.0 // indirect
  18. github.com/go-redis/redis v6.15.7+incompatible
  19. github.com/go-sql-driver/mysql v1.5.0
  20. github.com/golang/protobuf v1.4.2 // indirect
  21. github.com/gookit/color v1.3.1
  22. github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
  23. github.com/jordan-wright/email v0.0.0-20200824153738-3f5bafa1cd84
  24. github.com/json-iterator/go v1.1.10 // indirect
  25. github.com/lestrrat-go/file-rotatelogs v2.3.0+incompatible
  26. github.com/lestrrat-go/strftime v1.0.3 // indirect
  27. github.com/mailru/easyjson v0.7.1 // indirect
  28. github.com/mitchellh/go-homedir v1.1.0
  29. github.com/mitchellh/mapstructure v1.2.2 // indirect
  30. github.com/mojocn/base64Captcha v1.3.1
  31. github.com/onsi/ginkgo v1.7.0 // indirect
  32. github.com/onsi/gomega v1.4.3 // indirect
  33. github.com/pelletier/go-toml v1.6.0 // indirect
  34. github.com/pkg/errors v0.9.1
  35. github.com/qiniu/api.v7/v7 v7.4.1
  36. github.com/satori/go.uuid v1.2.0
  37. github.com/shirou/gopsutil v2.20.8+incompatible
  38. github.com/spf13/afero v1.2.2 // indirect
  39. github.com/spf13/cast v1.3.1 // indirect
  40. github.com/spf13/cobra v1.1.1
  41. github.com/spf13/jwalterweatherman v1.1.0 // indirect
  42. github.com/spf13/viper v1.7.0
  43. github.com/swaggo/gin-swagger v1.2.0
  44. github.com/swaggo/swag v1.6.7
  45. github.com/tebeka/strftime v0.1.3 // indirect
  46. github.com/unrolled/secure v1.0.7
  47. go.uber.org/zap v1.10.0
  48. golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
  49. golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
  50. golang.org/x/tools v0.0.0-20200324003944-a576cf524670 // indirect
  51. google.golang.org/protobuf v1.24.0 // indirect
  52. gopkg.in/ini.v1 v1.55.0 // indirect
  53. gopkg.in/yaml.v2 v2.3.0 // indirect
  54. gorm.io/driver/mysql v0.3.0
  55. gorm.io/gorm v1.20.5
  56. )