An AMQP tool.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
184 B

module rabbithunter
go 1.16
require (
github.com/google/uuid v1.4.0 // indirect
github.com/streadway/amqp v1.0.0 // indirect
github.com/wagslane/go-rabbitmq v0.12.4 // indirect
)