From d57db3646618db7c3731a31abd28cd3af8a4e28a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 15:28:24 +0000 Subject: [PATCH] Update module github.com/stretchr/testify to v1.11.1 --- 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..b6f4a2d 100644 --- a/sdk/runtime/go.mod +++ b/sdk/runtime/go.mod @@ -8,7 +8,7 @@ require ( github.com/distribution/reference v0.6.0 github.com/iancoleman/strcase v0.3.0 github.com/pelletier/go-toml/v2 v2.1.1 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.1 golang.org/x/sync v0.15.0 )