mirror of
https://github.com/gusaul/grpcox.git
synced 2024-12-26 10:50:11 +00:00
11 lines
195 B
Modula-2
11 lines
195 B
Modula-2
|
module github.com/gusaul/grpcox
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/fullstorydev/grpcurl v1.3.2
|
||
|
github.com/gorilla/mux v1.7.0
|
||
|
github.com/jhump/protoreflect v1.5.0
|
||
|
google.golang.org/grpc v1.21.0
|
||
|
)
|