Skip to content

Commit

Permalink
except auth (ref #21507)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 3, 2024
1 parent d72bde6 commit 4022ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Also, any usages of the interfaces `AnyUnpacker` and `UnpackInterfacesMessage` m

#### `**all**`

All modules were spun out into their own `go.mod`. Replace imports by `cosmossdk.io/x/{moduleName}`.
All modules (expect `auth`) were spun out into their own `go.mod`. Replace their imports by `cosmossdk.io/x/{moduleName}`.

##### Core API

Expand Down

0 comments on commit 4022ac6

Please sign in to comment.