-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
github.com/gogo/protobuf version 1.3.3 Not avaailable #8469
Comments
Please see Line 62 in 034d140
|
Unfortunately we can't make updates upstream because gogo protobuf is unmaintained so we needed to fork. |
If you are still experiencing issues, please ask in the discord. |
facing the same issue when i am tring to run |
Please see #8469 (comment) |
I still have this problem. |
can you link to your go mod? |
I think we should just update the go module path for the regen fork so we don't need a replace directive |
I'm experiencing the same issue with Error:
|
please place this at the bottom of your go.mod. If you have a link that is better, generally people won't download something like this and shouldn't. |
There you go, this is my
|
this looks right, what error comes from this? Also this is a go.mod of the cosmos/cosmos-sdk. Do you have a link to your app? |
I'm just trying to follow this: https://docs.cosmos.network/master/run-node/interact-node.html#programmatically-via-go This error comes from running: go get github.com/cosmos/cosmos-sdk The error is
|
+1000. You can't rely upon (or expect) your consumers to add specific |
@TWVyY3VyaW8K I'm trying to install cosmovisor the same way and having similar issues. I'm clean in a docker file no go.mod just trying to install it with go get. RUN go get github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor |
run go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/[email protected] instead. v1.1.0 needs to be built from source |
This ticket should not have been closed. Please do not require people using this to have obscure |
we are aware and have other issues mentioning this. Robert mentioned Regen is working towards fixing this |
My experience is that after following this comment #8469 (comment), I was able to add all the dependencies correctly, by leveraging However, I bumped into another issue:
To resolves this one, I need to add |
One of my private libraries uses the My go.mod file is like
The error I am facing during the
Is there any suggestion please? |
Where is the ticket that is tracking this? |
We've migrated to cosmos/gogoproto in v0.47. This is our own fork of gogo/protobuf with multiples bugfixes. v0.47 chains won't need the replace tag (See the UPGRADING.md) |
Please keep this ticket open until it is resolved, and note which version it is resolved in. |
This ticket is resolved but didn't precise a PR, but here it is: #13070. |
Again, this should stay open IMO until 0.47 is actually tagged and released. |
No, this isn't how we manage issues. But thanks for having linked the issue above. |
Understood. v0.47.0-alpha1 fixes our issue. |
@peterbourgon I loved your Go + Microservices presentation at Golan UK conference - it made me switch from Python to Go. v0.47.0-alpha1 worked for me as well |
Trying to install v0.47.3 but getting the same error. I have this in in my replace (
github.com/cosmos/cosmos-sdk => github.com/rollkit/cosmos-sdk v0.47.3-rollkit-v0.10.1-no-fraud-proofs
) Running
Is this due to Rollkit? I was able to fix this by using the |
Hi! |
There is wrong version of gogo/protobuf in the go.mod file.
go mod throws this error:
go: github.com/cosmos/[email protected] requires
github.com/gogo/[email protected]: reading github.com/gogo/protobuf/go.mod at revision v1.3.3: unknown revision v1.3.3
Version 0.40.1
Simply run "go mod tidy"
For Admin Use
The text was updated successfully, but these errors were encountered: