From a45e11c9997d9cce7d1105a118869094b2daa200 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:23:31 +0000 Subject: [PATCH] fix(deps): update module github.com/99designs/gqlgen to v0.17.60 | datasource | package | from | to | | ---------- | --------------------------- | -------- | -------- | | go | github.com/99designs/gqlgen | v0.17.57 | v0.17.60 | Signed-off-by: Justin Bailey --- dagger/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagger/go.mod b/dagger/go.mod index af61441..8d9fefd 100644 --- a/dagger/go.mod +++ b/dagger/go.mod @@ -3,7 +3,7 @@ module dagger/imagesafe go 1.23.2 require ( - github.com/99designs/gqlgen v0.17.57 + github.com/99designs/gqlgen v0.17.60 github.com/Khan/genqlient v0.7.0 github.com/vektah/gqlparser/v2 v2.5.19 go.opentelemetry.io/otel v1.27.0