1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00

9 lines
153 B
Modula-2
Raw Normal View History

2021-01-20 21:01:10 +00:00
module github.com/asim/go-micro/plugins/registry/proxy/v3
2020-12-26 15:32:45 +00:00
go 1.13
require (
github.com/asim/go-micro/v3 v3.5.0
github.com/gorilla/websocket v1.4.2
2020-12-26 15:32:45 +00:00
)