diff --git a/config.json b/config.json index 4a8b0115..0a9470a6 100644 --- a/config.json +++ b/config.json @@ -4,6 +4,8 @@ { "target": "filecoin-project/go-hamt-ipld" }, { "target": "filecoin-project/go-indexer-core" }, { "target": "filecoin-project/storetheindex" }, + { "target": "ipfs-shipyard/go-ipfs-desktop" }, + { "target": "ipfs-shipyard/ipfs-counter" }, { "target": "ipfs/go-bitfield" }, { "target": "ipfs/go-bitswap" }, { "target": "ipfs/go-block-format" }, @@ -26,6 +28,7 @@ { "target": "ipfs/go-fetcher" }, { "target": "ipfs/go-filestore" }, { "target": "ipfs/go-fs-lock" }, + { "target": "ipfs/go-hamt-ipld" }, { "target": "ipfs/go-ipfs-blockstore" }, { "target": "ipfs/go-ipfs-blocksutil" }, { "target": "ipfs/go-ipfs-chunker" }, @@ -76,6 +79,7 @@ { "target": "ipld/go-ipld-graphql" }, { "target": "ipld/go-ipld-prime-proto" }, { "target": "ipld/go-ipld-schema" }, + { "target": "ipld/go-ipld-selector-text-lite" }, { "target": "ipld/go-storethehash" }, { "target": "libp2p/go-addr-util" }, { "target": "libp2p/go-buffer-pool" }, @@ -108,6 +112,7 @@ { "target": "libp2p/go-libp2p-peerstore" }, { "target": "libp2p/go-libp2p-pnet" }, { "target": "libp2p/go-libp2p-pubsub-router" }, + { "target": "libp2p/go-libp2p-pubsub-tracer" }, { "target": "libp2p/go-libp2p-quic-transport" }, { "target": "libp2p/go-libp2p-raft" }, { "target": "libp2p/go-libp2p-routing-helpers" }, @@ -131,6 +136,8 @@ { "target": "libp2p/go-ws-transport" }, { "target": "libp2p/go-yamux" }, { "target": "libp2p/hydra-booster" }, + { "target": "multiformats/go-base32" }, + { "target": "multiformats/go-base36" }, { "target": "multiformats/go-multiaddr" }, { "target": "multiformats/go-multiaddr-dns" }, { "target": "multiformats/go-multiaddr-fmt" }, @@ -138,5 +145,6 @@ { "target": "multiformats/go-multicodec" }, { "target": "multiformats/go-multihash" }, { "target": "multiformats/go-multistream" }, - { "target": "multiformats/go-varint" } + { "target": "multiformats/go-varint" }, + { "target": "multiformats/ma-pipe" } ]