|
30 | 30 | - [Is everything related to IPFS in the Go ecosystem in this repo?](#is-everything-related-to-ipfs-in-the-go-ecosystem-in-this-repo) |
31 | 31 | - [Consuming](#consuming) |
32 | 32 | - [Getting started](#getting-started) |
33 | | - - [Migrating to Boxo](#migrating-to-boxo) |
34 | 33 | - [Deprecations and Breaking Changes](#deprecations-and-breaking-changes) |
35 | 34 | - [Development](#development) |
36 | 35 | - [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 |
101 | 100 |
|
102 | 101 | See [examples](./examples/README.md). |
103 | 102 |
|
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 | | - |
123 | 103 | ### Deprecations and Breaking Changes |
124 | 104 |
|
125 | 105 | See [RELEASE.md](./RELEASE.md). |
|
0 commit comments