From e601bf4342367e2ad67a6ce695e8bdcd6d19041c Mon Sep 17 00:00:00 2001 From: Matteo Dessalvi Date: Tue, 8 Mar 2022 14:56:58 +0000 Subject: [PATCH] Add stretchr/testify as required module for tests --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index a0210a2..fb8cd67 100644 --- a/go.mod +++ b/go.mod @@ -5,4 +5,5 @@ go 1.12 require ( github.com/prometheus/client_golang v1.2.1 github.com/prometheus/common v0.7.0 + github.com/stretchr/testify v1.3.0 )