From 4e42e596552fe4d96fe676e507dc0825531170bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 07:29:52 +0000 Subject: [PATCH] fix(deps): update module github.com/onsi/ginkgo to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b0dcede0e7..ee35678661 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ComplianceAsCode/compliance-operator go 1.19 require ( - github.com/onsi/ginkgo v1.16.5 + github.com/onsi/ginkgo/v2 v2.11.0 github.com/onsi/ginkgo/v2 v2.11.0 github.com/onsi/gomega v1.27.10 github.com/wI2L/jsondiff v0.4.0