1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-29 18:04:17 +02:00
2021-01-20 21:01:10 +00:00

11 lines
315 B
Modula-2

module github.com/asim/go-micro/plugins/server/http/v3
go 1.13
require (
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-00010101000000-000000000000
github.com/asim/go-micro/v3 v3.0.0-20210120135431-d94936f6c97c
)
replace github.com/asim/go-micro/plugins/registry/memory/v3 => ../../registry/memory