First version of AMQP client integrated in backend, requires testing with RabbitMQ server
common/amqpclient.go
0 → 100644
... | ... | @@ -7,13 +7,12 @@ require ( |
github.com/go-openapi/spec v0.19.2 // indirect | ||
github.com/go-openapi/swag v0.19.3 // indirect | ||
github.com/jinzhu/gorm v1.9.8 | ||
github.com/kr/pty v1.1.8 // indirect | ||
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect | ||
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94 | ||
github.com/stretchr/testify v1.3.0 | ||
github.com/swaggo/gin-swagger v1.1.0 | ||
github.com/swaggo/swag v1.6.0 | ||
github.com/tidwall/gjson v1.3.0 | ||
github.com/ugorji/go/codec v0.0.0-20190320090025-2dc34c0b8780 // indirect | ||
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 | ||
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect | ||
... | ... |
Please register or sign in to comment