mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-12 08:23:58 +02:00
c13bb07171
2.update all mode. 3.add tidy tools
12 lines
276 B
Modula-2
12 lines
276 B
Modula-2
module github.com/asim/go-micro/plugins/transport/rabbitmq/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
|
github.com/google/uuid v1.2.0
|
|
github.com/streadway/amqp v1.0.0
|
|
)
|
|
|
|
replace github.com/asim/go-micro/v3 => ../../../../go-micro
|