mirror of
https://github.com/status-im/status-go.git
synced 2025-02-10 13:56:39 +00:00
9 lines
149 B
Modula-2
9 lines
149 B
Modula-2
module github.com/tklauser/go-sysconf
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/tklauser/numcpus v0.2.2
|
|
golang.org/x/sys v0.0.0-20210316164454-77fc1eacc6aa
|
|
)
|