Added coloured logs and fixed a concurrency bug in the localpubsub adapter

This commit is contained in:
2024-02-06 18:44:45 -07:00
parent e44c858ab3
commit 53e2254795
10 changed files with 61 additions and 25 deletions

1
go.mod
View File

@ -28,6 +28,7 @@ require (
require (
github.com/alecthomas/assert/v2 v2.4.1
github.com/fatih/color v1.16.0
github.com/go-redis/redismock/v9 v9.2.0
github.com/joho/godotenv v1.5.1
github.com/labstack/echo/v4 v4.11.4