1
0
mirror of https://github.com/ebosas/microservices.git synced 2025-06-24 22:26:56 +02:00

updated go mod dependencies

This commit is contained in:
ebosas
2021-06-01 14:31:49 +03:00
parent 4c18303242
commit fd669b6d97
6 changed files with 12 additions and 4 deletions

View File

@ -2,4 +2,7 @@ module github.com/ebosas/microservices/backend
go 1.16
require github.com/streadway/amqp v1.0.0
require (
github.com/ebosas/microservices/config v0.0.0-20210601112602-4c18303242d8
github.com/streadway/amqp v1.0.0
)

View File

@ -1,2 +1,4 @@
github.com/ebosas/microservices/config v0.0.0-20210601112602-4c18303242d8 h1:7k9LIaw7438zV/2ZzL5rjMhhDC0+KpDiXpMkIHXoZOk=
github.com/ebosas/microservices/config v0.0.0-20210601112602-4c18303242d8/go.mod h1:5Zi9BVqQ5wo4Az0osVj3uYCMTzIWPCHcOrgXXxH6Ih4=
github.com/streadway/amqp v1.0.0 h1:kuuDrUJFZL1QYL9hUNuCxNObNzB0bV/ZG5jV3RWAQgo=
github.com/streadway/amqp v1.0.0/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=