2020-03-03 13:44:02 +00:00
|
|
|
module gitlab.bertha.cloud/partitio/lab/grpc
|
2020-01-22 13:02:06 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-11-08 18:28:33 +00:00
|
|
|
github.com/golang/protobuf v1.4.0
|
|
|
|
github.com/google/uuid v1.1.2
|
2020-01-22 13:02:06 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
|
|
|
|
github.com/jinzhu/gorm v1.9.12
|
2020-11-08 18:28:33 +00:00
|
|
|
github.com/miekg/dns v1.1.35
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-01-22 13:02:06 +00:00
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/spf13/viper v1.6.2
|
2020-11-08 18:28:33 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
go.uber.org/multierr v1.3.0
|
|
|
|
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
|
2020-01-22 13:02:06 +00:00
|
|
|
google.golang.org/grpc v1.26.0
|
|
|
|
)
|