From c91b98b12f82e2218c4445f6f2009c1e56ae60d9 Mon Sep 17 00:00:00 2001 From: "botty-mcbottington[bot]" <168950816+botty-mcbottington[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:29:32 +0000 Subject: [PATCH] fix(deps): update module golang.org/x/sync to v0.21.0 --- ci/go.mod | 2 +- ci/tests/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/go.mod b/ci/go.mod index 4433439..08e1f60 100644 --- a/ci/go.mod +++ b/ci/go.mod @@ -9,7 +9,7 @@ require ( github.com/vektah/gqlparser/v2 v2.5.32 go.opentelemetry.io/otel v1.43.0 go.opentelemetry.io/otel/trace v1.43.0 - golang.org/x/sync v0.20.0 + golang.org/x/sync v0.21.0 ) require ( diff --git a/ci/tests/go.mod b/ci/tests/go.mod index 4fa9585..a7fc9b7 100644 --- a/ci/tests/go.mod +++ b/ci/tests/go.mod @@ -9,7 +9,7 @@ require ( github.com/vektah/gqlparser/v2 v2.5.32 go.opentelemetry.io/otel v1.43.0 go.opentelemetry.io/otel/trace v1.43.0 - golang.org/x/sync v0.20.0 + golang.org/x/sync v0.21.0 ) require (