Update go-ipld-prime to the era of NodeAssembler. #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps dependencies and updates a few interfaces and package names that have shifted lately.
go mod
did a lot of other things that make very little sense to me -- the two commands I ran werego get github.com/ipld/go-ipld-prime@master
andgo get github.com/ipld/go-ipld-prime-proto@master
, and how that causedgo-ipld-format
to show up in the update effects (it's a test dependency only of a transitive lib, afaict?), or why lots of other things appear in the the 'go.sum' file that are even more distantly (un)related and also get many versions recorded which we haven't actually handled... I... I don't know. Someone may want to sanity check that; it's clear I simply don't understand whygo mod
is trying to do, and probably disagree with it in any case. But tests pass; so, I think the update overall is passable.