From 1960cf40ed3f3c9055e2f5fe0d7b08f088560ad4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 01:07:47 +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 c94eda881..a9fb57b1c 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.2 github.com/onsi/gomega v1.34.2 github.com/prometheus/client_golang v1.20.2