From 8ecdd0e10d20b336c3eee200fef1aaf52edca8a2 Mon Sep 17 00:00:00 2001 From: Travis Ralston <travpc@gmail.com> Date: Sun, 20 Aug 2023 16:31:33 -0600 Subject: [PATCH] Update singleflight streams for async multiwriter --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8ef31c16..6e4f0cf1 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 07a4446d..505e8991 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= -- GitLab