2023-07-07 23:33:10 +00:00
|
|
|
module go.linka.cloud/grpc-toolkit
|
2020-01-22 13:02:06 +00:00
|
|
|
|
2023-03-08 10:51:28 +00:00
|
|
|
go 1.20
|
2020-01-22 13:02:06 +00:00
|
|
|
|
|
|
|
require (
|
2023-09-16 14:29:22 +00:00
|
|
|
github.com/alta/protopatch v0.5.3
|
2023-08-04 20:47:21 +00:00
|
|
|
github.com/bombsimon/logrusr/v4 v4.0.0
|
2022-03-10 11:46:36 +00:00
|
|
|
github.com/caitlinelfring/go-env-default v1.1.0
|
2023-09-16 14:29:22 +00:00
|
|
|
github.com/envoyproxy/protoc-gen-validate v1.0.2
|
2023-10-26 14:58:32 +00:00
|
|
|
github.com/fatih/color v1.13.0
|
|
|
|
github.com/fsnotify/fsnotify v1.5.4
|
2022-03-11 12:42:02 +00:00
|
|
|
github.com/fullstorydev/grpchan v1.1.1
|
2023-11-14 15:54:12 +00:00
|
|
|
github.com/go-logr/logr v1.3.0
|
2023-09-16 14:29:22 +00:00
|
|
|
github.com/golang/protobuf v1.5.3
|
2023-11-14 15:52:29 +00:00
|
|
|
github.com/google/uuid v1.3.1
|
2023-10-26 14:58:32 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
|
2021-11-21 13:58:49 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
2023-11-14 15:52:29 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1
|
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
|
2022-09-27 15:06:18 +00:00
|
|
|
github.com/jaredfolkins/badactor v1.2.0
|
2023-10-26 14:58:32 +00:00
|
|
|
github.com/johnbellone/grpc-middleware-sentry v0.3.0
|
2021-10-13 15:05:59 +00:00
|
|
|
github.com/justinas/alice v1.2.0
|
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
|
2023-07-10 14:01:40 +00:00
|
|
|
github.com/pires/go-proxyproto v0.7.0
|
2023-09-16 14:29:22 +00:00
|
|
|
github.com/planetscale/vtprotobuf v0.5.0
|
2023-10-26 14:58:32 +00:00
|
|
|
github.com/prometheus/client_golang v1.17.0
|
2021-10-13 15:05:59 +00:00
|
|
|
github.com/rs/cors v1.7.0
|
2022-12-22 09:27:33 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
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
|
2023-09-16 14:29:22 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2021-12-07 18:53:16 +00:00
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
|
2023-03-08 10:51:28 +00:00
|
|
|
go.linka.cloud/protoc-gen-defaults v0.4.0
|
2023-09-16 14:29:22 +00:00
|
|
|
go.linka.cloud/protoc-gen-go-fields v0.4.0
|
|
|
|
go.linka.cloud/protofilters v0.8.1
|
2021-07-17 20:51:11 +00:00
|
|
|
go.uber.org/multierr v1.7.0
|
2023-11-14 15:52:29 +00:00
|
|
|
golang.org/x/net v0.18.0
|
|
|
|
golang.org/x/sync v0.5.0
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17
|
|
|
|
google.golang.org/grpc v1.59.0
|
2023-03-08 10:51:28 +00:00
|
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
|
2023-09-16 14:29:22 +00:00
|
|
|
google.golang.org/protobuf v1.31.0
|
2020-01-22 13:02:06 +00:00
|
|
|
)
|
2021-09-17 23:39:15 +00:00
|
|
|
|
2023-03-08 10:51:28 +00:00
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
|
|
|
|
github.com/fatih/structtag v1.2.0 // indirect
|
2023-11-14 15:54:12 +00:00
|
|
|
github.com/getsentry/sentry-go v0.24.1 // indirect
|
2023-10-26 14:58:32 +00:00
|
|
|
github.com/gobwas/ws v1.1.0 // indirect
|
2023-09-16 14:29:22 +00:00
|
|
|
github.com/golang/glog v1.1.2 // indirect
|
2023-11-14 15:54:12 +00:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2023-03-08 10:51:28 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
2023-09-16 14:29:22 +00:00
|
|
|
github.com/iancoleman/strcase v0.3.0 // indirect
|
2023-03-08 10:51:28 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/jhump/protoreflect v1.11.0 // indirect
|
2023-10-26 14:58:32 +00:00
|
|
|
github.com/klauspost/compress v1.16.0 // indirect
|
2023-08-04 20:47:21 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2023-03-08 10:51:28 +00:00
|
|
|
github.com/lyft/protoc-gen-star v0.6.2 // indirect
|
2023-09-16 14:29:22 +00:00
|
|
|
github.com/lyft/protoc-gen-star/v2 v2.0.3 // indirect
|
2023-10-26 14:58:32 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
|
2023-03-08 10:51:28 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-10-26 14:58:32 +00:00
|
|
|
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
|
|
|
|
github.com/prometheus/common v0.45.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.11.1 // indirect
|
|
|
|
github.com/spf13/afero v1.10.0 // indirect
|
2023-03-08 10:51:28 +00:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
|
2023-11-14 15:52:29 +00:00
|
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
golang.org/x/tools v0.15.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
|
2023-03-08 10:51:28 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
nhooyr.io/websocket v1.8.6 // indirect
|
|
|
|
)
|
|
|
|
|
2022-03-11 12:42:02 +00:00
|
|
|
replace (
|
2023-09-16 14:29:22 +00:00
|
|
|
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1
|
2022-03-11 12:42:02 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus => github.com/linka-cloud/go-grpc-prometheus v1.2.0-lk
|
2023-03-08 10:51:28 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/linka-cloud/grpc-gateway/v2 v2.5.1-0.20230307172009-9d6e1ebe3907
|
2022-03-11 12:42:02 +00:00
|
|
|
)
|