mirror of
https://github.com/gusaul/grpcox.git
synced 2025-05-06 07:25:36 +00:00
13 lines
262 B
Modula-2
13 lines
262 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
|
|
github.com/tidwall/gjson v1.17.1
|
|
github.com/tidwall/sjson v1.2.5
|
|
google.golang.org/grpc v1.21.0
|
|
)
|