go.mod 805 Bytes
Newer Older
1 2 3
module github.com/libp2p/go-tcp-transport

require (
Steven Allen's avatar
Steven Allen committed
4 5 6
	github.com/ipfs/go-log v1.0.3
	github.com/libp2p/go-libp2p-core v0.5.1
	github.com/libp2p/go-libp2p-mplex v0.2.3
7
	github.com/libp2p/go-libp2p-testing v0.1.1
Steven Allen's avatar
Steven Allen committed
8
	github.com/libp2p/go-libp2p-transport-upgrader v0.2.0
9
	github.com/libp2p/go-netroute v0.1.5 // indirect
Will Scott's avatar
Will Scott committed
10 11
	github.com/libp2p/go-reuseport v0.0.2
	github.com/libp2p/go-reuseport-transport v0.0.4
12 13 14
	github.com/mikioh/tcp v0.0.0-20190314235350-803a9b46060c
	github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
	github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
15
	github.com/multiformats/go-multiaddr v0.3.1
16
	github.com/multiformats/go-multiaddr-fmt v0.1.0
17 18
	github.com/multiformats/go-multihash v0.0.15 // indirect
	github.com/prometheus/client_golang v1.10.0
19
)
20 21

go 1.12