mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-04 21:17:36 +08:00
14 lines
410 B
Modula-2
14 lines
410 B
Modula-2
module apisix.apache.org/plugin/grpc-web
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
|
|
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
google.golang.org/grpc v1.43.0
|
|
)
|