From 105f10a3b3d042b00e45504ec08e84fd6e7c715a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:48:37 +0000 Subject: [PATCH] fix(deps): update module github.com/stretchr/testify to v1.10.0 --- go-chaos/go.mod | 2 +- go-chaos/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go-chaos/go.mod b/go-chaos/go.mod index 191c9a796..e31a23a01 100644 --- a/go-chaos/go.mod +++ b/go-chaos/go.mod @@ -8,7 +8,7 @@ require ( github.com/camunda/zeebe/clients/go/v8 v8.5.10 github.com/rs/zerolog v1.33.0 github.com/spf13/cobra v1.8.1 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 github.com/testcontainers/testcontainers-go v0.34.0 golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f golang.org/x/mod v0.22.0 diff --git a/go-chaos/go.sum b/go-chaos/go.sum index 1f32ee276..bd774ffd7 100644 --- a/go-chaos/go.sum +++ b/go-chaos/go.sum @@ -204,6 +204,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/testcontainers/testcontainers-go v0.33.0 h1:zJS9PfXYT5O0ZFXM2xxXfk4J5UMw/kRiISng037Gxdw= github.com/testcontainers/testcontainers-go v0.33.0/go.mod h1:W80YpTa8D5C3Yy16icheD01UTDu+LmXIA2Keo+jWtT8= github.com/testcontainers/testcontainers-go v0.34.0 h1:5fbgF0vIN5u+nD3IWabQwRybuB4GY8G2HHgCkbMzMHo=