protobook: support removing protocols. (#84)

This commit is contained in:
Raúl Kripalani
2019-06-19 23:53:07 +01:00
committed by GitHub
parent 243fc72921
commit 3d3a10dd54
5 changed files with 97 additions and 16 deletions

6
go.mod
View File

@@ -8,11 +8,11 @@ require (
github.com/ipfs/go-ds-leveldb v0.0.1
github.com/ipfs/go-log v0.0.1
github.com/libp2p/go-buffer-pool v0.0.1
github.com/libp2p/go-libp2p-core v0.0.1
github.com/libp2p/go-libp2p-core v0.0.4-0.20190619204014-202f030db8de
github.com/multiformats/go-base32 v0.0.3
github.com/multiformats/go-multiaddr v0.0.2
github.com/multiformats/go-multiaddr v0.0.4
github.com/multiformats/go-multiaddr-net v0.0.1
github.com/multiformats/go-multihash v0.0.1
github.com/multiformats/go-multihash v0.0.5
github.com/pkg/errors v0.8.1
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
github.com/whyrusleeping/mafmt v1.2.8