Update go-netroute and go-reuseport for Plan 9 support
Showing
... | ... | @@ -2,8 +2,8 @@ module github.com/libp2p/go-reuseport-transport |
require ( | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/libp2p/go-netroute v0.1.2 | ||
github.com/libp2p/go-reuseport v0.0.1 | ||
github.com/libp2p/go-netroute v0.1.3 | ||
github.com/libp2p/go-reuseport v0.0.2 | ||
github.com/multiformats/go-multiaddr v0.2.1 | ||
github.com/multiformats/go-multiaddr-net v0.1.3 | ||
) | ||
... | ... |
Please register or sign in to comment