mirror of
https://github.com/gusaul/grpcox.git
synced 2024-11-16 22:16:25 +00:00
4fc2686973
remove dep files and fix docker build move docker build to latest image fix module url
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
|
|
)
|