Skip to content

Commit 4f59c8d

Browse files
authored
chore: remove stale boxo-migrate references from README (#1119)
The `cmd/boxo-migrate` tool was removed in #1113.
1 parent 077caa6 commit 4f59c8d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
- [Is everything related to IPFS in the Go ecosystem in this repo?](#is-everything-related-to-ipfs-in-the-go-ecosystem-in-this-repo)
3131
- [Consuming](#consuming)
3232
- [Getting started](#getting-started)
33-
- [Migrating to Boxo](#migrating-to-boxo)
3433
- [Deprecations and Breaking Changes](#deprecations-and-breaking-changes)
3534
- [Development](#development)
3635
- [Should I add my IPFS component to Boxo?](#should-i-add-my-ipfs-component-to-boxo)
@@ -101,25 +100,6 @@ No. Not everything related to IPFS is intended to be in Boxo. View it as a start
101100

102101
See [examples](./examples/README.md).
103102

104-
If you are migrating to Boxo, see [Migrating to Boxo](#migrating-to-boxo).
105-
106-
### Migrating to Boxo
107-
108-
Many Go modules under github.com/ipfs have moved here. Boxo provides a tool to ease this migration, which does most of the work for you:
109-
110-
* `cd` into the root directory of your module (where the `go.mod` file is)
111-
* Run: `go run github.com/ipfs/boxo/cmd/boxo-migrate@latest update-imports`
112-
* This will upgrade your module to Boxo v0.8.0 and rewrite your import paths
113-
* Run: `go run github.com/ipfs/boxo/cmd/boxo-migrate@latest check-dependencies`
114-
* This will print unmaintained dependencies you still have
115-
* These aren't necessarily an immediate problem, but you should eventually get them out of your dependency graph
116-
117-
This tool only upgrades your module to Boxo v0.8.0, to minimize backwards-incompatible changes. Depending on the versions of IPFS modules before the upgrade, your code may require additional changes to build.
118-
119-
We recommend upgrading to v0.8.0 first, and _then_ upgrading to the latest Boxo release.
120-
121-
If you encounter any challenges, please [open an issue](https://github.com/ipfs/boxo/issues/new/choose) and Boxo maintainers will help you.
122-
123103
### Deprecations and Breaking Changes
124104

125105
See [RELEASE.md](./RELEASE.md).

0 commit comments

Comments
 (0)