File: go.mod

package info (click to toggle)
golang-github-prometheus-procfs 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 3,636 kB
  • sloc: sh: 348; makefile: 20
file content (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/prometheus/procfs

go 1.23.0

require (
	github.com/google/go-cmp v0.7.0
	golang.org/x/sync v0.15.0
	golang.org/x/sys v0.33.0
)