2021-01-10 15:31:37 +08:00
|
|
|
module github.com/esinio/geco
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
|
|
github.com/golang/protobuf v1.4.3
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.1.0
|
2021-01-17 05:25:49 +08:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2021-01-10 15:31:37 +08:00
|
|
|
google.golang.org/genproto v0.0.0-20210108203827-ffc7fda8c3d7
|
|
|
|
google.golang.org/grpc v1.34.0
|
|
|
|
google.golang.org/protobuf v1.25.0
|
|
|
|
)
|