商城模块(新车)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 3.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. module 3g3e.com/zmy/ck.platform.shop
  2. go 1.22
  3. toolchain go1.22.4
  4. replace (
  5. 3g3e.com/rechy/ck.ba.api => ./../../../3g3e.com/rechy/ck.ba.api
  6. 3g3e.com/rechy/visdb => ./../../../3g3e.com/rechy/visdb
  7. 3g3e.com/ymdx/config => ./../../../3g3e.com/ymdx/config
  8. 3g3e.com/ymdx/glog => ./../../../3g3e.com/ymdx/glog
  9. 3g3e.com/ymdx/lib => ./../../../3g3e.com/ymdx/lib
  10. )
  11. require (
  12. 3g3e.com/rechy/ck.ba.api v0.0.0-00010101000000-000000000000
  13. 3g3e.com/rechy/visdb v0.0.0-00010101000000-000000000000
  14. 3g3e.com/ymdx/config v0.0.0-00010101000000-000000000000
  15. 3g3e.com/ymdx/glog v0.0.0-00010101000000-000000000000
  16. 3g3e.com/ymdx/lib v0.0.0-00010101000000-000000000000
  17. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  18. github.com/gin-gonic/gin v1.10.0
  19. github.com/jmoiron/sqlx v1.4.0
  20. github.com/satori/go.uuid v1.2.0
  21. github.com/takama/daemon v1.0.0
  22. github.com/unknwon/com v1.0.1
  23. golang.org/x/crypto v0.26.0
  24. gorm.io/driver/mysql v1.5.7
  25. gorm.io/gorm v1.25.11
  26. )
  27. require (
  28. filippo.io/edwards25519 v1.1.0 // indirect
  29. github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
  30. github.com/bmatcuk/doublestar/v2 v2.0.4 // indirect
  31. github.com/bytedance/sonic v1.11.6 // indirect
  32. github.com/bytedance/sonic/loader v0.1.1 // indirect
  33. github.com/cloudwego/base64x v0.1.4 // indirect
  34. github.com/cloudwego/iasm v0.2.0 // indirect
  35. github.com/decred/dcrd/dcrec/edwards/v2 v2.0.3 // indirect
  36. github.com/gabriel-vasile/mimetype v1.4.3 // indirect
  37. github.com/gin-contrib/pprof v1.5.0 // indirect
  38. github.com/gin-contrib/sse v0.1.0 // indirect
  39. github.com/go-playground/locales v0.14.1 // indirect
  40. github.com/go-playground/universal-translator v0.18.1 // indirect
  41. github.com/go-playground/validator/v10 v10.20.0 // indirect
  42. github.com/go-sql-driver/mysql v1.8.1 // indirect
  43. github.com/goccy/go-json v0.10.2 // indirect
  44. github.com/gofrs/flock v0.8.1 // indirect
  45. github.com/gookit/color v1.5.2 // indirect
  46. github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
  47. github.com/hunzsig/graphics v0.0.0-20190929035859-45587367f25f // indirect
  48. github.com/jinzhu/inflection v1.0.0 // indirect
  49. github.com/jinzhu/now v1.1.5 // indirect
  50. github.com/json-iterator/go v1.1.12 // indirect
  51. github.com/klauspost/cpuid/v2 v2.2.7 // indirect
  52. github.com/kr/text v0.1.0 // indirect
  53. github.com/leodido/go-urn v1.4.0 // indirect
  54. github.com/mattn/go-isatty v0.0.20 // indirect
  55. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  56. github.com/modern-go/reflect2 v1.0.2 // indirect
  57. github.com/pelletier/go-toml/v2 v2.2.2 // indirect
  58. github.com/rogpeppe/go-internal v1.12.0 // indirect
  59. github.com/smartystreets/assertions v1.1.0 // indirect
  60. github.com/smartystreets/goconvey v1.6.4 // indirect
  61. github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
  62. github.com/ugorji/go/codec v1.2.12 // indirect
  63. github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
  64. golang.org/x/arch v0.8.0 // indirect
  65. golang.org/x/net v0.25.0 // indirect
  66. golang.org/x/sys v0.23.0 // indirect
  67. golang.org/x/text v0.17.0 // indirect
  68. google.golang.org/protobuf v1.34.1 // indirect
  69. gopkg.in/yaml.v2 v2.4.0 // indirect
  70. gopkg.in/yaml.v3 v3.0.1 // indirect
  71. )