go.mod 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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/bitly/go-simplejson v0.5.0 // indirect
  9. github.com/casbin/casbin/v2 v2.11.0
  10. github.com/casbin/gorm-adapter/v3 v3.0.2
  11. github.com/flipped-aurora/ws v1.0.2
  12. github.com/fsnotify/fsnotify v1.4.9
  13. github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
  14. github.com/gin-gonic/gin v1.7.0
  15. github.com/go-openapi/spec v0.20.7 // indirect
  16. github.com/go-openapi/swag v0.22.3 // indirect
  17. github.com/go-redis/redis/v8 v8.11.0
  18. github.com/go-sql-driver/mysql v1.5.0
  19. github.com/golang-jwt/jwt/v4 v4.3.0
  20. github.com/gookit/color v1.3.1
  21. github.com/huaweicloud/huaweicloud-sdk-go-obs v3.21.8+incompatible
  22. github.com/jackc/pgx/v4 v4.15.0 // 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.4.0+incompatible
  26. github.com/lestrrat-go/strftime v1.0.6 // indirect
  27. github.com/mitchellh/mapstructure v1.2.2 // indirect
  28. github.com/mojocn/base64Captcha v1.3.1
  29. github.com/pelletier/go-toml v1.6.0 // indirect
  30. github.com/pkg/errors v0.9.1
  31. github.com/qiniu/api.v7/v7 v7.4.1
  32. github.com/robfig/cron/v3 v3.0.1
  33. github.com/satori/go.uuid v1.2.0
  34. github.com/shirou/gopsutil/v3 v3.22.5
  35. github.com/songzhibin97/gkit v1.1.1
  36. github.com/spf13/afero v1.2.2 // indirect
  37. github.com/spf13/cast v1.3.1 // indirect
  38. github.com/spf13/jwalterweatherman v1.1.0 // indirect
  39. github.com/spf13/pflag v1.0.5 // indirect
  40. github.com/spf13/viper v1.7.0
  41. github.com/stretchr/testify v1.8.0
  42. github.com/swaggo/gin-swagger v1.3.0
  43. github.com/swaggo/swag v1.8.4
  44. github.com/tencentyun/cos-go-sdk-v5 v0.7.19
  45. github.com/unrolled/secure v1.0.7
  46. github.com/xuri/excelize/v2 v2.4.1
  47. go.uber.org/zap v1.16.0
  48. golang.org/x/crypto v0.0.0-20220213190939-1e6e3497d506
  49. golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c // indirect
  50. golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
  51. golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
  52. golang.org/x/text v0.3.7
  53. golang.org/x/tools v0.1.12 // indirect
  54. gopkg.in/ini.v1 v1.55.0 // indirect
  55. gorm.io/driver/mysql v1.0.1
  56. gorm.io/driver/postgres v1.2.3
  57. gorm.io/gorm v1.22.5
  58. nhooyr.io/websocket v1.8.6
  59. )