2020-03-03 14:44:02 +01:00
|
|
|
module gitlab.bertha.cloud/partitio/lab/grpc
|
2020-01-22 14:02:06 +01:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-11-27 14:00:45 +01:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2020-11-08 19:28:33 +01:00
|
|
|
github.com/google/uuid v1.1.2
|
2020-01-22 14:02:06 +01:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
|
|
|
|
github.com/jinzhu/gorm v1.9.12
|
2020-11-08 19:28:33 +01:00
|
|
|
github.com/miekg/dns v1.1.35
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-01-22 14:02:06 +01:00
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/spf13/viper v1.6.2
|
2020-11-08 19:28:33 +01:00
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
go.uber.org/multierr v1.3.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
|
|
|
|
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4 // indirect
|
|
|
|
google.golang.org/grpc v1.33.2
|
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-01-22 14:02:06 +01:00
|
|
|
)
|