Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #106 from protocol/add-more-repos
Browse files Browse the repository at this point in the history
chore: add more repos
  • Loading branch information
marten-seemann committed Jun 2, 2021
2 parents 1554892 + 9a56abf commit 4c61bb9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config.json
Expand Up @@ -6,6 +6,7 @@
{ "target": "ipfs/go-block-format" },
{ "target": "ipfs/go-blockservice" },
{ "target": "ipfs/go-cid" },
{ "target": "ipfs/go-cidutil" },
{ "target": "ipfs/go-detect-race" },
{ "target": "ipfs/go-ds-badger" },
{ "target": "ipfs/go-ds-bitcask" },
Expand All @@ -15,6 +16,7 @@
{ "target": "ipfs/go-ds-pebble" },
{ "target": "ipfs/go-ds-s3" },
{ "target": "ipfs/go-fetcher" },
{ "target": "ipfs/go-filestore" },
{ "target": "ipfs/go-fs-lock" },
{ "target": "ipfs/go-ipfs-blockstore" },
{ "target": "ipfs/go-ipfs-blocksutil" },
Expand All @@ -26,12 +28,15 @@
{ "target": "ipfs/go-ipfs-example-plugin" },
{ "target": "ipfs/go-ipfs-exchange-interface" },
{ "target": "ipfs/go-ipfs-exchange-offline" },
{ "target": "ipfs/go-ipfs-files" },
{ "target": "ipfs/go-ipfs-http-client" },
{ "target": "ipfs/go-ipfs-keystore" },
{ "target": "ipfs/go-ipfs-pinner" },
{ "target": "ipfs/go-ipfs-posinfo" },
{ "target": "ipfs/go-ipfs-pq" },
{ "target": "ipfs/go-ipfs-provider" },
{ "target": "ipfs/go-ipfs-routing" },
{ "target": "ipfs/go-ipfs-util" },
{ "target": "ipfs/go-ipld-format" },
{ "target": "ipfs/go-ipld-git" },
{ "target": "ipfs/go-ipld-legacy" },
Expand All @@ -43,9 +48,11 @@
{ "target": "ipfs/go-namesys" },
{ "target": "ipfs/go-path" },
{ "target": "ipfs/go-todocounter" },
{ "target": "ipfs/go-unixfs" },
{ "target": "ipfs/go-unixfsnode" },
{ "target": "ipfs/go-verifcid" },
{ "target": "ipfs/hang-fds" },
{ "target": "ipfs/interface-go-ipfs-core" },
{ "target": "ipfs/ipfs-ds-convert" },
{ "target": "ipfs/ipfs-update" },
{ "target": "ipld/go-car" },
Expand Down Expand Up @@ -94,11 +101,13 @@
{ "target": "libp2p/go-stream-muxer-multistream" },
{ "target": "libp2p/go-tcp-transport" },
{ "target": "libp2p/go-yamux" },
{ "target": "libp2p/hydra-booster" },
{ "target": "multiformats/go-multiaddr" },
{ "target": "multiformats/go-multiaddr-dns" },
{ "target": "multiformats/go-multiaddr-fmt" },
{ "target": "multiformats/go-multibase" },
{ "target": "multiformats/go-multicodec" },
{ "target": "multiformats/go-multihash" },
{ "target": "multiformats/go-multistream" },
{ "target": "multiformats/go-varint" }
]

0 comments on commit 4c61bb9

Please sign in to comment.