From f4a5afa1482a1f600e0b7e33cbf6f800857da980 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Mon, 28 Aug 2023 15:27:19 +1000 Subject: [PATCH] Add ipfs/go-block-format back to uci --- configs/go.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/go.json b/configs/go.json index feb45c1e..39599a9d 100644 --- a/configs/go.json +++ b/configs/go.json @@ -137,6 +137,9 @@ { "target": "ipfs/go-bitfield" }, + { + "target": "ipfs/go-block-format" + }, { "target": "ipfs/go-bs-sqlite3" },