mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-01-11 02:27:20 +00:00
15 lines
355 B
Modula-2
15 lines
355 B
Modula-2
module gitlab.bertha.cloud/partitio/grpc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
|
|
github.com/jinzhu/gorm v1.9.12
|
|
github.com/nats-io/stan.go v0.6.0 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.6.2
|
|
google.golang.org/grpc v1.26.0
|
|
)
|