From e61fe1cec0618cb4e3f95d3aba6fae596bcc1489 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 15:28:43 +0000 Subject: [PATCH] Update module golang.org/x/sync to v0.20.0 --- sdk/runtime/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/runtime/go.mod b/sdk/runtime/go.mod index 17eec88..63cd484 100644 --- a/sdk/runtime/go.mod +++ b/sdk/runtime/go.mod @@ -9,7 +9,7 @@ require ( github.com/iancoleman/strcase v0.3.0 github.com/pelletier/go-toml/v2 v2.1.1 github.com/stretchr/testify v1.10.0 - golang.org/x/sync v0.15.0 + golang.org/x/sync v0.20.0 ) require (