Merge pull request #42 from libp2p/feat/plaintext-2
Use new constructor for insecure transport in tests
Showing
... | ... | @@ -2,7 +2,7 @@ module github.com/libp2p/go-tcp-transport |
require ( | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/libp2p/go-libp2p-core v0.0.1 | ||
github.com/libp2p/go-libp2p-core v0.2.0 | ||
github.com/libp2p/go-libp2p-mplex v0.2.1 | ||
github.com/libp2p/go-libp2p-testing v0.0.3 | ||
github.com/libp2p/go-libp2p-transport-upgrader v0.1.1 | ||
... | ... | @@ -11,5 +11,4 @@ require ( |
github.com/multiformats/go-multiaddr v0.0.4 | ||
github.com/multiformats/go-multiaddr-fmt v0.0.1 | ||
github.com/multiformats/go-multiaddr-net v0.0.1 | ||
github.com/multiformats/go-multihash v0.0.5 // indirect | ||
) |
Please register or sign in to comment