fix build on go 1.17 and later: panic: qtls.ClientHelloInfo doesn't match #163
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.
fix #156
fix #157
fix #122
this (patching
vendor/
) is the simple wayand it works = both forward and reverse migrations finish without error
currently, migrations work from version 7 to 12
7-to-6 fails
fs-repo-migrations/fs-repo-6-to-7/gx/ipfs/QmaPbCnUMBohSGo3KnxEa2bHqyJVVeEEcwtqJAYxerieBo/go-libp2p-crypto/ed25519.go
Line 122 in 6c9f7fc
i also tried the hard way, trying to update the
quic-go
dependency, but failedi am aware that migration is rarely needed
but at the same time, its silly to not support such a trivial operation