switch from github.com/libp2p/go-reuseport-transport to p2p/net/reuseport
This commit is contained in:
parent
def3c71f4f
commit
3b98536d2d
1
go.mod
1
go.mod
|
@ -30,7 +30,6 @@ require (
|
|||
github.com/libp2p/go-msgio v0.2.0
|
||||
github.com/libp2p/go-netroute v0.2.0
|
||||
github.com/libp2p/go-reuseport v0.1.0
|
||||
github.com/libp2p/go-reuseport-transport v0.1.0
|
||||
github.com/libp2p/go-stream-muxer-multistream v0.4.0
|
||||
github.com/libp2p/go-yamux/v3 v3.1.1
|
||||
github.com/libp2p/zeroconf/v2 v2.1.1
|
||||
|
|
|
@ -9,12 +9,12 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
rtpt "github.com/libp2p/go-libp2p/p2p/net/reuseport"
|
||||
|
||||
"github.com/libp2p/go-libp2p-core/network"
|
||||
"github.com/libp2p/go-libp2p-core/peer"
|
||||
"github.com/libp2p/go-libp2p-core/transport"
|
||||
|
||||
rtpt "github.com/libp2p/go-reuseport-transport"
|
||||
|
||||
logging "github.com/ipfs/go-log/v2"
|
||||
ma "github.com/multiformats/go-multiaddr"
|
||||
mafmt "github.com/multiformats/go-multiaddr-fmt"
|
||||
|
|
Loading…
Reference in New Issue