From 8f6e1b7fbeaf44740a63484adbfe0d404a952a13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:04:48 +0000 Subject: [PATCH] Update module github.com/nginxinc/nginx-gateway-fabric to v0.6.0 | datasource | package | from | to | | ---------- | ---------------------------------------- | ------ | ------ | | go | github.com/nginxinc/nginx-gateway-fabric | v0.0.0 | v0.6.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index 8f4798e12b..32c2645a89 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -5,7 +5,7 @@ go 1.23.0 replace github.com/nginxinc/nginx-gateway-fabric => ../ require ( - github.com/nginxinc/nginx-gateway-fabric v0.0.0 + github.com/nginxinc/nginx-gateway-fabric v0.6.0 github.com/onsi/ginkgo/v2 v2.20.2 github.com/onsi/gomega v1.34.2 github.com/prometheus/client_golang v1.20.5