...

Text file src/github.com/prometheus/procfs/go.mod

Documentation: github.com/prometheus/procfs

     1module github.com/prometheus/procfs
     2
     3go 1.19
     4
     5require (
     6	github.com/google/go-cmp v0.6.0
     7	golang.org/x/sync v0.6.0
     8	golang.org/x/sys v0.18.0
     9)

View as plain text