Removed mongodb configuration, and configured RabbitMQ

This commit is contained in:
Mario
2022-05-21 11:42:16 +02:00
parent 4a18e93016
commit 927247db1a
3 changed files with 5 additions and 3 deletions

2
go.mod
View File

@ -6,8 +6,8 @@ require (
github.com/gliderlabs/ssh v0.3.3 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/streadway/amqp v1.0.0 // indirect
github.com/stretchr/testify v1.6.1 // indirect
go.mongodb.org/mongo-driver v1.9.1 // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)