Merge pull request #16 from libp2p/feat/use-libp2p-go-nat
switch to libp2p's go-nat fork
Showing
module github.com/libp2p/go-libp2p-nat | ||
require ( | ||
github.com/fd/go-nat v1.0.0 | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/jbenet/go-cienv v0.0.0-20150120210510-1bb1476777ec // indirect | ||
github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8 | ||
github.com/libp2p/go-nat v0.0.2 | ||
github.com/whyrusleeping/go-notifier v0.0.0-20170827234753-097c5d47330f | ||
) |
Please register or sign in to comment