mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-01-11 02:27:20 +00:00
24 lines
749 B
Modula-2
24 lines
749 B
Modula-2
module go.linka.cloud/grpc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/fullstorydev/grpchan v1.0.2-0.20201120232431-d0ab778aeebd
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/uuid v1.1.2
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
github.com/jinzhu/gorm v1.9.12
|
|
github.com/miekg/dns v1.1.35
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.6.2
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/multierr v1.7.0
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
|
golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4
|
|
google.golang.org/grpc v1.33.2
|
|
google.golang.org/protobuf v1.26.0
|
|
)
|