forked from cerc-io/ipld-eth-server
36533f7c3f
Fixes for new geth version
8 lines
170 B
Modula-2
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
|
|
)
|