go.mod 584 B

1234567891011121314151617181920212223
  1. module youngee_m_api
  2. go 1.16
  3. require (
  4. github.com/caixw/lib.go v0.0.0-20141220110639-1781da9139e0
  5. github.com/cstockton/go-conv v1.0.0
  6. github.com/gin-gonic/gin v1.8.1
  7. github.com/sirupsen/logrus v1.8.1
  8. gopkg.in/yaml.v2 v2.4.0
  9. gorm.io/driver/mysql v1.3.4
  10. gorm.io/gorm v1.23.6
  11. )
  12. require (
  13. github.com/GUAIK-ORG/go-snowflake v0.0.0-20200116064823-220c4260e85f
  14. github.com/go-redis/redis/v8 v8.11.5
  15. github.com/google/uuid v1.3.0
  16. github.com/issue9/conv v1.2.1
  17. github.com/robfig/cron/v3 v3.0.0
  18. github.com/tidwall/gjson v1.14.3
  19. github.com/wechatpay-apiv3/wechatpay-go v0.2.15
  20. )