mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-12 08:23:58 +02:00
9 lines
181 B
Modula-2
9 lines
181 B
Modula-2
module github.com/asim/go-micro/plugins/registry/proxy/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/asim/go-micro/v3 v3.0.0-20210120135431-d94936f6c97c
|
|
)
|