go.mod 740 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
Marten Seemann's avatar
Marten Seemann committed
12
	github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
13
	github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
14
	github.com/multiformats/go-multiaddr v0.3.1
15
	github.com/multiformats/go-multiaddr-fmt v0.1.0
16 17
	github.com/multiformats/go-multihash v0.0.15 // indirect
	github.com/prometheus/client_golang v1.10.0
18
)
19

20
go 1.15