diff --git a/go.mod b/go.mod index 8ef31c168bb349f3d55a025ab81841240a9379b7..6e4f0cf105020c599ffe25fe4a447bfda697736f 100644 --- a/go.mod +++ b/go.mod @@ -54,7 +54,7 @@ require ( github.com/redis/go-redis/v9 v9.1.0 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 github.com/stretchr/testify v1.8.4 - github.com/t2bot/go-singleflight-streams v0.0.4 + github.com/t2bot/go-singleflight-streams v0.0.5 github.com/testcontainers/testcontainers-go v0.23.0 github.com/testcontainers/testcontainers-go/modules/postgres v0.23.0 golang.org/x/sync v0.3.0 diff --git a/go.sum b/go.sum index 07a4446dc43540937e637ffa88dc333472128590..505e899157c12f6638ab75614500fb1fd0f09436 100644 --- a/go.sum +++ b/go.sum @@ -362,8 +362,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203 h1:QVqDTf3h2WHt08YuiTGPZLls0Wq99X9bWd0Q5ZSBesM= github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203/go.mod h1:oqN97ltKNihBbwlX8dLpwxCl3+HnXKV/R0e+sRLd9C8= -github.com/t2bot/go-singleflight-streams v0.0.4 h1:ww2L31qYQ1nm7CTjhiu9GLVycZU8sGTS7tW9ozSVOc8= -github.com/t2bot/go-singleflight-streams v0.0.4/go.mod h1:pEIFm6l/utrXZBeP4tkIuMdYwBBN0TTw7feSEhozNzg= +github.com/t2bot/go-singleflight-streams v0.0.5 h1:SAjmq+tLOn5K9hKCnrrgnXNdbRI56WqTT9gkUt/P1bI= +github.com/t2bot/go-singleflight-streams v0.0.5/go.mod h1:pEIFm6l/utrXZBeP4tkIuMdYwBBN0TTw7feSEhozNzg= github.com/tebeka/strftime v0.1.3 h1:5HQXOqWKYRFfNyBMNVc9z5+QzuBtIXy03psIhtdJYto= github.com/tebeka/strftime v0.1.3/go.mod h1:7wJm3dZlpr4l/oVK0t1HYIc4rMzQ2XJlOMIUJUJH6XQ= github.com/testcontainers/testcontainers-go v0.23.0 h1:ERYTSikX01QczBLPZpqsETTBO7lInqEP349phDOVJVs=