We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec0bae commit dbc1418Copy full SHA for dbc1418
docs/docs/migration/v0.22.0.md
@@ -13,7 +13,7 @@ Ignite CLI v0.22.2 changed the GitHub username from "ignite-hq" to "ignite", whi
13
14
2. Make a bulk find and replace in the import statements for `github.com/ignite-hq/cli` to be replaced by `github.com/ignite/cli`.
15
16
-3. Finally run `go mod tidy` and ensure there's no mention if `ignite-hq/cli` in your `go.mod` file.
+3. Finally run `go mod tidy` and ensure there's no mention if `ignite-hq/cli` in your `go.sum` file.
17
18
This update includes an upgrade to the `ibc-go` packages. Please make the according changes:
19
0 commit comments