From 4d03d4990d25c19210f9cfbf15049630468bd8a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 02:15:14 +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 c2414edc1f..7317e9feb8 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -3,7 +3,7 @@ module github.com/nginxinc/nginx-gateway-fabric/tests go 1.22.2 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.0 github.com/onsi/gomega v1.34.1 github.com/prometheus/client_golang v1.20.0