gin icon indicating copy to clipboard operation
gin copied to clipboard

sonic新版调整了代码,导致gin运行错误

Open dtapps opened this issue 11 months ago • 1 comments

  • With issues:
    • Use the search tool before opening a new issue.
    • Please provide source code and commit sha if you found a bug.
    • Review existing issues and provide feedback or react to them.

Description

sonic新版调整了代码,导致gin运行错误

xxx/api/cmd/api_gin imports github.com/gin-gonic/gin imports github.com/gin-gonic/gin/internal/json imports github.com/bytedance/sonic imports github.com/bytedance/sonic/internal/rt: module github.com/bytedance/sonic@latest found (v1.12.7), but does not contain package github.com/bytedance/sonic/internal/rt

Environment

  • go version: go1.23.4 darwin/arm64
  • gin version: v1.10.0 // indirect
  • sonic version: v1.12.7 // indirect
  • sonic /loader: v0.2.2 // indirect

dtapps avatar Jan 08 '25 08:01 dtapps

Hello @dtapps, your problem isn't obvious to me. Could you please share a minimal reproducible example so others can reproduce your issue and investigate it?

pscheid92 avatar Jan 11 '25 09:01 pscheid92