From 1f2d30a60d062122dfa5f337cccc53f92d0bf354 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:31:05 +0000 Subject: [PATCH] fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1 --- src/acceptance/assets/app/go_app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/acceptance/assets/app/go_app/go.mod b/src/acceptance/assets/app/go_app/go.mod index 2cd8c600a3..a7cb8afcf4 100644 --- a/src/acceptance/assets/app/go_app/go.mod +++ b/src/acceptance/assets/app/go_app/go.mod @@ -15,7 +15,7 @@ require ( github.com/maxbrunsfeld/counterfeiter/v6 v6.7.0 github.com/mitchellh/mapstructure v1.5.0 github.com/ogen-go/ogen v0.73.0 - github.com/onsi/ginkgo/v2 v2.12.0 + github.com/onsi/ginkgo/v2 v2.12.1 github.com/onsi/gomega v1.27.10 github.com/prometheus/procfs v0.11.1 github.com/steinfletcher/apitest v1.5.15