-
Notifications
You must be signed in to change notification settings - Fork 7
Conversation
@@ -3,13 +3,13 @@ module github.com/ipfs/go-filestore | |||
go 1.12 | |||
|
|||
require ( | |||
github.com/gogo/protobuf v1.3.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just FYI these are upgraded by go mod tidy
(it upgrades protobuf, go-cid, go-blockformat)
I don't quite think this one is complete, I get these errors when updating to this commit:
|
@whyrusleeping your PR will live in another castle. This is for the v0 filestore, you will be using the v1 filestore. There will be a duplicate of this PR against the v1 filestore. Reminder: the v0/v1 filestore business is basically due to go-ipfs not having completed ipfs/kubo#6815 yet (it's the only item scheduled for the v0.12.0 release). This means repos such as: go-ipfs-blockstore, go-ipfs-ds-help and go-filestore currently have multiple versions (v0 used by go-ipfs, v1 used by hopefully anyone who hasn't been weighed down by needing to migrate their data). |
1dfaa94
to
b88abbb
Compare
b88abbb
to
7bbe564
Compare
No description provided.