mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-01-11 02:27:20 +00:00
19 lines
495 B
Modula-2
19 lines
495 B
Modula-2
module gitlab.bertha.cloud/partitio/lab/grpc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.0
|
|
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/viper v1.6.2
|
|
github.com/stretchr/testify v1.4.0
|
|
go.uber.org/multierr v1.3.0
|
|
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
|
|
google.golang.org/grpc v1.26.0
|
|
)
|