<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for opening an issue! ✰ v Before smashing the submit button please review the template. v Please also ensure that this is not a duplicate issue :) ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> <!-- IMPORTANT: Prior to opening a bug report, check if it affects one of the core modules and if its elegible for a bug bounty on `SECURITY.md`. Bugs that are not submitted through the appropriate channels won't receive any bounty. --> ## Summary of Refactor Remove this line https://github.com/cosmos/cosmos-sdk/blob/5b1a14c9c1e39b52a468a81ac997d9ed412ea2f8/go.mod#L132 ## Version After https://github.com/cosmos/cosmos-sdk/pull/10401 ## Proposal - Wait for all the SDK's dependencies that use gin-gonic/gin to update to >=v1.7.0 - Remove the above line - Make sure there's no mention of gin-gonic/gin<1.7.0 in go.sum ____ ## For Admin Use - [ ] Not duplicate issue - [ ] Appropriate labels applied - [ ] Appropriate contributors tagged - [ ] Contributor assigned/self-assigned
Summary of Refactor
Remove this line
cosmos-sdk/go.mod
Line 132 in 5b1a14c
Version
After #10401
Proposal
For Admin Use