diff --git a/ci/go.mod b/ci/go.mod index 6b6cfa0..1a9b783 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.57 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..f33e0cf 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.57 github.com/Khan/genqlient v0.7.0 github.com/vektah/gqlparser/v2 v2.5.16 go.opentelemetry.io/otel v1.27.0