Skip to content

go: github.com/chenzhuoyu/[email protected]: invalid version: unknown revision v0.9.0 #50

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

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

Comments

@Gamawn
Copy link

Gamawn commented Oct 5, 2024

Problem: go: github.com/chenzhuoyu/[email protected]: invalid version: unknown revision v0.9.0
Solution: upgrade version of GIN

@jamietanna
Copy link
Member

https://pkg.go.dev/github.com/chenzhuoyu/[email protected] 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!

ron96G added a commit to telekom/controlplane-mono that referenced this issue May 14, 2025
ron96G added a commit to telekom/controlplane-mono that referenced this issue May 15, 2025
* fix(deps): removed sonic from deps

* ci(workflow): correct action tag

* ci(workflow): correct action tag

* fix(deps): replace unmaintained chenzhuoyu/iasm

see oapi-codegen/runtime#50

* ci(ko): fixed build path

* fix(ort): added path exclusion to ort-config

* fix(ort): correct indentation

* this should be blocked

* this should be blocked

* this should be blocked

* this should be blocked

* removed test secrets

* ci: bump action version

* ci(ort): fixing exclusion paths

* ci(ort): added local ort-config

* ci(ort): added artifactory config
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