File: go.mod

package info (click to toggle)
golang-github-prometheus-procfs 0.20.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,804 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.25.0

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