From 4bcf2cd8c8a48ac0645060cb2bd0354b4e15eeb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:51:15 +0000 Subject: [PATCH] Update module github.com/99designs/gqlgen to v0.17.60 --- ci/go.mod | 2 +- helm/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/go.mod b/ci/go.mod index 6b6cfa0..e1411f7 100644 --- a/ci/go.mod +++ b/ci/go.mod @@ -5,7 +5,7 @@ go 1.22.5 toolchain go1.23.2 require ( - github.com/99designs/gqlgen v0.17.55 + github.com/99designs/gqlgen v0.17.60 github.com/Khan/genqlient v0.7.0 github.com/vektah/gqlparser/v2 v2.5.17 go.opentelemetry.io/otel v1.27.0 diff --git a/helm/go.mod b/helm/go.mod index 5cf5387..ef7d7b0 100644 --- a/helm/go.mod +++ b/helm/go.mod @@ -3,7 +3,7 @@ module dagger/helm go 1.23.2 require ( - github.com/99designs/gqlgen v0.17.49 + github.com/99designs/gqlgen v0.17.60 github.com/Khan/genqlient v0.7.0 github.com/vektah/gqlparser/v2 v2.5.16 go.opentelemetry.io/otel v1.27.0