diff --git a/go.mod b/go.mod index a2dab084e..3d11e9b57 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,7 @@ require ( github.com/google/uuid v1.6.0 github.com/leekchan/accounting v0.3.1 github.com/spf13/cobra v1.8.1 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 github.com/stvp/tempredis v0.0.0-20231107154819-8a695b693b9c github.com/swaggo/swag v1.16.3 github.com/testcontainers/testcontainers-go v0.34.0 diff --git a/go.sum b/go.sum index 8127eacf1..0b18eeaf0 100644 --- a/go.sum +++ b/go.sum @@ -559,6 +559,8 @@ github.com/stretchr/testify v1.8.2/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/stvp/go-udp-testing v0.0.0-20201019212854-469649b16807/go.mod h1:7jxmlfBCDBXRzr0eAQJ48XC1hBu1np4CS5+cHEYfwpc= github.com/stvp/tempredis v0.0.0-20231107154819-8a695b693b9c h1:sFjGCyk0Uz5ZnONcEBGY6k1V3HIHFoOVAdqqm6gmgcA= github.com/stvp/tempredis v0.0.0-20231107154819-8a695b693b9c/go.mod h1:oqN97ltKNihBbwlX8dLpwxCl3+HnXKV/R0e+sRLd9C8=