File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/build/building-apps/upgrades
versioned_docs/version-0.52/build/building-apps/upgrades Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ plugins:
213213
214214### Refactor Module Imports to cosmossdk.io/x/
215215
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> ` .
217217
218218
219219* 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:
213213
214214### Refactor Module Imports to cosmossdk.io/x/
215215
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> ` .
217217
218218
219219* 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