Skip to content

Commit

Permalink
fix(all): go-task update
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Dec 6, 2023
1 parent 386df18 commit 39c19db
Show file tree
Hide file tree
Showing 28 changed files with 169 additions and 57 deletions.
51 changes: 26 additions & 25 deletions benchmarks/rps/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
46 changes: 46 additions & 0 deletions benchmarks/rps/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion client/orb/transport/basehertz/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 2 additions & 0 deletions client/orb/transport/basehertz/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion client/orb/transport/basehttp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 39c19db

Please sign in to comment.