cloudwego / hertz

Go HTTP framework with high-performance and strong-extensibility for building micro-services.
https://www.cloudwego.io
Apache License 2.0
5.12k stars 496 forks source link

大哥们 github.com/cloudwego/iasm/x86_64 这个包都没有了 升级go mod 不过 #1092

Closed jjjachyty closed 4 months ago

jjjachyty commented 4 months ago

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Hertz version:

0.8.1

Environment:

The output of go env.

Additional context

Add any other context about the problem here.

jjjachyty commented 4 months ago
 github.com/cloudwego/hertz/pkg/app imports
    github.com/cloudwego/hertz/pkg/app/server/binding imports
    github.com/cloudwego/hertz/pkg/app/server/binding/internal/decoder imports
    github.com/bytedance/sonic imports
    github.com/bytedance/sonic/ast imports
    github.com/cloudwego/base64x imports
    github.com/bytedance/sonic/loader imports
    github.com/bytedance/sonic/internal/abi imports
    github.com/cloudwego/iasm/x86_64: module github.com/cloudwego/iasm@latest found (v0.1.0), but does not contain package github.com/cloudwego/iasm/x86_64
li-jin-gou commented 4 months ago

@jjjachyty 我们看下,感谢反馈

felix021 commented 4 months ago

You can fix it this by:

go get github.com/cloudwego/iasm@v0.0.9

Details in https://github.com/cloudwego/kitex/issues/1319