ipld-eth-server/vendor/github.com/libp2p/go-reuseport/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

8 lines
170 B
Modula-2

module github.com/libp2p/go-reuseport
require (
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
golang.org/x/sys v0.0.0-20190228124157-a34e9553db1e
)