grpc/go.mod

24 lines
749 B
Modula-2
Raw Normal View History

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