1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-09-29 04:10:39 +00:00
grpcox/go.mod
edusolis 4fc2686973 Moving away from dep and into go modules
remove dep files and fix docker build
move docker build to latest image
fix module url
2019-10-11 16:08:39 -05:00

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
)