diff --git a/ci/go.mod b/ci/go.mod index b6ca360f..4ec71e45 100644 --- a/ci/go.mod +++ b/ci/go.mod @@ -5,7 +5,7 @@ go 1.26.1 require ( github.com/Khan/genqlient v0.8.1 github.com/dagger/otel-go v1.43.0 - github.com/vektah/gqlparser/v2 v2.5.34 + github.com/vektah/gqlparser/v2 v2.5.36 go.opentelemetry.io/otel v1.44.0 go.opentelemetry.io/otel/trace v1.44.0 golang.org/x/sync v0.21.0 diff --git a/ci/tests/go.mod b/ci/tests/go.mod index cf685a0b..e02e9cc9 100644 --- a/ci/tests/go.mod +++ b/ci/tests/go.mod @@ -5,7 +5,7 @@ go 1.26.1 require ( github.com/Khan/genqlient v0.8.1 github.com/dagger/otel-go v1.43.0 - github.com/vektah/gqlparser/v2 v2.5.34 + github.com/vektah/gqlparser/v2 v2.5.36 go.opentelemetry.io/otel v1.44.0 go.opentelemetry.io/otel/trace v1.44.0 golang.org/x/sync v0.21.0