1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-02-10 18:31:40 +02:00
2020-12-29 15:49:26 +00:00

9 lines
178 B
Modula-2

module github.com/micro/go-micro/plugins/broker/memory/v2
go 1.15
require (
github.com/google/uuid v1.1.2
github.com/micro/go-micro/v2 v2.9.2-0.20201226154210-35d72660c801
)