summaryrefslogtreecommitdiff
path: root/vendor/github.com/prometheus/procfs/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/prometheus/procfs/go.mod')
-rw-r--r--vendor/github.com/prometheus/procfs/go.mod7
1 files changed, 5 insertions, 2 deletions
diff --git a/vendor/github.com/prometheus/procfs/go.mod b/vendor/github.com/prometheus/procfs/go.mod
index b2f8cca93..ded48253c 100644
--- a/vendor/github.com/prometheus/procfs/go.mod
+++ b/vendor/github.com/prometheus/procfs/go.mod
@@ -1,6 +1,9 @@
module github.com/prometheus/procfs
+go 1.12
+
require (
- github.com/google/go-cmp v0.3.0
- golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
+ github.com/google/go-cmp v0.3.1
+ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
+ golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e
)