From 95d5f64a30201b5e9fab89a2e71b64f834534824 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 12 Jan 2020 09:02:18 -0800 Subject: [PATCH] Added more Filecoin component repos --- data/ecosystems/f/filecoin.toml | 39 +++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/data/ecosystems/f/filecoin.toml b/data/ecosystems/f/filecoin.toml index 4ce0337f..096ad8e1 100644 --- a/data/ecosystems/f/filecoin.toml +++ b/data/ecosystems/f/filecoin.toml @@ -75,15 +75,33 @@ url = "https://github.com/filecoin-project/filecoin-network-viz" [[repo]] url = "https://github.com/filecoin-project/FIPs" +[[repo]] +url = "https://github.com/filecoin-project/go-address" + [[repo]] url = "https://github.com/filecoin-project/go-amt-ipld" [[repo]] url = "https://github.com/filecoin-project/go-bls-sigs" +[[repo]] +url = "https://github.com/filecoin-project/go-cbor-util" + +[[repo]] +url = "https://github.com/filecoin-project/go-crypto" + +[[repo]] +url = "https://github.com/filecoin-project/go-data-transfer" + +[[repo]] +url = "https://github.com/filecoin-project/go-fil-components" + [[repo]] url = "https://github.com/filecoin-project/go-fil-filestore" +[[repo]] +url = "https://github.com/filecoin-project/go-fil-markets" + [[repo]] url = "https://github.com/filecoin-project/go-fil-proofs" @@ -102,9 +120,27 @@ url = "https://github.com/filecoin-project/go-ipld-cbor" [[repo]] url = "https://github.com/filecoin-project/go-leb128" +[[repo]] +url = "https://github.com/filecoin-project/go-paramfetch" + +[[repo]] +url = "https://github.com/filecoin-project/go-retrieval-market-project" + [[repo]] url = "https://github.com/filecoin-project/go-sectorbuilder" +[[repo]] +url = "https://github.com/filecoin-project/go-shared-types" + +[[repo]] +url = "https://github.com/filecoin-project/go-statestore" + +[[repo]] +url = "https://github.com/filecoin-project/go-storage-miner" + +[[repo]] +url = "https://github.com/filecoin-project/go-storage-mining" + [[repo]] url = "https://github.com/filecoin-project/group" @@ -123,6 +159,9 @@ url = "https://github.com/filecoin-project/lua-filecoin" [[repo]] url = "https://github.com/filecoin-project/merkle_light" +[[repo]] +url = "https://github.com/filecoin-project/neptune" + [[repo]] url = "https://github.com/filecoin-project/node-http-api"