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 (
|
2021-02-08 16:56:39 +08:00
|
|
|
github.com/asim/go-micro/v3 v3.5.0
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-12-26 15:32:45 +00:00
|
|
|
)
|