ipld-eth-server/vendor/github.com/libp2p/go-libp2p-nat/go.mod
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00

10 lines
328 B
Modula-2

module github.com/libp2p/go-libp2p-nat
require (
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.3
github.com/whyrusleeping/go-notifier v0.0.0-20170827234753-097c5d47330f
)