mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-17 02:47:51 +01:00
9 lines
154 B
Modula-2
9 lines
154 B
Modula-2
module github.com/PeernetOfficial/core/reuseport
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/sys v0.0.0-20210316164454-77fc1eacc6aa
|
|
)
|