From b0826fe3906ecec28ed5567216470761b0009dc6 Mon Sep 17 00:00:00 2001 From: Santosh Pillai Date: Sun, 16 Jan 2022 19:46:15 +0530 Subject: [PATCH] chore: go mod tidy Signed-off-by: Santosh Pillai --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 613087fea..d3d8f5c4e 100644 --- a/go.mod +++ b/go.mod @@ -9,6 +9,7 @@ require ( github.com/onsi/gomega v1.15.0 github.com/openshift/api v0.0.0-20211028023115-7224b732cc14 github.com/openshift/client-go v0.0.0-20210831095141-e19a065e79f7 + github.com/stretchr/testify v1.7.0 github.com/topolvm/topolvm v0.10.3 gotest.tools/v3 v3.0.3 k8s.io/api v0.22.2