...

Text file src/github.com/tklauser/go-sysconf/go.mod

Documentation: github.com/tklauser/go-sysconf

     1module github.com/tklauser/go-sysconf
     2
     3go 1.13
     4
     5require (
     6	github.com/tklauser/numcpus v0.6.0
     7	golang.org/x/sys v0.2.0
     8)

View as plain text