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