feat(rabbitmq): Add rabbitmq

This commit is contained in:
2025-08-10 22:10:44 +03:00
parent 87defbf391
commit 4603668956
4 changed files with 20 additions and 1 deletions

1
go.mod
View File

@@ -7,6 +7,7 @@ require (
github.com/go-andiamo/chioas v1.16.4
github.com/go-chi/chi/v5 v5.2.2
github.com/joho/godotenv v1.5.1
github.com/rabbitmq/amqp091-go v1.10.0
github.com/sirupsen/logrus v1.9.3
go.uber.org/mock v0.5.2
gorm.io/driver/postgres v1.6.0