mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
9 lines
110 B
Modula-2
9 lines
110 B
Modula-2
module consumerMod
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/streadway/amqp v1.0.0
|
|
)
|