go.mod 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. module log-server
  2. go 1.16
  3. require (
  4. github.com/BurntSushi/toml v1.1.0 // indirect
  5. github.com/aliyun/aliyun-oss-go-sdk v2.1.6+incompatible
  6. github.com/aws/aws-sdk-go v1.42.27
  7. github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
  8. github.com/casbin/casbin/v2 v2.11.0
  9. github.com/casbin/gorm-adapter/v3 v3.0.2
  10. github.com/flipped-aurora/ws v1.0.2
  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.7.0
  14. github.com/go-openapi/spec v0.20.7 // indirect
  15. github.com/go-openapi/swag v0.22.3 // indirect
  16. github.com/go-redis/redis/v8 v8.11.0
  17. github.com/go-sql-driver/mysql v1.5.0
  18. github.com/golang-jwt/jwt/v4 v4.3.0
  19. github.com/gookit/color v1.3.1
  20. github.com/huaweicloud/huaweicloud-sdk-go-obs v3.21.8+incompatible
  21. github.com/jackc/pgx/v4 v4.15.0 // indirect
  22. github.com/jordan-wright/email v0.0.0-20200824153738-3f5bafa1cd84
  23. github.com/json-iterator/go v1.1.10 // indirect
  24. github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
  25. github.com/lestrrat-go/strftime v1.0.6 // indirect
  26. github.com/mitchellh/mapstructure v1.2.2 // indirect
  27. github.com/mojocn/base64Captcha v1.3.1
  28. github.com/pelletier/go-toml v1.6.0 // indirect
  29. github.com/pkg/errors v0.9.1
  30. github.com/qiniu/api.v7/v7 v7.4.1
  31. github.com/robfig/cron/v3 v3.0.1
  32. github.com/satori/go.uuid v1.2.0
  33. github.com/shirou/gopsutil/v3 v3.22.5
  34. github.com/songzhibin97/gkit v1.1.1
  35. github.com/spf13/afero v1.2.2 // indirect
  36. github.com/spf13/cast v1.3.1 // indirect
  37. github.com/spf13/jwalterweatherman v1.1.0 // indirect
  38. github.com/spf13/pflag v1.0.5 // indirect
  39. github.com/spf13/viper v1.7.0
  40. github.com/stretchr/testify v1.8.0
  41. github.com/swaggo/gin-swagger v1.3.0
  42. github.com/swaggo/swag v1.8.4
  43. github.com/tencentyun/cos-go-sdk-v5 v0.7.19
  44. github.com/unrolled/secure v1.0.7
  45. github.com/xuri/excelize/v2 v2.4.1
  46. go.uber.org/zap v1.16.0
  47. golang.org/x/crypto v0.0.0-20220213190939-1e6e3497d506
  48. golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c // indirect
  49. golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
  50. golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
  51. golang.org/x/text v0.3.7
  52. golang.org/x/tools v0.1.12 // indirect
  53. gopkg.in/ini.v1 v1.55.0 // indirect
  54. gorm.io/driver/mysql v1.0.1
  55. gorm.io/driver/postgres v1.2.3
  56. gorm.io/gorm v1.22.5
  57. nhooyr.io/websocket v1.8.6
  58. )