go.mod 841 B

1234567891011121314151617181920212223242526
  1. module youngee_b_api
  2. go 1.16
  3. require (
  4. github.com/GUAIK-ORG/go-snowflake v0.0.0-20200116064823-220c4260e85f
  5. github.com/gin-gonic/gin v1.7.7
  6. github.com/google/uuid v1.3.0
  7. )
  8. require (
  9. github.com/go-playground/validator/v10 v10.10.1 // indirect
  10. github.com/go-redis/redis/v8 v8.11.5
  11. github.com/jinzhu/now v1.1.5 // indirect
  12. github.com/json-iterator/go v1.1.12 // indirect
  13. github.com/mattn/go-isatty v0.0.14 // indirect
  14. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  15. github.com/sirupsen/logrus v1.8.1
  16. github.com/ugorji/go v1.2.7 // indirect
  17. golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
  18. golang.org/x/sys v0.0.0-20220318055525-2edf467146b5 // indirect
  19. google.golang.org/protobuf v1.27.1 // indirect
  20. gopkg.in/yaml.v2 v2.4.0
  21. gorm.io/driver/mysql v1.3.2
  22. gorm.io/gorm v1.23.3
  23. )