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-09-17 23:39:15 +00:00
|
|
|
github.com/alta/protopatch v0.3.4
|
2022-03-24 12:48:24 +00:00
|
|
|
github.com/bombsimon/logrusr/v2 v2.0.1
|
2022-03-10 11:46:36 +00:00
|
|
|
github.com/caitlinelfring/go-env-default v1.1.0
|
|
|
|
github.com/envoyproxy/protoc-gen-validate v0.6.2
|
|
|
|
github.com/fsnotify/fsnotify v1.5.1
|
2022-03-11 12:42:02 +00:00
|
|
|
github.com/fullstorydev/grpchan v1.1.1
|
2022-03-24 12:48:24 +00:00
|
|
|
github.com/go-logr/logr v1.2.3
|
2021-07-17 20:51:11 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2020-11-08 18:28:33 +00:00
|
|
|
github.com/google/uuid v1.1.2
|
2022-03-10 11:46:36 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
2021-07-17 20:51:11 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
2021-11-21 13:58:49 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
2021-09-17 23:39:15 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
|
2021-11-21 13:58:49 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
|
2021-09-17 23:39:15 +00:00
|
|
|
github.com/improbable-eng/grpc-web v0.14.1
|
2020-01-22 13:02:06 +00:00
|
|
|
github.com/jinzhu/gorm v1.9.12
|
2021-11-21 15:24:22 +00:00
|
|
|
github.com/johnbellone/grpc-middleware-sentry v0.2.0
|
2021-10-13 15:05:59 +00:00
|
|
|
github.com/justinas/alice v1.2.0
|
2021-09-17 23:39:15 +00:00
|
|
|
github.com/lyft/protoc-gen-star v0.6.0 // indirect
|
2022-03-10 11:46:36 +00:00
|
|
|
github.com/miekg/dns v1.1.41
|
2021-11-21 13:58:49 +00:00
|
|
|
github.com/opentracing/opentracing-go v1.1.0
|
2021-09-17 23:39:15 +00:00
|
|
|
github.com/planetscale/vtprotobuf v0.2.0
|
2022-03-11 12:42:02 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-10-13 15:05:59 +00:00
|
|
|
github.com/rs/cors v1.7.0
|
2021-07-17 20:51:11 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-09-17 23:39:15 +00:00
|
|
|
github.com/soheilhy/cmux v0.1.5
|
2022-03-10 11:46:36 +00:00
|
|
|
github.com/spf13/cobra v1.3.0
|
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-07-17 20:51:11 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-12-07 18:53:16 +00:00
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
|
2021-09-17 23:39:15 +00:00
|
|
|
go.linka.cloud/protoc-gen-defaults v0.1.0
|
|
|
|
go.linka.cloud/protoc-gen-go-fields v0.1.1
|
|
|
|
go.linka.cloud/protofilters v0.2.2
|
2021-07-17 20:51:11 +00:00
|
|
|
go.uber.org/multierr v1.7.0
|
2022-03-10 11:46:36 +00:00
|
|
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
|
|
|
|
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
|
2022-03-11 12:42:02 +00:00
|
|
|
google.golang.org/grpc v1.45.0
|
2021-09-17 23:39:15 +00:00
|
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
|
|
|
|
google.golang.org/protobuf v1.27.1
|
2020-01-22 13:02:06 +00:00
|
|
|
)
|
2021-09-17 23:39:15 +00:00
|
|
|
|
2022-03-11 12:42:02 +00:00
|
|
|
replace (
|
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus => github.com/linka-cloud/go-grpc-prometheus v1.2.0-lk
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/linka-cloud/grpc-gateway/v2 v2.5.1-0.20210917084803-33b6d54c9e11
|
|
|
|
)
|