go.mod 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. module git.wanbits.cc/sin/flytalk
  2. go 1.14
  3. require github.com/emersion/go-imap v1.0.4
  4. require (
  5. github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
  6. github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
  7. github.com/casbin/casbin/v2 v2.7.2
  8. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  9. github.com/emersion/go-message v0.11.2
  10. github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
  11. github.com/emersion/go-smtp v0.13.0
  12. github.com/fsnotify/fsnotify v1.4.9 // indirect
  13. github.com/gin-contrib/cors v1.3.1
  14. github.com/gin-gonic/gin v1.6.3
  15. github.com/go-sql-driver/mysql v1.5.0 // indirect
  16. github.com/gobuffalo/packr/v2 v2.5.1
  17. github.com/gorilla/websocket v1.4.2
  18. github.com/ipipdotnet/ipdb-go v1.3.0
  19. github.com/jinzhu/gorm v1.9.14 // indirect
  20. github.com/magiconair/properties v1.8.5 // indirect
  21. github.com/mitchellh/mapstructure v1.4.1 // indirect
  22. github.com/pelletier/go-toml v1.9.0 // indirect
  23. github.com/qiniu/api.v7/v7 v7.6.0
  24. github.com/satori/go.uuid v1.2.0
  25. github.com/sirupsen/logrus v1.4.2
  26. github.com/spf13/afero v1.6.0 // indirect
  27. github.com/spf13/cast v1.3.1 // indirect
  28. github.com/spf13/cobra v0.0.5
  29. github.com/spf13/jwalterweatherman v1.1.0 // indirect
  30. github.com/spf13/pflag v1.0.5 // indirect
  31. github.com/spf13/viper v1.7.1
  32. github.com/swaggo/gin-swagger v1.2.0 // indirect
  33. github.com/swaggo/swag v1.5.1 // indirect
  34. golang.org/x/net v0.0.0-20201024042810-be3efd7ff127
  35. golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
  36. golang.org/x/text v0.3.6
  37. golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc // indirect
  38. gopkg.in/ini.v1 v1.62.0 // indirect
  39. gopkg.in/yaml.v2 v2.4.0 // indirect
  40. gorm.io/driver/mysql v1.0.5
  41. gorm.io/gorm v1.21.7
  42. )