From 0e1e15665266d1a689ccd62e857ce428f8aa8ed9 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 9 Jan 2020 20:52:35 -0800 Subject: [PATCH] Added badger based datastore for IPFS --- data/ecosystems/i/ipfs.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/i/ipfs.toml b/data/ecosystems/i/ipfs.toml index 5de4cfe3..2d710e0d 100644 --- a/data/ecosystems/i/ipfs.toml +++ b/data/ecosystems/i/ipfs.toml @@ -207,6 +207,9 @@ url = "https://github.com/ipfs/go-dnslink" [[repo]] url = "https://github.com/ipfs/go-ds-badger" +[[repo]] +url = "https://github.com/ipfs/go-ds-badger2" + [[repo]] url = "https://github.com/ipfs/go-ds-bench"