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 )