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
|
||
|
)
|