Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go: github.com/chenzhuoyu/iasm@v0.9.0: invalid version: unknown revision v0.9.0 #50

Open
Gamawn opened this issue Oct 5, 2024 · 4 comments

Comments

@Gamawn
Copy link

Gamawn commented Oct 5, 2024

Problem: go: github.com/chenzhuoyu/iasm@v0.9.0: invalid version: unknown revision v0.9.0
Solution: upgrade version of GIN

@jamietanna
Copy link
Member

https://pkg.go.dev/github.com/chenzhuoyu/iasm@v0.9.0 indicates that it should still be there 🤔

@danbai225
Copy link

He has deleted the tags on GitHub

@borod108
Copy link

Hi!
We are using runtime in our project, got go mod tidy to finally work, however there is still
this indirect dependency
Which makes go list -m all fail, which makes IDEs sad :(
Any plans of fixing this?

@pocj8ur4in
Copy link

Hi! We are using runtime in our project, got go mod tidy to finally work, however there is still this indirect dependency Which makes go list -m all fail, which makes IDEs sad :( Any plans of fixing this?

borod108
Due to time constraints, I temporarily replaced the module path using 'replace' for the migrated module on my own works. However, this is just a temporary solution, and will need to address this change in the future.
replace github.com/chenzhuoyu/iasm v0.9.0 => github.com/cloudwego/iasm v0.2.0

It seems that work is being done in #51!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants