From 0e2f3897ebff7e13722ee42dca801ca94d1de292 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:03:06 +0200 Subject: [PATCH] fix(deps): update module github.com/stretchr/testify to v1.9.0 (#1948) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/camunda-platform-8.2/go.mod | 2 +- charts/camunda-platform-8.2/go.sum | 2 ++ charts/camunda-platform-8.3/go.mod | 2 +- charts/camunda-platform-8.3/go.sum | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/camunda-platform-8.2/go.mod b/charts/camunda-platform-8.2/go.mod index 07ddb65ba4..727a67bb85 100644 --- a/charts/camunda-platform-8.2/go.mod +++ b/charts/camunda-platform-8.2/go.mod @@ -6,7 +6,7 @@ toolchain go1.22.4 require ( github.com/gruntwork-io/terratest v0.46.15 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 k8s.io/api v0.28.4 ) diff --git a/charts/camunda-platform-8.2/go.sum b/charts/camunda-platform-8.2/go.sum index 2cf8a42cfe..cc0205bf61 100644 --- a/charts/camunda-platform-8.2/go.sum +++ b/charts/camunda-platform-8.2/go.sum @@ -297,6 +297,8 @@ github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= 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/texttheater/golang-levenshtein v1.0.1 h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U= github.com/texttheater/golang-levenshtein v1.0.1/go.mod h1:PYAKrbF5sAiq9wd+H82hs7gNaen0CplQ9uvm6+enD/8= github.com/urfave/cli v1.22.2 h1:gsqYFH8bb9ekPA12kRo0hfjngWQjkJPlN9R0N78BoUo= diff --git a/charts/camunda-platform-8.3/go.mod b/charts/camunda-platform-8.3/go.mod index 2272b662cf..c3f4fdb512 100644 --- a/charts/camunda-platform-8.3/go.mod +++ b/charts/camunda-platform-8.3/go.mod @@ -4,7 +4,7 @@ go 1.21.5 require ( github.com/gruntwork-io/terratest v0.46.15 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 k8s.io/api v0.28.4 ) diff --git a/charts/camunda-platform-8.3/go.sum b/charts/camunda-platform-8.3/go.sum index 1f72bc2738..8f084e1b2d 100644 --- a/charts/camunda-platform-8.3/go.sum +++ b/charts/camunda-platform-8.3/go.sum @@ -313,6 +313,8 @@ github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= 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/texttheater/golang-levenshtein v1.0.1 h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U= github.com/texttheater/golang-levenshtein v1.0.1/go.mod h1:PYAKrbF5sAiq9wd+H82hs7gNaen0CplQ9uvm6+enD/8= github.com/urfave/cli v1.22.2 h1:gsqYFH8bb9ekPA12kRo0hfjngWQjkJPlN9R0N78BoUo=