2021-07-17 22:40:06 +02:00
|
|
|
module go.linka.cloud/grpc
|
2020-01-22 14:02:06 +01:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2021-07-17 22:40:06 +02:00
|
|
|
github.com/fullstorydev/grpchan v1.0.2-0.20201120232431-d0ab778aeebd
|
2021-07-17 22:51:11 +02:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2020-11-08 19:28:33 +01:00
|
|
|
github.com/google/uuid v1.1.2
|
2021-07-17 22:51:11 +02:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
2020-01-22 14:02:06 +01:00
|
|
|
github.com/jinzhu/gorm v1.9.12
|
2020-11-08 19:28:33 +01:00
|
|
|
github.com/miekg/dns v1.1.35
|
2021-07-17 22:51:11 +02:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-07-17 22:40:06 +02:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-01-22 14:02:06 +01:00
|
|
|
github.com/spf13/viper v1.6.2
|
2021-07-17 22:51:11 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
go.uber.org/multierr v1.7.0
|
2020-11-27 14:00:45 +01:00
|
|
|
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
|
2021-07-17 22:40:06 +02:00
|
|
|
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4
|
2020-11-27 14:00:45 +01:00
|
|
|
google.golang.org/grpc v1.33.2
|
2021-07-17 22:51:11 +02:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2020-01-22 14:02:06 +01:00
|
|
|
)
|