14 lines
362 B
Modula-2
14 lines
362 B
Modula-2
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
|
|
github.com/sirupsen/logrus v1.7.0
|
|
google.golang.org/genproto v0.0.0-20210108203827-ffc7fda8c3d7
|
|
google.golang.org/grpc v1.34.0
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|