mirror of
https://github.com/gusaul/grpcox.git
synced 2025-04-17 19:25:37 +00:00
13 lines
319 B
Modula-2
13 lines
319 B
Modula-2
module github.com/gusaul/grpcox
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
|
|
github.com/fullstorydev/grpcurl v1.3.2
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
|
|
github.com/gorilla/mux v1.7.0
|
|
github.com/jhump/protoreflect v1.5.0
|
|
google.golang.org/grpc v1.21.0
|
|
)
|