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.

55 lines
2.4 KiB

4 years ago
  1. module gin-vue-admin
  2. go 1.12
  3. require (
  4. github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
  5. github.com/casbin/casbin v1.9.1
  6. github.com/casbin/gorm-adapter v1.0.0
  7. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  8. github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
  9. github.com/fsnotify/fsnotify v1.4.9
  10. github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
  11. github.com/gin-gonic/gin v1.6.3
  12. github.com/go-openapi/spec v0.19.7 // indirect
  13. github.com/go-openapi/swag v0.19.8 // indirect
  14. github.com/go-playground/validator/v10 v10.3.0 // indirect
  15. github.com/go-redis/redis v6.15.7+incompatible
  16. github.com/go-sql-driver/mysql v1.5.0
  17. github.com/golang/protobuf v1.4.2 // indirect
  18. github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
  19. github.com/jinzhu/gorm v1.9.12
  20. github.com/json-iterator/go v1.1.10 // indirect
  21. github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
  22. github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
  23. github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
  24. github.com/lib/pq v1.3.0 // indirect
  25. github.com/mailru/easyjson v0.7.1 // indirect
  26. github.com/mitchellh/mapstructure v1.2.2 // indirect
  27. github.com/mojocn/base64Captcha v1.3.1
  28. github.com/onsi/ginkgo v1.7.0 // indirect
  29. github.com/onsi/gomega v1.4.3 // indirect
  30. github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
  31. github.com/pelletier/go-toml v1.6.0 // indirect
  32. github.com/piexlmax/gvaplug v0.0.8
  33. github.com/pkg/errors v0.9.1 // indirect
  34. github.com/qiniu/api.v7/v7 v7.4.1
  35. github.com/qiniu/x v1.10.5
  36. github.com/satori/go.uuid v1.2.0
  37. github.com/spf13/afero v1.2.2 // indirect
  38. github.com/spf13/cast v1.3.1 // indirect
  39. github.com/spf13/jwalterweatherman v1.1.0 // indirect
  40. github.com/spf13/pflag v1.0.5 // indirect
  41. github.com/spf13/viper v1.6.2
  42. github.com/swaggo/gin-swagger v1.2.0
  43. github.com/swaggo/swag v1.6.5
  44. github.com/tebeka/strftime v0.1.3 // indirect
  45. github.com/unrolled/secure v1.0.7
  46. golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
  47. golang.org/x/net v0.0.0-20200320220750-118fecf932d8 // indirect
  48. golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
  49. golang.org/x/tools v0.0.0-20200324003944-a576cf524670 // indirect
  50. google.golang.org/protobuf v1.24.0 // indirect
  51. gopkg.in/ini.v1 v1.55.0 // indirect
  52. gopkg.in/yaml.v2 v2.3.0 // indirect
  53. )