Browse Source
Merge pull request #506 from petroav/remove-duplicates-in-readme
readme: remove duplicate repo entries in README and package-list.json
pull/507/head
Steven Allen
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
4 deletions
README.md
package-list.json
@ -179,9 +179,7 @@ List of packages currently in existence for libp2p:
| [`go-msgio` ](//github.com/libp2p/go-msgio ) | [![Travis CI ](https://travis-ci.org/libp2p/go-msgio.svg?branch=master )](https://travis-ci.org/libp2p/go-msgio) | N/A | [![codecov ](https://codecov.io/gh/libp2p/go-msgio/branch/master/graph/badge.svg )](https://codecov.io/gh/libp2p/go-msgio) | length prefixed data channel |
| [`go-addr-util` ](//github.com/libp2p/go-addr-util ) | [![Travis CI ](https://travis-ci.org/libp2p/go-addr-util.svg?branch=master )](https://travis-ci.org/libp2p/go-addr-util) | N/A | [![codecov ](https://codecov.io/gh/libp2p/go-addr-util/branch/master/graph/badge.svg )](https://codecov.io/gh/libp2p/go-addr-util) | address utilities for libp2p swarm |
| [`go-buffer-pool` ](//github.com/libp2p/go-buffer-pool ) | [![Travis CI ](https://travis-ci.org/libp2p/go-buffer-pool.svg?branch=master )](https://travis-ci.org/libp2p/go-buffer-pool) | N/A | [![codecov ](https://codecov.io/gh/libp2p/go-buffer-pool/branch/master/graph/badge.svg )](https://codecov.io/gh/libp2p/go-buffer-pool) | a variable size buffer pool for go |
| [`go-libp2p-loggables` ](//github.com/libp2p/go-libp2p-loggables ) | [![Travis CI ](https://travis-ci.org/libp2p/go-libp2p-loggables.svg?branch=master )](https://travis-ci.org/libp2p/go-libp2p-loggables) | N/A | [![codecov ](https://codecov.io/gh/libp2p/go-libp2p-loggables/branch/master/graph/badge.svg )](https://codecov.io/gh/libp2p/go-libp2p-loggables) | logging helpers |
| [`go-libp2p-routing-helpers` ](//github.com/libp2p/go-libp2p-routing-helpers ) | [![Travis CI ](https://travis-ci.org/libp2p/go-libp2p-routing-helpers.svg?branch=master )](https://travis-ci.org/libp2p/go-libp2p-routing-helpers) | [![jenkins ](https://ci.ipfs.team/buildStatus/icon?job=libp2p/go-libp2p-routing-helpers/master )](https://ci.ipfs.team/job/libp2p/job/go-libp2p-routing-helpers/job/master/) | [![codecov ](https://codecov.io/gh/libp2p/go-libp2p-routing-helpers/branch/master/graph/badge.svg )](https://codecov.io/gh/libp2p/go-libp2p-routing-helpers) | routing helpers |
| [`go-maddr-filter` ](//github.com/libp2p/go-maddr-filter ) | [![Travis CI ](https://travis-ci.org/libp2p/go-maddr-filter.svg?branch=master )](https://travis-ci.org/libp2p/go-maddr-filter) | N/A | [![codecov ](https://codecov.io/gh/libp2p/go-maddr-filter/branch/master/graph/badge.svg )](https://codecov.io/gh/libp2p/go-maddr-filter) | a library to perform filtering of multiaddrs. |
| [`go-reuseport` ](//github.com/libp2p/go-reuseport ) | [![Travis CI ](https://travis-ci.org/libp2p/go-reuseport.svg?branch=master )](https://travis-ci.org/libp2p/go-reuseport) | N/A | [![codecov ](https://codecov.io/gh/libp2p/go-reuseport/branch/master/graph/badge.svg )](https://codecov.io/gh/libp2p/go-reuseport) | enables reuse of addresses |
| [`go-sockaddr` ](//github.com/libp2p/go-sockaddr ) | [![Travis CI ](https://travis-ci.org/libp2p/go-sockaddr.svg?branch=master )](https://travis-ci.org/libp2p/go-sockaddr) | N/A | [![codecov ](https://codecov.io/gh/libp2p/go-sockaddr/branch/master/graph/badge.svg )](https://codecov.io/gh/libp2p/go-sockaddr) | utils for sockaddr conversions |
| [`go-flow-metrics` ](//github.com/libp2p/go-flow-metrics ) | [![Travis CI ](https://travis-ci.org/libp2p/go-flow-metrics.svg?branch=master )](https://travis-ci.org/libp2p/go-flow-metrics) | N/A | [![codecov ](https://codecov.io/gh/libp2p/go-flow-metrics/branch/master/graph/badge.svg )](https://codecov.io/gh/libp2p/go-flow-metrics) | metrics library |
@ -84,9 +84,7 @@
[ "libp2p/go-msgio" , "go-msgio" , "length prefixed data channel" ] ,
[ "libp2p/go-addr-util" , "go-addr-util" , "address utilities for libp2p swarm" ] ,
[ "libp2p/go-buffer-pool" , "go-buffer-pool" , "a variable size buffer pool for go" ] ,
[ "libp2p/go-libp2p-loggables" , "go-libp2p-loggables" , "logging helpers" ] ,
[ "libp2p/go-libp2p-routing-helpers" , "go-libp2p-routing-helpers" , "routing helpers" ] ,
[ "libp2p/go-maddr-filter" , "go-maddr-filter" , "a library to perform filtering of multiaddrs." ] ,
[ "libp2p/go-reuseport" , "go-reuseport" , "enables reuse of addresses" ] ,
[ "libp2p/go-sockaddr" , "go-sockaddr" , "utils for sockaddr conversions" ] ,
[ "libp2p/go-flow-metrics" , "go-flow-metrics" , "metrics library" ] ,