From 5e546ce5c97faf54935c53ec3ebde0c4cbe30f5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:57:57 +0000 Subject: [PATCH] fix(deps): update module github.com/onsi/gomega to v1.28.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 8f52cd1242..86e73aca56 100644 --- a/src/acceptance/assets/app/go_app/go.mod +++ b/src/acceptance/assets/app/go_app/go.mod @@ -16,7 +16,7 @@ require ( github.com/mitchellh/mapstructure v1.5.0 github.com/ogen-go/ogen v0.76.0 github.com/onsi/ginkgo/v2 v2.13.0 - github.com/onsi/gomega v1.28.0 + github.com/onsi/gomega v1.28.1 github.com/prometheus/procfs v0.12.0 github.com/steinfletcher/apitest v1.5.15 go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.45.0