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.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor/github.com/prometheus/procfs/go.mod b/vendor/github.com/prometheus/procfs/go.mod
index 8a1b839fd..b2f8cca93 100644
--- a/vendor/github.com/prometheus/procfs/go.mod
+++ b/vendor/github.com/prometheus/procfs/go.mod
@@ -1,3 +1,6 @@
module github.com/prometheus/procfs
-require golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
+require (
+ github.com/google/go-cmp v0.3.0
+ golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
+)