1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-23 17:53:05 +02:00

10 lines
264 B
Modula-2
Raw Normal View History

2021-01-20 21:01:10 +00:00
module github.com/asim/go-micro/plugins/client/http/v3
2020-12-26 15:32:45 +00:00
go 1.13
require (
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210202145831-070250155285
2021-01-20 21:01:10 +00:00
github.com/asim/go-micro/v3 v3.0.0-20210120135431-d94936f6c97c
github.com/golang/protobuf v1.4.2
2020-12-26 15:32:45 +00:00
)