File tree 2 files changed +2
-2
lines changed
docs/build/building-apps/upgrades
versioned_docs/version-0.52/build/building-apps/upgrades 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ plugins:
213
213
214
214
### Refactor Module Imports to cosmossdk.io/x/
215
215
216
- All modules except auth have been split into their own go.mod and are imported via cosmossdk.io/x/<mod >.
216
+ All modules except auth have been split into their own go.mod and are imported via ` cosmossdk.io/x/<mod> ` .
217
217
218
218
219
219
* Replace import paths from github.com/cosmos/cosmos-sdk/x/{moduleName} to cosmossdk.io/x/{moduleName}.
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ plugins:
213
213
214
214
### Refactor Module Imports to cosmossdk.io/x/
215
215
216
- All modules except auth have been split into their own go.mod and are imported via cosmossdk.io/x/<mod >.
216
+ All modules except auth have been split into their own go.mod and are imported via ` cosmossdk.io/x/<mod> ` .
217
217
218
218
219
219
* Replace import paths from github.com/cosmos/cosmos-sdk/x/{moduleName} to cosmossdk.io/x/{moduleName}.
You can’t perform that action at this time.
0 commit comments