mirror of
https://github.com/libp2p/go-libp2p.git
synced 2025-09-26 20:21:26 +08:00
docs: remove deprecated packages
This commit is contained in:
26
README.md
26
README.md
@@ -87,7 +87,7 @@ Examples can be found in the [examples repo](https://github.com/libp2p/go-libp2p
|
||||
|
||||
While developing, you may need to make changes to several modules at once, or you may want changes made locally in one module to be available for import by another.
|
||||
|
||||
The [go-libp2p workspace](https://github.com/libp2p/workspace-go-libp2p) provides a developer-oriented view of the modules that comprise go-libp2p.
|
||||
The [go-libp2p workspace](https://github.com/libp2p/workspace-go-libp2p) provides a developer-oriented view of the modules that comprise go-libp2p.
|
||||
|
||||
Using the tooling in the workspace repository, you can checkout all of go-libp2p's module repos and enter "local mode", which adds [replace directives](https://github.com/golang/go/wiki/Modules#gomod) to the go.mod files in each local working copy. When you build locally, the libp2p depdendencies will be resolved from your local working copies.
|
||||
|
||||
@@ -109,7 +109,7 @@ If you experience any issues migrating from gx to gomod, please [join the discus
|
||||
|
||||
### Tests
|
||||
|
||||
`go test ./...` will run all tests in the repo.
|
||||
`go test ./...` will run all tests in the repo.
|
||||
|
||||
### Packages
|
||||
|
||||
@@ -178,28 +178,6 @@ List of packages currently in existence for libp2p:
|
||||
| **Testing and examples** |
|
||||
| [`go-libp2p-testing`](//github.com/libp2p/go-libp2p-testing) | [](https://travis-ci.com/libp2p/go-libp2p-testing) | [](https://codecov.io/gh/libp2p/go-libp2p-testing) | a collection of testing utilities for libp2p |
|
||||
| [`go-libp2p-examples`](//github.com/libp2p/go-libp2p-examples) | [](https://travis-ci.com/libp2p/go-libp2p-examples) | [](https://codecov.io/gh/libp2p/go-libp2p-examples) | go-libp2p examples and tutorials |
|
||||
| **Deprecated** |
|
||||
| [`go-conn-security`](//github.com/libp2p/go-conn-security) | [](https://travis-ci.com/libp2p/go-conn-security) | [](https://codecov.io/gh/libp2p/go-conn-security) | absorbed into go-libp2p-core |
|
||||
| [`go-peerstream`](//github.com/libp2p/go-peerstream) | [](https://travis-ci.com/libp2p/go-peerstream) | [](https://codecov.io/gh/libp2p/go-peerstream) | early work that informed libp2p design |
|
||||
| [`go-stream-muxer`](//github.com/libp2p/go-stream-muxer) | [](https://travis-ci.com/libp2p/go-stream-muxer) | [](https://codecov.io/gh/libp2p/go-stream-muxer) | absorbed into go-libp2p-core |
|
||||
| [`go-testutil`](//github.com/libp2p/go-testutil) | [](https://travis-ci.com/libp2p/go-testutil) | [](https://codecov.io/gh/libp2p/go-testutil) | replaced by go-libp2p-testing |
|
||||
| [`go-libp2p-circuit-progs`](//github.com/libp2p/go-libp2p-circuit-progs) | [](https://travis-ci.com/libp2p/go-libp2p-circuit-progs) | [](https://codecov.io/gh/libp2p/go-libp2p-circuit-progs) | testing programs for go-libp2p-circuit |
|
||||
| [`go-libp2p-crypto`](//github.com/libp2p/go-libp2p-crypto) | [](https://travis-ci.com/libp2p/go-libp2p-crypto) | [](https://codecov.io/gh/libp2p/go-libp2p-crypto) | absorbed into go-libp2p-core |
|
||||
| [`go-libp2p-conn`](//github.com/libp2p/go-libp2p-conn) | [](https://travis-ci.com/libp2p/go-libp2p-conn) | [](https://codecov.io/gh/libp2p/go-libp2p-conn) | replaced by go-libp2p-swarm and go-libp2p-transport-upgrader |
|
||||
| [`go-libp2p-discovery`](//github.com/libp2p/go-libp2p-discovery) | [](https://travis-ci.com/libp2p/go-libp2p-discovery) | [](https://codecov.io/gh/libp2p/go-libp2p-discovery) | absorbed into go-libp2p-core |
|
||||
| [`go-libp2p-dummy-conn`](//github.com/libp2p/go-libp2p-dummy-conn) | [](https://travis-ci.com/libp2p/go-libp2p-dummy-conn) | [](https://codecov.io/gh/libp2p/go-libp2p-dummy-conn) | implempentation of deprecated interface |
|
||||
| [`go-libp2p-host`](//github.com/libp2p/go-libp2p-host) | [](https://travis-ci.com/libp2p/go-libp2p-host) | [](https://codecov.io/gh/libp2p/go-libp2p-host) | absorbed into go-libp2p-core |
|
||||
| [`go-libp2p-identify`](//github.com/libp2p/go-libp2p-identify) | [](https://travis-ci.com/libp2p/go-libp2p-identify) | [](https://codecov.io/gh/libp2p/go-libp2p-identify) | moved to go-libp2p |
|
||||
| [`go-libp2p-interface-conn`](//github.com/libp2p/go-libp2p-interface-conn) | [](https://travis-ci.com/libp2p/go-libp2p-interface-conn) | [](https://codecov.io/gh/libp2p/go-libp2p-interface-conn) | absorbed into go-libp2p-core |
|
||||
| [`go-libp2p-interface-connmgr`](//github.com/libp2p/go-libp2p-interface-connmgr) | [](https://travis-ci.com/libp2p/go-libp2p-interface-connmgr) | [](https://codecov.io/gh/libp2p/go-libp2p-interface-connmgr) | absorbed into go-libp2p-core |
|
||||
| [`go-libp2p-interface-pnet`](//github.com/libp2p/go-libp2p-interface-pnet) | [](https://travis-ci.com/libp2p/go-libp2p-interface-pnet) | [](https://codecov.io/gh/libp2p/go-libp2p-interface-pnet) | absorbed into go-libp2p-core |
|
||||
| [`go-libp2p-metrics`](//github.com/libp2p/go-libp2p-metrics) | [](https://travis-ci.com/libp2p/go-libp2p-metrics) | [](https://codecov.io/gh/libp2p/go-libp2p-metrics) | absorbed into go-libp2p-core |
|
||||
| [`go-libp2p-net`](//github.com/libp2p/go-libp2p-net) | [](https://travis-ci.com/libp2p/go-libp2p-net) | [](https://codecov.io/gh/libp2p/go-libp2p-net) | absorbed into go-libp2p-core |
|
||||
| [`go-libp2p-peer`](//github.com/libp2p/go-libp2p-peer) | [](https://travis-ci.com/libp2p/go-libp2p-peer) | [](https://codecov.io/gh/libp2p/go-libp2p-peer) | absorbed into go-libp2p-core |
|
||||
| [`go-libp2p-ping`](//github.com/libp2p/go-libp2p-ping) | [](https://travis-ci.com/libp2p/go-libp2p-ping) | [](https://codecov.io/gh/libp2p/go-libp2p-ping) | moved to go-libp2p |
|
||||
| [`go-libp2p-protocol`](//github.com/libp2p/go-libp2p-protocol) | [](https://travis-ci.com/libp2p/go-libp2p-protocol) | [](https://codecov.io/gh/libp2p/go-libp2p-protocol) | absorbed into go-libp2p-core |
|
||||
| [`go-libp2p-transport`](//github.com/libp2p/go-libp2p-transport) | [](https://travis-ci.com/libp2p/go-libp2p-transport) | [](https://codecov.io/gh/libp2p/go-libp2p-transport) | absorbed into go-libp2p-core |
|
||||
|
||||
|
||||
# Contribute
|
||||
|
||||
|
@@ -78,28 +78,6 @@
|
||||
|
||||
"Testing and examples",
|
||||
["libp2p/go-libp2p-testing", "go-libp2p-testing", "a collection of testing utilities for libp2p"],
|
||||
["libp2p/go-libp2p-examples", "go-libp2p-examples", "go-libp2p examples and tutorials"],
|
||||
|
||||
"Deprecated",
|
||||
["libp2p/go-conn-security", "go-conn-security", "absorbed into go-libp2p-core"],
|
||||
["libp2p/go-peerstream", "go-peerstream", "early work that informed libp2p design"],
|
||||
["libp2p/go-stream-muxer", "go-stream-muxer", "absorbed into go-libp2p-core"],
|
||||
["libp2p/go-testutil", "go-testutil", "replaced by go-libp2p-testing"],
|
||||
["libp2p/go-libp2p-circuit-progs", "go-libp2p-circuit-progs", "testing programs for go-libp2p-circuit"],
|
||||
["libp2p/go-libp2p-crypto", "go-libp2p-crypto", "absorbed into go-libp2p-core"],
|
||||
["libp2p/go-libp2p-conn", "go-libp2p-conn", "replaced by go-libp2p-swarm and go-libp2p-transport-upgrader"],
|
||||
["libp2p/go-libp2p-discovery", "go-libp2p-discovery", "absorbed into go-libp2p-core"],
|
||||
["libp2p/go-libp2p-dummy-conn", "go-libp2p-dummy-conn", "implempentation of deprecated interface"],
|
||||
["libp2p/go-libp2p-host", "go-libp2p-host", "absorbed into go-libp2p-core"],
|
||||
["libp2p/go-libp2p-identify", "go-libp2p-identify", "moved to go-libp2p"],
|
||||
["libp2p/go-libp2p-interface-conn", "go-libp2p-interface-conn", "absorbed into go-libp2p-core"],
|
||||
["libp2p/go-libp2p-interface-connmgr", "go-libp2p-interface-connmgr", "absorbed into go-libp2p-core"],
|
||||
["libp2p/go-libp2p-interface-pnet", "go-libp2p-interface-pnet", "absorbed into go-libp2p-core"],
|
||||
["libp2p/go-libp2p-metrics", "go-libp2p-metrics", "absorbed into go-libp2p-core"],
|
||||
["libp2p/go-libp2p-net", "go-libp2p-net", "absorbed into go-libp2p-core"],
|
||||
["libp2p/go-libp2p-peer", "go-libp2p-peer", "absorbed into go-libp2p-core"],
|
||||
["libp2p/go-libp2p-ping", "go-libp2p-ping", "moved to go-libp2p"],
|
||||
["libp2p/go-libp2p-protocol", "go-libp2p-protocol", "absorbed into go-libp2p-core"],
|
||||
["libp2p/go-libp2p-transport", "go-libp2p-transport", "absorbed into go-libp2p-core"]
|
||||
["libp2p/go-libp2p-examples", "go-libp2p-examples", "go-libp2p examples and tutorials"]
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user