mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-06-22 09:12:28 +00:00
tranport draft, renamed module
This commit is contained in:
9
go.mod
9
go.mod
@ -1,22 +1,23 @@
|
||||
module gitlab.bertha.cloud/partitio/lab/grpc
|
||||
module go.linka.cloud/grpc
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/fullstorydev/grpchan v1.0.2-0.20201120232431-d0ab778aeebd
|
||||
github.com/golang/protobuf v1.4.3
|
||||
github.com/google/uuid v1.1.2
|
||||
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
|
||||
github.com/jinzhu/gorm v1.9.12
|
||||
github.com/miekg/dns v1.1.35
|
||||
github.com/sirupsen/logrus v1.4.2
|
||||
github.com/spf13/cobra v0.0.5
|
||||
github.com/spf13/cobra v1.0.0
|
||||
github.com/spf13/viper v1.6.2
|
||||
github.com/stretchr/testify v1.4.0
|
||||
github.com/stretchr/testify v1.5.1
|
||||
go.uber.org/multierr v1.3.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 // indirect
|
||||
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4
|
||||
google.golang.org/grpc v1.33.2
|
||||
google.golang.org/protobuf v1.25.0
|
||||
)
|
||||
|
Reference in New Issue
Block a user