Initial commit

This commit is contained in:
Senad Uka
2022-03-23 05:49:39 +01:00
parent e3474ceb87
commit f246526711
8 changed files with 335 additions and 79 deletions

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module bitbucket.org/outfrontmedia/vendor-scheduler-service-golang
go 1.17
require (
github.com/streadway/amqp v1.0.0
)