fix(reflection): Fix gogoproto import paths#14838
Conversation
tools/confix/go.mod
Outdated
| github.com/cosmos/go-bip39 v1.0.0 // indirect | ||
| github.com/cosmos/gogogateway v1.2.0 // indirect | ||
| github.com/cosmos/gogoproto v1.4.3 // indirect | ||
| github.com/cosmos/gogoproto v1.4.4 // indirect |
There was a problem hiding this comment.
https://github.com/cosmos/cosmos-sdk/actions/runs/4047744533/jobs/6962151076
I think our script go mod update all is fundamentally broken, as it updates all the dependencies, regardless if they are actually needed or not.
Here, for instance, we use 0.47-rc1 so it should not have updated this to v1.4.4 (as there is no reason to)
There was a problem hiding this comment.
Do you have a recommendation for this PR? Bumping all to v1.4.4 seems to break some tests (like confix).
I reverted all of the bumps, then only bumped to v1.4.4 the ones that don't depend on cosmos-sdk@v.047-rc1 (e.g. root, store, api), then ./scripts/go-mod-tidy-all. And committed the result.
In any case, the cleanest way might be to tag rc2 after this PR, and bump every remaining module to rc2+v1.4.4
There was a problem hiding this comment.
Yes, makes sense. Before rc2, I think we need to, though: #14818
There was a problem hiding this comment.
Sounds good, I'll let you decide when's the best time to tag rc2
…smos-sdk into am/14713-fix-invalid-fds
(cherry picked from commit d0a5bd1) # Conflicts: # api/go.mod # api/go.sum # go.mod # store/go.mod # store/go.sum # tests/go.mod # x/circuit/go.mod # x/circuit/go.sum # x/evidence/go.mod # x/evidence/go.sum # x/feegrant/go.mod # x/feegrant/go.sum # x/nft/go.mod # x/nft/go.sum # x/upgrade/go.mod # x/upgrade/go.sum
Description
Closes: #14713
Depends on:
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!to the type prefix if API or client breaking changeCHANGELOG.mdReviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!in the type prefix if API or client breaking change