You've already forked microservices
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:
@ -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
|
||||
)
|
||||
|
@ -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=
|
||||
|
Reference in New Issue
Block a user