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

9 lines
150 B
Modula-2
Raw Normal View History

2020-12-26 15:32:45 +00:00
module github.com/micro/go-micro/plugins/client/http/v2
go 1.13
require (
github.com/golang/protobuf v1.4.0
github.com/micro/go-micro/v2 v2.9.1
)