From 82d5952c107ae69f950210c7a1d773e4c8686ce3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:51:52 +0000 Subject: [PATCH] fix(deps): update module github.com/nginxinc/nginx-gateway-fabric to v1 | datasource | package | from | to | | ---------- | ---------------------------------------- | ------ | ------ | | go | github.com/nginxinc/nginx-gateway-fabric | v0.0.0 | v1.4.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 6454a57e55..2fff7f96b4 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 v1.4.0 github.com/onsi/ginkgo/v2 v2.20.2 github.com/onsi/gomega v1.34.2 github.com/prometheus/client_golang v1.20.4