File: go.mod

package info (click to toggle)
golang-github-tklauser-go-sysconf 0.3.11-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 540 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 121 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/tklauser/go-sysconf

go 1.13

require (
	github.com/tklauser/numcpus v0.6.0
	golang.org/x/sys v0.2.0
)