diff --git a/benchmarks/rps/go.mod b/benchmarks/rps/go.mod index 35cee1b2..3cab854a 100644 --- a/benchmarks/rps/go.mod +++ b/benchmarks/rps/go.mod @@ -4,28 +4,29 @@ go 1.21.4 require ( github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/h2c v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/hertzh2c v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/http3 v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/codecs/yaml v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/config/source/file v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/log/lumberjack v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/log/slog v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/registry/consul v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/registry/mdns v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/server/drpc v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/server/grpc v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/server/hertz v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/server/http v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/client/middleware/log v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/h2c v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/hertzh2c v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/http3 v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/codecs/proto v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/config/source/file v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/log/slog v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/registry/consul v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/registry/mdns v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/server/drpc v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/server/grpc v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/server/hertz v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/server/http v0.0.0-20231206042754-386df184f3b8 github.com/google/wire v0.5.0 github.com/hashicorp/consul/sdk v0.15.0 google.golang.org/genproto/googleapis/api v0.0.0-20231127180814-3a041ad873d4 @@ -50,9 +51,9 @@ require ( github.com/fatih/color v1.16.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/go-chi/chi v1.5.5 // indirect - github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231205052311-482ca12d811d // indirect - github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d // indirect - github.com/go-orb/plugins/registry/regutil v0.0.0-20231205052311-482ca12d811d // indirect + github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206042754-386df184f3b8 // indirect + github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8 // indirect + github.com/go-orb/plugins/registry/regutil v0.0.0-20231206042754-386df184f3b8 // indirect github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/google/pprof v0.0.0-20231205033806-a5a03c77bf08 // indirect diff --git a/benchmarks/rps/go.sum b/benchmarks/rps/go.sum index c692e986..babe9855 100644 --- a/benchmarks/rps/go.sum +++ b/benchmarks/rps/go.sum @@ -72,54 +72,100 @@ github.com/go-logr/logr v1.3.0 h1:2y3SDp0ZXuc6/cjLSZ+Q3ir+QB9T/iG5yYRXqsagWSY= github.com/go-logr/logr v1.3.0/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b h1:9lg1vas/UKYhd+SmIR0BJyeAcubhKSonZIWwBSpkGdo= github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b/go.mod h1:esPD35O0lg1ksWTaiiYFJaAtH+Srku8DuoN0L91fvp0= +github.com/go-orb/plugins/client/middleware/log v0.0.0-20231206042754-386df184f3b8 h1:SLbjDQgU+Z1HcovoHvzZY630IpOXZVFFjk4KE5mvRhw= +github.com/go-orb/plugins/client/middleware/log v0.0.0-20231206042754-386df184f3b8/go.mod h1:txC3QmAPS3TLgEPjfNK97+eCbt/L5S2Zc5Oc2NSW5DQ= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d h1:gGNdaIn86SK5dh8PM29bxnJERwIixmWLOIjQ+JBvas8= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d/go.mod h1:l/PcMxCOSaY3Lm71obNbkhuBJZVq9wCd1L3EPQ94P4Q= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 h1:bmoCt8QGKBOMFRylCBFwunelLiflyUj8h+nWGltpsZI= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231205052311-482ca12d811d h1:08WFPgDpNgd2wFMVEoiLPh7beuNfFNP5Jh84s++9exE= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231205052311-482ca12d811d/go.mod h1:bsStSjTqzm1cjOtMThYkkxQCXerOTNwSkFV8V9DtEV4= +github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206042754-386df184f3b8 h1:yh3LjEC+3yHv7Y1aAUzsi9oEX46xJGA265JcX1Jjq04= +github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206042754-386df184f3b8/go.mod h1:jIilCtYh7Nzh6a8HdZIo831NBniHvbaBJuV0g87BWjk= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d h1:H137KycRatHPpEX86JTdranTZRE9MDhKqVrFfjbJnZU= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d/go.mod h1:zjMemu6YavzjIY9+z0J5VbBi5BZn5mCH5QWE/6BfLjg= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8 h1:EUBVYcERpfcwzx6L0Nn9zFuf9LIrsOkCUN7hkPQyQPY= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8/go.mod h1:z51cC+01j4PNPm9bpkap0zxNV3oOvmD89CBHO+L7Ck4= github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231205052311-482ca12d811d h1:ox6lcrCwpoM12U7Gn/UI7CdbbdhmZ4XOFe4G5JEMunU= github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231205052311-482ca12d811d/go.mod h1:Qpz9pgBgXTPmOc5OUiD+XszeOHqeTIHIWd45jt+8+GM= +github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231206042754-386df184f3b8 h1:/oaUUhKA2cFJWGRTqYJPMazGTb8G94vr1xr2ztwoDJc= +github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231206042754-386df184f3b8/go.mod h1:oyUY2px3yCY9XTuSMJ6E5eE7K6Ph0RUfrRQz5c9PgpI= github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231205052311-482ca12d811d h1:arv/uRuZS9GYpJ1wUmRqLnoURact5lzAc/WYS1LI1s4= github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231205052311-482ca12d811d/go.mod h1:/mRp2BQ/FddAkpLayyMc/tCGJAnst0xCgIEF6lpXM5s= +github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231206042754-386df184f3b8 h1:HFjQ7QcYuQExHvz9Z1uafFAvp6R9+EOMlDDI++TO5Aw= +github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231206042754-386df184f3b8/go.mod h1:TID68s+jYHkRHmbEVX2AqTXqVA0Y6En++s1EL/0oRVc= github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231205052311-482ca12d811d h1:8VDJVh6StEtAfxaPBfVxWkFMydlWdXrXTiGDYhW90oE= github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231205052311-482ca12d811d/go.mod h1:okrBN+0iF7/Bz1cYiKsZkq/t/CEET0eoVMiHFXL5dh8= +github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231206042754-386df184f3b8 h1:4a+9Dz+IhfTDavGSQrexF2obLQDim5od7BNfB7akgnQ= +github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231206042754-386df184f3b8/go.mod h1:oT6JuV8+9ojtN4mYjfL7tW07I9mfUG1A0JYhPCXVoqI= github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231205052311-482ca12d811d h1:DUUIN/2EgDZ5+tIMq0Sd6TbG5AO7yb7M4nYKzPEz94A= github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231205052311-482ca12d811d/go.mod h1:AbP2tvWx9TGp6yWTNLxVnIhdPfAxemIcObGo047Pw68= +github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231206042754-386df184f3b8 h1:4ZjgvY7Vk7mvUoYzoPmX5Bjq+r19RoBE6k51zf9QCpM= +github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231206042754-386df184f3b8/go.mod h1:PglIy9ombmz0kt8bD6F2JanbfC80cLpfibi3JzAiyFM= github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231205052311-482ca12d811d h1:1AR30gVEjvNTPr1hcaIDu8sEJiSZ5LKdwB+XnRUhI6o= github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231205052311-482ca12d811d/go.mod h1:sZzGJQU76AMv3Vyn184roJh6rkHr0Luv66WABOGuRn4= +github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231206042754-386df184f3b8 h1:ax7mHON3Hw2aSQXUhOZs7PQ8Hu6oMJ8tZGM+nFIYbJM= +github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231206042754-386df184f3b8/go.mod h1:iqqqIGGyjhs5T6F5oqeKzSvbGVVrIQmYkYf8cVRcNu8= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 h1:2ygm/mJfGtC/dNvrgXy7v57pSPDmAy3mitejcmouOCk= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:OBpWNo8j7owv13FexdfA7u3yVGDq73XXt007cDLMUsA= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d h1:sLkCVFSIcM+wabC782u9fmvBnFXKvOXWTZVtOUKuqS8= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d/go.mod h1:dMuNs3Btn7qUgPE5Wu/2vjX/XWUsIQGSZ5Y8p6AIJKA= +github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206042754-386df184f3b8 h1:depIXBRIGLkhcA81H+mtvLLAtqR7c5hT8GGzHn6azfU= +github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206042754-386df184f3b8/go.mod h1:iAxCNf8Ygq38xzYEWNifmwQRorz0gJfZ7Bk5KGodQM0= github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d h1:zZBm5OKs2yyhFMVRp6/9ceVdPs/NPtJ6x222FawQ9TA= github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d/go.mod h1:HGEfvIM6HsnpY/4ceJ3kXeKXMF9FYmnqGH70gkGNDyI= +github.com/go-orb/plugins/codecs/proto v0.0.0-20231206042754-386df184f3b8 h1:VgCFJAGCrvVI3AfRlAgCLyxuVCIb2hJJjqcFmT0BnAM= +github.com/go-orb/plugins/codecs/proto v0.0.0-20231206042754-386df184f3b8/go.mod h1:/CfsLwZ5tYLoLJgMpgMPYn+QpGcd6prpJPnCInX1y4c= github.com/go-orb/plugins/codecs/yaml v0.0.0-20231205052311-482ca12d811d h1:5K6Xm3NQvbjhqNfkIRfmHF1lkz+L9XMNfcGO1GYgJhQ= github.com/go-orb/plugins/codecs/yaml v0.0.0-20231205052311-482ca12d811d/go.mod h1:j7Xu5w+cpedUh2rZPRYsL/2h5fwGsxSu+m03J+BM6So= +github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206042754-386df184f3b8 h1:OKc3ZtnFeiOwnVEfhzKLcuDBJjmCQoWTcvlT7aU5Gs8= +github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206042754-386df184f3b8/go.mod h1:RkkK7CTjPErJJhN9F1gRsJJaWoOSokO74PBnuVeiKFM= github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231205052311-482ca12d811d h1:Gavx145hh8A5ssxm+qA7rwAn0jmpWL2ROw5muym6004= github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231205052311-482ca12d811d/go.mod h1:W5cFAEWktR5EdxQdpudmyAth9y6LDPBx1zAhINWrJAo= +github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206042754-386df184f3b8 h1:kpL95UwWua/DEi6Pzhnh6IlfD6usNnw96z/bLNHgNqE= +github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206042754-386df184f3b8/go.mod h1:QImbJQlRBawvzY4UBD1wi6yfm1iWYaQp8rFjoLV+YLQ= github.com/go-orb/plugins/config/source/file v0.0.0-20231205052311-482ca12d811d h1:bbO5aqFj2VxS8FrkyLnqHCs92VkyIRl8vVxx++Dsbqk= github.com/go-orb/plugins/config/source/file v0.0.0-20231205052311-482ca12d811d/go.mod h1:JeQPUsW7ZpuTkRnx4YOlDvBFwv4wdR2zUDzhcwyrPnw= +github.com/go-orb/plugins/config/source/file v0.0.0-20231206042754-386df184f3b8 h1:vczxh+zOJRDj7Rl0AFHjLpag6fgeRt54byZyVgXcmcQ= +github.com/go-orb/plugins/config/source/file v0.0.0-20231206042754-386df184f3b8/go.mod h1:i3Yh8hu6kgKMMs0MPNFj8+1WxRm+NNxGaGZsGHzrTnw= github.com/go-orb/plugins/log/lumberjack v0.0.0-20231205052311-482ca12d811d h1:gW2rdQA+THszFrNFW0IA/Yfo1MApk7m4btzPEGUavSo= github.com/go-orb/plugins/log/lumberjack v0.0.0-20231205052311-482ca12d811d/go.mod h1:3foB2sN8f46Q4p6YebJ0lIfpGmJJjloiz33RI9HhexY= +github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206042754-386df184f3b8 h1:a5YZTRvQulyc9eK5O0lnPZPwYbRWff90N7BuudWaqDU= +github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206042754-386df184f3b8/go.mod h1:W0HJRx/lyhlVIluiqE8AwaNffDf5f8QluDW6rBvsEjc= github.com/go-orb/plugins/log/slog v0.0.0-20231205052311-482ca12d811d h1:AdAuXO60ixnjMXD0A9HySIbCSLGrqiCOxkxG2uHSS1E= github.com/go-orb/plugins/log/slog v0.0.0-20231205052311-482ca12d811d/go.mod h1:CWYWUlVqdGd7To0WYb7FTSvyPQOM9/Ra3DDUXIMdHWY= +github.com/go-orb/plugins/log/slog v0.0.0-20231206042754-386df184f3b8 h1:zEhFaA4jCLVY5yL1lfUVgzIWr5SBGAo2st1/wL+Z8iE= +github.com/go-orb/plugins/log/slog v0.0.0-20231206042754-386df184f3b8/go.mod h1:SSlXvvFZlEnbzt+OdN8rLqsQRmrSllEVt7Zb1ibfkWc= github.com/go-orb/plugins/registry/consul v0.0.0-20231205052311-482ca12d811d h1:nEuKj4QuBVy4ssBrCEP0DppX+DeVQOV3hSMFlDazSbE= github.com/go-orb/plugins/registry/consul v0.0.0-20231205052311-482ca12d811d/go.mod h1:sgFaHMKkCmZoXJSnii1F/X55BYH2FBIy9KAiSOePfqc= +github.com/go-orb/plugins/registry/consul v0.0.0-20231206042754-386df184f3b8 h1:7JgYgsUgl0pI0KuDMxs6xE8x6x+e8xMh30SjufSsebM= +github.com/go-orb/plugins/registry/consul v0.0.0-20231206042754-386df184f3b8/go.mod h1:Yx2vmVdsZHTrkUgj5K3ay7BvSuzGnu7dyTt91QLZms0= github.com/go-orb/plugins/registry/mdns v0.0.0-20231205052311-482ca12d811d h1:8WHA4VxWeSiwuhxDghkOemKCFSXXExxri9ZE0fcDrnQ= github.com/go-orb/plugins/registry/mdns v0.0.0-20231205052311-482ca12d811d/go.mod h1:Q1LIdW1yCcFQ9ApSgelVxjOtc0N5Rw4QepCizfwyQWI= +github.com/go-orb/plugins/registry/mdns v0.0.0-20231206042754-386df184f3b8 h1:oAgCr5EhjGa+gVV84qstSCtiz3wriLoKJk0d2z2YVwg= +github.com/go-orb/plugins/registry/mdns v0.0.0-20231206042754-386df184f3b8/go.mod h1:U8mDTZRPhCIzeUkVCLU+D+3FJwclnD051ZkKVUVoasU= github.com/go-orb/plugins/registry/regutil v0.0.0-20231205052311-482ca12d811d h1:YtOiPpdf5+oEQEnIqCBVUEVlFfhveDrBgyA/KbhtAP0= github.com/go-orb/plugins/registry/regutil v0.0.0-20231205052311-482ca12d811d/go.mod h1:9JM12HiMcJiy0pfS62ijOldhlyPMa/b57oupEfQMH8U= +github.com/go-orb/plugins/registry/regutil v0.0.0-20231206042754-386df184f3b8 h1:j0hoUYnLcCgwA741Ubjf/0zsOHYwWtu2OnQA69OpESM= +github.com/go-orb/plugins/registry/regutil v0.0.0-20231206042754-386df184f3b8/go.mod h1:nm1pQM4sAj/ziFFhLOwqqaHmzbHnislQ59yN4zeRC6s= github.com/go-orb/plugins/registry/tests v0.0.0-20231205051152-a7c84fe79f05 h1:HL6/6l+Ezio0mdvZo+fCK6ssGFFrk4EucqCKXwGGlIU= github.com/go-orb/plugins/registry/tests v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:Nvf7DoZwRN7beKCb3ty4ydfI4eJeQR1x6LkckEjMsoQ= github.com/go-orb/plugins/server/drpc v0.0.0-20231205052311-482ca12d811d h1:fA4Z+Ddsh08oyDHZLFhfXRjp8z1E095VjffOxt9dgjs= github.com/go-orb/plugins/server/drpc v0.0.0-20231205052311-482ca12d811d/go.mod h1:UqT+rUIJ4bPllOK63RfoyMJRY4BkbUboibHnvocTznU= +github.com/go-orb/plugins/server/drpc v0.0.0-20231206042754-386df184f3b8 h1:4Pf4jYjmg2XUIKUO4D7KCyeY5VqvCGJXmEv3/kQ7Y+4= +github.com/go-orb/plugins/server/drpc v0.0.0-20231206042754-386df184f3b8/go.mod h1:7/d6F1BicKo3Ohjyc3o20dgDwSG3q2fD94pdG+Vo3Ck= github.com/go-orb/plugins/server/grpc v0.0.0-20231205052311-482ca12d811d h1:O9rvdJqRlWrzvgbiU975hTORnR2ryqSNTLozVtTNQWI= github.com/go-orb/plugins/server/grpc v0.0.0-20231205052311-482ca12d811d/go.mod h1:BvYEgrYvrcPDX7x3/C8oN/cl1HmOqW1HTootQNuJMSk= +github.com/go-orb/plugins/server/grpc v0.0.0-20231206042754-386df184f3b8 h1:OYB9qivTSUK1CuVq2j7pbocsJenNz6M7UxUxPX7aGdE= +github.com/go-orb/plugins/server/grpc v0.0.0-20231206042754-386df184f3b8/go.mod h1:zn286H8tLNfxnGQrvjtYwxNc3IGVvAMO5SJ7Ctdzr7s= github.com/go-orb/plugins/server/hertz v0.0.0-20231205052311-482ca12d811d h1:ycmJdqc2RaWn2T9iPkg9yeHjhDExH5jOTUCPqF3rmYg= github.com/go-orb/plugins/server/hertz v0.0.0-20231205052311-482ca12d811d/go.mod h1:9UPdKGOWNiIH3KWBkUwlXCGiY3Hu9upLUvnrMdXYsjc= +github.com/go-orb/plugins/server/hertz v0.0.0-20231206042754-386df184f3b8 h1:Q1o66IDhUcfx2Fbo6dYQRW9VCyvB8S2GlxOv8Nb2Phc= +github.com/go-orb/plugins/server/hertz v0.0.0-20231206042754-386df184f3b8/go.mod h1:Xl7v4XkoFQhBJhmWfMk9ssBdlcro9Py9iLw3heK7JDU= github.com/go-orb/plugins/server/http v0.0.0-20231205052311-482ca12d811d h1:3DnV74lNjbrW40P3JwCgEuhjrMwHbJJXvqlY1/A8uaQ= github.com/go-orb/plugins/server/http v0.0.0-20231205052311-482ca12d811d/go.mod h1:ANDH1eWctqLEDRABl0zgMjfAzc5xZ+d9X+TQT2KQ544= +github.com/go-orb/plugins/server/http v0.0.0-20231206042754-386df184f3b8 h1:snUtwNhuo2fXNEkJp2LVS7smfc9PCxadT7hiCnbeEqo= +github.com/go-orb/plugins/server/http v0.0.0-20231206042754-386df184f3b8/go.mod h1:uyBIbAL2s8dS/lOvN128CvyC8VZ0/SPwlcu3rNXL4zc= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI= github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls= diff --git a/client/orb/transport/basehertz/go.mod b/client/orb/transport/basehertz/go.mod index 81a96893..93035196 100644 --- a/client/orb/transport/basehertz/go.mod +++ b/client/orb/transport/basehertz/go.mod @@ -5,7 +5,7 @@ go 1.21.4 require ( github.com/cloudwego/hertz v0.7.2 github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 ) require ( diff --git a/client/orb/transport/basehertz/go.sum b/client/orb/transport/basehertz/go.sum index c7e008cc..a1a94ae0 100644 --- a/client/orb/transport/basehertz/go.sum +++ b/client/orb/transport/basehertz/go.sum @@ -40,6 +40,8 @@ github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b h1:9lg1vas/UKYhd+SmI github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b/go.mod h1:esPD35O0lg1ksWTaiiYFJaAtH+Srku8DuoN0L91fvp0= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d h1:gGNdaIn86SK5dh8PM29bxnJERwIixmWLOIjQ+JBvas8= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d/go.mod h1:l/PcMxCOSaY3Lm71obNbkhuBJZVq9wCd1L3EPQ94P4Q= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 h1:bmoCt8QGKBOMFRylCBFwunelLiflyUj8h+nWGltpsZI= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/client/orb/transport/basehttp/go.mod b/client/orb/transport/basehttp/go.mod index d23e5353..53382dd1 100644 --- a/client/orb/transport/basehttp/go.mod +++ b/client/orb/transport/basehttp/go.mod @@ -4,7 +4,7 @@ go 1.21.4 require ( github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 ) require github.com/cornelk/hashmap v1.0.8 // indirect diff --git a/client/orb/transport/basehttp/go.sum b/client/orb/transport/basehttp/go.sum index 2afc2d35..d2a9636f 100644 --- a/client/orb/transport/basehttp/go.sum +++ b/client/orb/transport/basehttp/go.sum @@ -6,6 +6,8 @@ github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b h1:9lg1vas/UKYhd+SmI github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b/go.mod h1:esPD35O0lg1ksWTaiiYFJaAtH+Srku8DuoN0L91fvp0= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d h1:gGNdaIn86SK5dh8PM29bxnJERwIixmWLOIjQ+JBvas8= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d/go.mod h1:l/PcMxCOSaY3Lm71obNbkhuBJZVq9wCd1L3EPQ94P4Q= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 h1:bmoCt8QGKBOMFRylCBFwunelLiflyUj8h+nWGltpsZI= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= diff --git a/client/orb/transport/drpc/go.mod b/client/orb/transport/drpc/go.mod index c59a5752..b094d79e 100644 --- a/client/orb/transport/drpc/go.mod +++ b/client/orb/transport/drpc/go.mod @@ -4,7 +4,7 @@ go 1.21.4 require ( github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d diff --git a/client/orb/transport/drpc/go.sum b/client/orb/transport/drpc/go.sum index adc15ec5..bac1a7ef 100644 --- a/client/orb/transport/drpc/go.sum +++ b/client/orb/transport/drpc/go.sum @@ -42,6 +42,8 @@ github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b h1:9lg1vas/UKYhd+SmI github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b/go.mod h1:esPD35O0lg1ksWTaiiYFJaAtH+Srku8DuoN0L91fvp0= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d h1:gGNdaIn86SK5dh8PM29bxnJERwIixmWLOIjQ+JBvas8= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d/go.mod h1:l/PcMxCOSaY3Lm71obNbkhuBJZVq9wCd1L3EPQ94P4Q= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 h1:bmoCt8QGKBOMFRylCBFwunelLiflyUj8h+nWGltpsZI= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 h1:2ygm/mJfGtC/dNvrgXy7v57pSPDmAy3mitejcmouOCk= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:OBpWNo8j7owv13FexdfA7u3yVGDq73XXt007cDLMUsA= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d h1:sLkCVFSIcM+wabC782u9fmvBnFXKvOXWTZVtOUKuqS8= diff --git a/client/orb/transport/grpc/go.mod b/client/orb/transport/grpc/go.mod index 7b56d277..4fb419d6 100644 --- a/client/orb/transport/grpc/go.mod +++ b/client/orb/transport/grpc/go.mod @@ -4,7 +4,7 @@ go 1.21.4 require ( github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d diff --git a/client/orb/transport/grpc/go.sum b/client/orb/transport/grpc/go.sum index f307d3e1..3e776003 100644 --- a/client/orb/transport/grpc/go.sum +++ b/client/orb/transport/grpc/go.sum @@ -71,6 +71,8 @@ github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b h1:9lg1vas/UKYhd+SmI github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b/go.mod h1:esPD35O0lg1ksWTaiiYFJaAtH+Srku8DuoN0L91fvp0= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d h1:gGNdaIn86SK5dh8PM29bxnJERwIixmWLOIjQ+JBvas8= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d/go.mod h1:l/PcMxCOSaY3Lm71obNbkhuBJZVq9wCd1L3EPQ94P4Q= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 h1:bmoCt8QGKBOMFRylCBFwunelLiflyUj8h+nWGltpsZI= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 h1:2ygm/mJfGtC/dNvrgXy7v57pSPDmAy3mitejcmouOCk= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:OBpWNo8j7owv13FexdfA7u3yVGDq73XXt007cDLMUsA= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d h1:sLkCVFSIcM+wabC782u9fmvBnFXKvOXWTZVtOUKuqS8= diff --git a/client/orb/transport/h2c/go.mod b/client/orb/transport/h2c/go.mod index f3223884..707a8d3a 100644 --- a/client/orb/transport/h2c/go.mod +++ b/client/orb/transport/h2c/go.mod @@ -4,8 +4,8 @@ go 1.21.4 require ( github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8 github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d diff --git a/client/orb/transport/h2c/go.sum b/client/orb/transport/h2c/go.sum index d6346260..33cfa4a4 100644 --- a/client/orb/transport/h2c/go.sum +++ b/client/orb/transport/h2c/go.sum @@ -71,8 +71,12 @@ github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b h1:9lg1vas/UKYhd+SmI github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b/go.mod h1:esPD35O0lg1ksWTaiiYFJaAtH+Srku8DuoN0L91fvp0= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d h1:gGNdaIn86SK5dh8PM29bxnJERwIixmWLOIjQ+JBvas8= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d/go.mod h1:l/PcMxCOSaY3Lm71obNbkhuBJZVq9wCd1L3EPQ94P4Q= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 h1:bmoCt8QGKBOMFRylCBFwunelLiflyUj8h+nWGltpsZI= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d h1:H137KycRatHPpEX86JTdranTZRE9MDhKqVrFfjbJnZU= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d/go.mod h1:zjMemu6YavzjIY9+z0J5VbBi5BZn5mCH5QWE/6BfLjg= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8 h1:EUBVYcERpfcwzx6L0Nn9zFuf9LIrsOkCUN7hkPQyQPY= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8/go.mod h1:z51cC+01j4PNPm9bpkap0zxNV3oOvmD89CBHO+L7Ck4= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 h1:2ygm/mJfGtC/dNvrgXy7v57pSPDmAy3mitejcmouOCk= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:OBpWNo8j7owv13FexdfA7u3yVGDq73XXt007cDLMUsA= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d h1:sLkCVFSIcM+wabC782u9fmvBnFXKvOXWTZVtOUKuqS8= diff --git a/client/orb/transport/hertzh2c/go.mod b/client/orb/transport/hertzh2c/go.mod index f03d985d..331d4a4a 100644 --- a/client/orb/transport/hertzh2c/go.mod +++ b/client/orb/transport/hertzh2c/go.mod @@ -5,8 +5,8 @@ go 1.21.4 require ( github.com/cloudwego/hertz v0.7.2 github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206042754-386df184f3b8 github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d @@ -16,6 +16,7 @@ require ( github.com/go-orb/plugins/registry/consul v0.0.0-20231205052311-482ca12d811d github.com/go-orb/plugins/registry/mdns v0.0.0-20231205052311-482ca12d811d github.com/go-orb/plugins/server/http v0.0.0-20231205052311-482ca12d811d + github.com/hertz-contrib/http2 v0.1.8 github.com/stretchr/testify v1.8.4 ) @@ -50,7 +51,6 @@ require ( github.com/hashicorp/go-rootcerts v1.0.2 // indirect github.com/hashicorp/golang-lru v1.0.2 // indirect github.com/hashicorp/serf v0.10.1 // indirect - github.com/hertz-contrib/http2 v0.1.8 // indirect github.com/klauspost/cpuid/v2 v2.2.6 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect diff --git a/client/orb/transport/hertzh2c/go.sum b/client/orb/transport/hertzh2c/go.sum index 96a3b3e8..1568ae41 100644 --- a/client/orb/transport/hertzh2c/go.sum +++ b/client/orb/transport/hertzh2c/go.sum @@ -71,8 +71,12 @@ github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b h1:9lg1vas/UKYhd+SmI github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b/go.mod h1:esPD35O0lg1ksWTaiiYFJaAtH+Srku8DuoN0L91fvp0= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d h1:gGNdaIn86SK5dh8PM29bxnJERwIixmWLOIjQ+JBvas8= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d/go.mod h1:l/PcMxCOSaY3Lm71obNbkhuBJZVq9wCd1L3EPQ94P4Q= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 h1:bmoCt8QGKBOMFRylCBFwunelLiflyUj8h+nWGltpsZI= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231205052311-482ca12d811d h1:08WFPgDpNgd2wFMVEoiLPh7beuNfFNP5Jh84s++9exE= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231205052311-482ca12d811d/go.mod h1:bsStSjTqzm1cjOtMThYkkxQCXerOTNwSkFV8V9DtEV4= +github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206042754-386df184f3b8 h1:yh3LjEC+3yHv7Y1aAUzsi9oEX46xJGA265JcX1Jjq04= +github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206042754-386df184f3b8/go.mod h1:jIilCtYh7Nzh6a8HdZIo831NBniHvbaBJuV0g87BWjk= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 h1:2ygm/mJfGtC/dNvrgXy7v57pSPDmAy3mitejcmouOCk= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:OBpWNo8j7owv13FexdfA7u3yVGDq73XXt007cDLMUsA= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d h1:sLkCVFSIcM+wabC782u9fmvBnFXKvOXWTZVtOUKuqS8= diff --git a/client/orb/transport/hertzhttp/go.mod b/client/orb/transport/hertzhttp/go.mod index ce04dcb9..517386ff 100644 --- a/client/orb/transport/hertzhttp/go.mod +++ b/client/orb/transport/hertzhttp/go.mod @@ -5,8 +5,8 @@ go 1.21.4 require ( github.com/cloudwego/hertz v0.7.2 github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206042754-386df184f3b8 github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d diff --git a/client/orb/transport/hertzhttp/go.sum b/client/orb/transport/hertzhttp/go.sum index 96a3b3e8..1568ae41 100644 --- a/client/orb/transport/hertzhttp/go.sum +++ b/client/orb/transport/hertzhttp/go.sum @@ -71,8 +71,12 @@ github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b h1:9lg1vas/UKYhd+SmI github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b/go.mod h1:esPD35O0lg1ksWTaiiYFJaAtH+Srku8DuoN0L91fvp0= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d h1:gGNdaIn86SK5dh8PM29bxnJERwIixmWLOIjQ+JBvas8= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d/go.mod h1:l/PcMxCOSaY3Lm71obNbkhuBJZVq9wCd1L3EPQ94P4Q= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 h1:bmoCt8QGKBOMFRylCBFwunelLiflyUj8h+nWGltpsZI= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231205052311-482ca12d811d h1:08WFPgDpNgd2wFMVEoiLPh7beuNfFNP5Jh84s++9exE= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231205052311-482ca12d811d/go.mod h1:bsStSjTqzm1cjOtMThYkkxQCXerOTNwSkFV8V9DtEV4= +github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206042754-386df184f3b8 h1:yh3LjEC+3yHv7Y1aAUzsi9oEX46xJGA265JcX1Jjq04= +github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206042754-386df184f3b8/go.mod h1:jIilCtYh7Nzh6a8HdZIo831NBniHvbaBJuV0g87BWjk= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 h1:2ygm/mJfGtC/dNvrgXy7v57pSPDmAy3mitejcmouOCk= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:OBpWNo8j7owv13FexdfA7u3yVGDq73XXt007cDLMUsA= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d h1:sLkCVFSIcM+wabC782u9fmvBnFXKvOXWTZVtOUKuqS8= diff --git a/client/orb/transport/http/go.mod b/client/orb/transport/http/go.mod index 2e0934ba..d2d5c061 100644 --- a/client/orb/transport/http/go.mod +++ b/client/orb/transport/http/go.mod @@ -4,8 +4,8 @@ go 1.21.4 require ( github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8 github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d diff --git a/client/orb/transport/http/go.sum b/client/orb/transport/http/go.sum index d6346260..33cfa4a4 100644 --- a/client/orb/transport/http/go.sum +++ b/client/orb/transport/http/go.sum @@ -71,8 +71,12 @@ github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b h1:9lg1vas/UKYhd+SmI github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b/go.mod h1:esPD35O0lg1ksWTaiiYFJaAtH+Srku8DuoN0L91fvp0= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d h1:gGNdaIn86SK5dh8PM29bxnJERwIixmWLOIjQ+JBvas8= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d/go.mod h1:l/PcMxCOSaY3Lm71obNbkhuBJZVq9wCd1L3EPQ94P4Q= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 h1:bmoCt8QGKBOMFRylCBFwunelLiflyUj8h+nWGltpsZI= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d h1:H137KycRatHPpEX86JTdranTZRE9MDhKqVrFfjbJnZU= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d/go.mod h1:zjMemu6YavzjIY9+z0J5VbBi5BZn5mCH5QWE/6BfLjg= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8 h1:EUBVYcERpfcwzx6L0Nn9zFuf9LIrsOkCUN7hkPQyQPY= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8/go.mod h1:z51cC+01j4PNPm9bpkap0zxNV3oOvmD89CBHO+L7Ck4= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 h1:2ygm/mJfGtC/dNvrgXy7v57pSPDmAy3mitejcmouOCk= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:OBpWNo8j7owv13FexdfA7u3yVGDq73XXt007cDLMUsA= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d h1:sLkCVFSIcM+wabC782u9fmvBnFXKvOXWTZVtOUKuqS8= diff --git a/client/orb/transport/http3/go.mod b/client/orb/transport/http3/go.mod index 5187e57a..4da3c1c1 100644 --- a/client/orb/transport/http3/go.mod +++ b/client/orb/transport/http3/go.mod @@ -4,8 +4,8 @@ go 1.21.4 require ( github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8 github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d diff --git a/client/orb/transport/http3/go.sum b/client/orb/transport/http3/go.sum index d6346260..33cfa4a4 100644 --- a/client/orb/transport/http3/go.sum +++ b/client/orb/transport/http3/go.sum @@ -71,8 +71,12 @@ github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b h1:9lg1vas/UKYhd+SmI github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b/go.mod h1:esPD35O0lg1ksWTaiiYFJaAtH+Srku8DuoN0L91fvp0= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d h1:gGNdaIn86SK5dh8PM29bxnJERwIixmWLOIjQ+JBvas8= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d/go.mod h1:l/PcMxCOSaY3Lm71obNbkhuBJZVq9wCd1L3EPQ94P4Q= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 h1:bmoCt8QGKBOMFRylCBFwunelLiflyUj8h+nWGltpsZI= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d h1:H137KycRatHPpEX86JTdranTZRE9MDhKqVrFfjbJnZU= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d/go.mod h1:zjMemu6YavzjIY9+z0J5VbBi5BZn5mCH5QWE/6BfLjg= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8 h1:EUBVYcERpfcwzx6L0Nn9zFuf9LIrsOkCUN7hkPQyQPY= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8/go.mod h1:z51cC+01j4PNPm9bpkap0zxNV3oOvmD89CBHO+L7Ck4= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 h1:2ygm/mJfGtC/dNvrgXy7v57pSPDmAy3mitejcmouOCk= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:OBpWNo8j7owv13FexdfA7u3yVGDq73XXt007cDLMUsA= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d h1:sLkCVFSIcM+wabC782u9fmvBnFXKvOXWTZVtOUKuqS8= diff --git a/client/orb/transport/https/go.mod b/client/orb/transport/https/go.mod index 52e18ce8..09bcfb7e 100644 --- a/client/orb/transport/https/go.mod +++ b/client/orb/transport/https/go.mod @@ -4,8 +4,8 @@ go 1.21.4 require ( github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8 github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d diff --git a/client/orb/transport/https/go.sum b/client/orb/transport/https/go.sum index d6346260..33cfa4a4 100644 --- a/client/orb/transport/https/go.sum +++ b/client/orb/transport/https/go.sum @@ -71,8 +71,12 @@ github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b h1:9lg1vas/UKYhd+SmI github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b/go.mod h1:esPD35O0lg1ksWTaiiYFJaAtH+Srku8DuoN0L91fvp0= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d h1:gGNdaIn86SK5dh8PM29bxnJERwIixmWLOIjQ+JBvas8= github.com/go-orb/plugins/client/orb v0.0.0-20231205052311-482ca12d811d/go.mod h1:l/PcMxCOSaY3Lm71obNbkhuBJZVq9wCd1L3EPQ94P4Q= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8 h1:bmoCt8QGKBOMFRylCBFwunelLiflyUj8h+nWGltpsZI= +github.com/go-orb/plugins/client/orb v0.0.0-20231206042754-386df184f3b8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d h1:H137KycRatHPpEX86JTdranTZRE9MDhKqVrFfjbJnZU= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231205052311-482ca12d811d/go.mod h1:zjMemu6YavzjIY9+z0J5VbBi5BZn5mCH5QWE/6BfLjg= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8 h1:EUBVYcERpfcwzx6L0Nn9zFuf9LIrsOkCUN7hkPQyQPY= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206042754-386df184f3b8/go.mod h1:z51cC+01j4PNPm9bpkap0zxNV3oOvmD89CBHO+L7Ck4= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05 h1:2ygm/mJfGtC/dNvrgXy7v57pSPDmAy3mitejcmouOCk= github.com/go-orb/plugins/client/tests v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:OBpWNo8j7owv13FexdfA7u3yVGDq73XXt007cDLMUsA= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d h1:sLkCVFSIcM+wabC782u9fmvBnFXKvOXWTZVtOUKuqS8= diff --git a/client/tests/go.mod b/client/tests/go.mod index 90b9e321..f3bc99e4 100644 --- a/client/tests/go.mod +++ b/client/tests/go.mod @@ -4,19 +4,19 @@ go 1.21.4 require ( github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/codecs/yaml v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/config/source/file v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/log/lumberjack v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/log/slog v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/registry/consul v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/registry/mdns v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/server/drpc v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/server/grpc v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/server/hertz v0.0.0-20231205052311-482ca12d811d - github.com/go-orb/plugins/server/http v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/codecs/proto v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/config/source/file v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/log/slog v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/registry/consul v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/registry/mdns v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/server/drpc v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/server/grpc v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/server/hertz v0.0.0-20231206042754-386df184f3b8 + github.com/go-orb/plugins/server/http v0.0.0-20231206042754-386df184f3b8 github.com/google/wire v0.5.0 github.com/hashicorp/consul/sdk v0.15.0 github.com/stretchr/testify v1.8.4 @@ -44,7 +44,7 @@ require ( github.com/fatih/color v1.16.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/go-chi/chi v1.5.5 // indirect - github.com/go-orb/plugins/registry/regutil v0.0.0-20231205052311-482ca12d811d // indirect + github.com/go-orb/plugins/registry/regutil v0.0.0-20231206042754-386df184f3b8 // indirect github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/google/pprof v0.0.0-20231205033806-a5a03c77bf08 // indirect diff --git a/client/tests/go.sum b/client/tests/go.sum index 6ca89159..390a740a 100644 --- a/client/tests/go.sum +++ b/client/tests/go.sum @@ -74,34 +74,62 @@ github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b h1:9lg1vas/UKYhd+SmI github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b/go.mod h1:esPD35O0lg1ksWTaiiYFJaAtH+Srku8DuoN0L91fvp0= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d h1:sLkCVFSIcM+wabC782u9fmvBnFXKvOXWTZVtOUKuqS8= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231205052311-482ca12d811d/go.mod h1:dMuNs3Btn7qUgPE5Wu/2vjX/XWUsIQGSZ5Y8p6AIJKA= +github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206042754-386df184f3b8 h1:depIXBRIGLkhcA81H+mtvLLAtqR7c5hT8GGzHn6azfU= +github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206042754-386df184f3b8/go.mod h1:iAxCNf8Ygq38xzYEWNifmwQRorz0gJfZ7Bk5KGodQM0= github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d h1:zZBm5OKs2yyhFMVRp6/9ceVdPs/NPtJ6x222FawQ9TA= github.com/go-orb/plugins/codecs/proto v0.0.0-20231205052311-482ca12d811d/go.mod h1:HGEfvIM6HsnpY/4ceJ3kXeKXMF9FYmnqGH70gkGNDyI= +github.com/go-orb/plugins/codecs/proto v0.0.0-20231206042754-386df184f3b8 h1:VgCFJAGCrvVI3AfRlAgCLyxuVCIb2hJJjqcFmT0BnAM= +github.com/go-orb/plugins/codecs/proto v0.0.0-20231206042754-386df184f3b8/go.mod h1:/CfsLwZ5tYLoLJgMpgMPYn+QpGcd6prpJPnCInX1y4c= github.com/go-orb/plugins/codecs/yaml v0.0.0-20231205052311-482ca12d811d h1:5K6Xm3NQvbjhqNfkIRfmHF1lkz+L9XMNfcGO1GYgJhQ= github.com/go-orb/plugins/codecs/yaml v0.0.0-20231205052311-482ca12d811d/go.mod h1:j7Xu5w+cpedUh2rZPRYsL/2h5fwGsxSu+m03J+BM6So= +github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206042754-386df184f3b8 h1:OKc3ZtnFeiOwnVEfhzKLcuDBJjmCQoWTcvlT7aU5Gs8= +github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206042754-386df184f3b8/go.mod h1:RkkK7CTjPErJJhN9F1gRsJJaWoOSokO74PBnuVeiKFM= github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231205052311-482ca12d811d h1:Gavx145hh8A5ssxm+qA7rwAn0jmpWL2ROw5muym6004= github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231205052311-482ca12d811d/go.mod h1:W5cFAEWktR5EdxQdpudmyAth9y6LDPBx1zAhINWrJAo= +github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206042754-386df184f3b8 h1:kpL95UwWua/DEi6Pzhnh6IlfD6usNnw96z/bLNHgNqE= +github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206042754-386df184f3b8/go.mod h1:QImbJQlRBawvzY4UBD1wi6yfm1iWYaQp8rFjoLV+YLQ= github.com/go-orb/plugins/config/source/file v0.0.0-20231205052311-482ca12d811d h1:bbO5aqFj2VxS8FrkyLnqHCs92VkyIRl8vVxx++Dsbqk= github.com/go-orb/plugins/config/source/file v0.0.0-20231205052311-482ca12d811d/go.mod h1:JeQPUsW7ZpuTkRnx4YOlDvBFwv4wdR2zUDzhcwyrPnw= +github.com/go-orb/plugins/config/source/file v0.0.0-20231206042754-386df184f3b8 h1:vczxh+zOJRDj7Rl0AFHjLpag6fgeRt54byZyVgXcmcQ= +github.com/go-orb/plugins/config/source/file v0.0.0-20231206042754-386df184f3b8/go.mod h1:i3Yh8hu6kgKMMs0MPNFj8+1WxRm+NNxGaGZsGHzrTnw= github.com/go-orb/plugins/log/lumberjack v0.0.0-20231205052311-482ca12d811d h1:gW2rdQA+THszFrNFW0IA/Yfo1MApk7m4btzPEGUavSo= github.com/go-orb/plugins/log/lumberjack v0.0.0-20231205052311-482ca12d811d/go.mod h1:3foB2sN8f46Q4p6YebJ0lIfpGmJJjloiz33RI9HhexY= +github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206042754-386df184f3b8 h1:a5YZTRvQulyc9eK5O0lnPZPwYbRWff90N7BuudWaqDU= +github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206042754-386df184f3b8/go.mod h1:W0HJRx/lyhlVIluiqE8AwaNffDf5f8QluDW6rBvsEjc= github.com/go-orb/plugins/log/slog v0.0.0-20231205052311-482ca12d811d h1:AdAuXO60ixnjMXD0A9HySIbCSLGrqiCOxkxG2uHSS1E= github.com/go-orb/plugins/log/slog v0.0.0-20231205052311-482ca12d811d/go.mod h1:CWYWUlVqdGd7To0WYb7FTSvyPQOM9/Ra3DDUXIMdHWY= +github.com/go-orb/plugins/log/slog v0.0.0-20231206042754-386df184f3b8 h1:zEhFaA4jCLVY5yL1lfUVgzIWr5SBGAo2st1/wL+Z8iE= +github.com/go-orb/plugins/log/slog v0.0.0-20231206042754-386df184f3b8/go.mod h1:SSlXvvFZlEnbzt+OdN8rLqsQRmrSllEVt7Zb1ibfkWc= github.com/go-orb/plugins/registry/consul v0.0.0-20231205052311-482ca12d811d h1:nEuKj4QuBVy4ssBrCEP0DppX+DeVQOV3hSMFlDazSbE= github.com/go-orb/plugins/registry/consul v0.0.0-20231205052311-482ca12d811d/go.mod h1:sgFaHMKkCmZoXJSnii1F/X55BYH2FBIy9KAiSOePfqc= +github.com/go-orb/plugins/registry/consul v0.0.0-20231206042754-386df184f3b8 h1:7JgYgsUgl0pI0KuDMxs6xE8x6x+e8xMh30SjufSsebM= +github.com/go-orb/plugins/registry/consul v0.0.0-20231206042754-386df184f3b8/go.mod h1:Yx2vmVdsZHTrkUgj5K3ay7BvSuzGnu7dyTt91QLZms0= github.com/go-orb/plugins/registry/mdns v0.0.0-20231205052311-482ca12d811d h1:8WHA4VxWeSiwuhxDghkOemKCFSXXExxri9ZE0fcDrnQ= github.com/go-orb/plugins/registry/mdns v0.0.0-20231205052311-482ca12d811d/go.mod h1:Q1LIdW1yCcFQ9ApSgelVxjOtc0N5Rw4QepCizfwyQWI= +github.com/go-orb/plugins/registry/mdns v0.0.0-20231206042754-386df184f3b8 h1:oAgCr5EhjGa+gVV84qstSCtiz3wriLoKJk0d2z2YVwg= +github.com/go-orb/plugins/registry/mdns v0.0.0-20231206042754-386df184f3b8/go.mod h1:U8mDTZRPhCIzeUkVCLU+D+3FJwclnD051ZkKVUVoasU= github.com/go-orb/plugins/registry/regutil v0.0.0-20231205052311-482ca12d811d h1:YtOiPpdf5+oEQEnIqCBVUEVlFfhveDrBgyA/KbhtAP0= github.com/go-orb/plugins/registry/regutil v0.0.0-20231205052311-482ca12d811d/go.mod h1:9JM12HiMcJiy0pfS62ijOldhlyPMa/b57oupEfQMH8U= +github.com/go-orb/plugins/registry/regutil v0.0.0-20231206042754-386df184f3b8 h1:j0hoUYnLcCgwA741Ubjf/0zsOHYwWtu2OnQA69OpESM= +github.com/go-orb/plugins/registry/regutil v0.0.0-20231206042754-386df184f3b8/go.mod h1:nm1pQM4sAj/ziFFhLOwqqaHmzbHnislQ59yN4zeRC6s= github.com/go-orb/plugins/registry/tests v0.0.0-20231205051152-a7c84fe79f05 h1:HL6/6l+Ezio0mdvZo+fCK6ssGFFrk4EucqCKXwGGlIU= github.com/go-orb/plugins/registry/tests v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:Nvf7DoZwRN7beKCb3ty4ydfI4eJeQR1x6LkckEjMsoQ= github.com/go-orb/plugins/server/drpc v0.0.0-20231205052311-482ca12d811d h1:fA4Z+Ddsh08oyDHZLFhfXRjp8z1E095VjffOxt9dgjs= github.com/go-orb/plugins/server/drpc v0.0.0-20231205052311-482ca12d811d/go.mod h1:UqT+rUIJ4bPllOK63RfoyMJRY4BkbUboibHnvocTznU= +github.com/go-orb/plugins/server/drpc v0.0.0-20231206042754-386df184f3b8 h1:4Pf4jYjmg2XUIKUO4D7KCyeY5VqvCGJXmEv3/kQ7Y+4= +github.com/go-orb/plugins/server/drpc v0.0.0-20231206042754-386df184f3b8/go.mod h1:7/d6F1BicKo3Ohjyc3o20dgDwSG3q2fD94pdG+Vo3Ck= github.com/go-orb/plugins/server/grpc v0.0.0-20231205052311-482ca12d811d h1:O9rvdJqRlWrzvgbiU975hTORnR2ryqSNTLozVtTNQWI= github.com/go-orb/plugins/server/grpc v0.0.0-20231205052311-482ca12d811d/go.mod h1:BvYEgrYvrcPDX7x3/C8oN/cl1HmOqW1HTootQNuJMSk= +github.com/go-orb/plugins/server/grpc v0.0.0-20231206042754-386df184f3b8 h1:OYB9qivTSUK1CuVq2j7pbocsJenNz6M7UxUxPX7aGdE= +github.com/go-orb/plugins/server/grpc v0.0.0-20231206042754-386df184f3b8/go.mod h1:zn286H8tLNfxnGQrvjtYwxNc3IGVvAMO5SJ7Ctdzr7s= github.com/go-orb/plugins/server/hertz v0.0.0-20231205052311-482ca12d811d h1:ycmJdqc2RaWn2T9iPkg9yeHjhDExH5jOTUCPqF3rmYg= github.com/go-orb/plugins/server/hertz v0.0.0-20231205052311-482ca12d811d/go.mod h1:9UPdKGOWNiIH3KWBkUwlXCGiY3Hu9upLUvnrMdXYsjc= +github.com/go-orb/plugins/server/hertz v0.0.0-20231206042754-386df184f3b8 h1:Q1o66IDhUcfx2Fbo6dYQRW9VCyvB8S2GlxOv8Nb2Phc= +github.com/go-orb/plugins/server/hertz v0.0.0-20231206042754-386df184f3b8/go.mod h1:Xl7v4XkoFQhBJhmWfMk9ssBdlcro9Py9iLw3heK7JDU= github.com/go-orb/plugins/server/http v0.0.0-20231205052311-482ca12d811d h1:3DnV74lNjbrW40P3JwCgEuhjrMwHbJJXvqlY1/A8uaQ= github.com/go-orb/plugins/server/http v0.0.0-20231205052311-482ca12d811d/go.mod h1:ANDH1eWctqLEDRABl0zgMjfAzc5xZ+d9X+TQT2KQ544= +github.com/go-orb/plugins/server/http v0.0.0-20231206042754-386df184f3b8 h1:snUtwNhuo2fXNEkJp2LVS7smfc9PCxadT7hiCnbeEqo= +github.com/go-orb/plugins/server/http v0.0.0-20231206042754-386df184f3b8/go.mod h1:uyBIbAL2s8dS/lOvN128CvyC8VZ0/SPwlcu3rNXL4zc= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI= github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls= diff --git a/registry/consul/go.mod b/registry/consul/go.mod index 28f8956f..a9dedca0 100644 --- a/registry/consul/go.mod +++ b/registry/consul/go.mod @@ -5,7 +5,7 @@ go 1.21.4 require ( github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b github.com/go-orb/plugins/log/slog v0.0.0-20231205051152-a7c84fe79f05 - github.com/go-orb/plugins/registry/regutil v0.0.0-20231205052311-482ca12d811d + github.com/go-orb/plugins/registry/regutil v0.0.0-20231206042754-386df184f3b8 github.com/go-orb/plugins/registry/tests v0.0.0-20231205051152-a7c84fe79f05 github.com/google/uuid v1.4.0 github.com/hashicorp/consul/api v1.26.1 diff --git a/registry/consul/go.sum b/registry/consul/go.sum index 7f5d3456..2827d8a4 100644 --- a/registry/consul/go.sum +++ b/registry/consul/go.sum @@ -37,6 +37,8 @@ github.com/go-orb/plugins/log/slog v0.0.0-20231205051152-a7c84fe79f05 h1:CiLUwsu github.com/go-orb/plugins/log/slog v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:CWYWUlVqdGd7To0WYb7FTSvyPQOM9/Ra3DDUXIMdHWY= github.com/go-orb/plugins/registry/regutil v0.0.0-20231205052311-482ca12d811d h1:YtOiPpdf5+oEQEnIqCBVUEVlFfhveDrBgyA/KbhtAP0= github.com/go-orb/plugins/registry/regutil v0.0.0-20231205052311-482ca12d811d/go.mod h1:9JM12HiMcJiy0pfS62ijOldhlyPMa/b57oupEfQMH8U= +github.com/go-orb/plugins/registry/regutil v0.0.0-20231206042754-386df184f3b8 h1:j0hoUYnLcCgwA741Ubjf/0zsOHYwWtu2OnQA69OpESM= +github.com/go-orb/plugins/registry/regutil v0.0.0-20231206042754-386df184f3b8/go.mod h1:nm1pQM4sAj/ziFFhLOwqqaHmzbHnislQ59yN4zeRC6s= github.com/go-orb/plugins/registry/tests v0.0.0-20231205051152-a7c84fe79f05 h1:HL6/6l+Ezio0mdvZo+fCK6ssGFFrk4EucqCKXwGGlIU= github.com/go-orb/plugins/registry/tests v0.0.0-20231205051152-a7c84fe79f05/go.mod h1:Nvf7DoZwRN7beKCb3ty4ydfI4eJeQR1x6LkckEjMsoQ= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= diff --git a/server/drpc/go.mod b/server/drpc/go.mod index 35c045c3..f17e5e96 100644 --- a/server/drpc/go.mod +++ b/server/drpc/go.mod @@ -5,6 +5,7 @@ go 1.21.4 require ( github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b github.com/google/uuid v1.4.0 + github.com/hashicorp/yamux v0.1.1 storj.io/drpc v0.0.33 ) diff --git a/server/drpc/go.sum b/server/drpc/go.sum index c2ecc01a..5d869df5 100644 --- a/server/drpc/go.sum +++ b/server/drpc/go.sum @@ -12,6 +12,8 @@ github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo= github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= +github.com/hashicorp/yamux v0.1.1 h1:yrQxtgseBDrq9Y652vSRDvsKCJKOUD+GzTS4Y0Y8pvE= +github.com/hashicorp/yamux v0.1.1/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=