From d3e504c766e123996f54febb9e5a79cfdf107a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Wed, 6 Dec 2023 17:18:50 +0100 Subject: [PATCH] fix(all): go-task update, pt2. --- benchmarks/rps/go.mod | 52 +++++++++++++-------------- benchmarks/rps/go.sum | 46 ++++++++++++++++++++++++ client/orb/transport/basehertz/go.mod | 2 +- client/orb/transport/basehertz/go.sum | 2 ++ client/orb/transport/basehttp/go.mod | 2 +- client/orb/transport/basehttp/go.sum | 2 ++ client/orb/transport/drpc/go.mod | 2 +- client/orb/transport/drpc/go.sum | 2 ++ client/orb/transport/grpc/go.mod | 2 +- client/orb/transport/grpc/go.sum | 2 ++ client/orb/transport/h2c/go.mod | 4 +-- client/orb/transport/h2c/go.sum | 4 +++ client/orb/transport/hertzh2c/go.mod | 4 +-- client/orb/transport/hertzh2c/go.sum | 4 +++ client/orb/transport/hertzhttp/go.mod | 4 +-- client/orb/transport/hertzhttp/go.sum | 4 +++ client/orb/transport/http/go.mod | 4 +-- client/orb/transport/http/go.sum | 4 +++ client/orb/transport/http3/go.mod | 4 +-- client/orb/transport/http3/go.sum | 4 +++ client/orb/transport/https/go.mod | 4 +-- client/orb/transport/https/go.sum | 4 +++ client/tests/go.mod | 28 +++++++-------- client/tests/go.sum | 28 +++++++++++++++ registry/consul/go.mod | 2 +- registry/consul/go.sum | 2 ++ 26 files changed, 165 insertions(+), 57 deletions(-) diff --git a/benchmarks/rps/go.mod b/benchmarks/rps/go.mod index a68dddb0..f6b6d04c 100644 --- a/benchmarks/rps/go.mod +++ b/benchmarks/rps/go.mod @@ -4,29 +4,29 @@ go 1.21.4 require ( github.com/go-orb/go-orb v0.0.0-20231205054835-5d5151ec921b - github.com/go-orb/plugins/client/middleware/log v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/h2c v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/hertzh2c v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/http3 v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/codecs/proto v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/config/source/file v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/log/slog v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/registry/consul v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/registry/mdns v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/server/drpc v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/server/grpc v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/server/hertz v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/server/http v0.0.0-20231206160454-235a736267d8 + github.com/go-orb/plugins/client/middleware/log v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/h2c v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/hertzh2c v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/http3 v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/codecs/proto v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/config/source/file v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/log/slog v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/registry/consul v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/registry/mdns v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/server/drpc v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/server/grpc v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/server/hertz v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/server/http v0.0.0-20231206161240-54de0e61ff14 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 @@ -51,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-20231206160454-235a736267d8 // indirect - github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8 // indirect - github.com/go-orb/plugins/registry/regutil v0.0.0-20231206160454-235a736267d8 // indirect + github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206161240-54de0e61ff14 // indirect + github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14 // indirect + github.com/go-orb/plugins/registry/regutil v0.0.0-20231206161240-54de0e61ff14 // 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 b7634e54..7e9b866a 100644 --- a/benchmarks/rps/go.sum +++ b/benchmarks/rps/go.sum @@ -76,98 +76,144 @@ github.com/go-orb/plugins/client/middleware/log v0.0.0-20231206043051-39c19db01b github.com/go-orb/plugins/client/middleware/log v0.0.0-20231206043051-39c19db01b8f/go.mod h1:txC3QmAPS3TLgEPjfNK97+eCbt/L5S2Zc5Oc2NSW5DQ= github.com/go-orb/plugins/client/middleware/log v0.0.0-20231206160454-235a736267d8 h1:sa4C1WLRhii49XwT4FwpUsa1GgYDd46N+Wtxp8XSlVo= github.com/go-orb/plugins/client/middleware/log v0.0.0-20231206160454-235a736267d8/go.mod h1:txC3QmAPS3TLgEPjfNK97+eCbt/L5S2Zc5Oc2NSW5DQ= +github.com/go-orb/plugins/client/middleware/log v0.0.0-20231206161240-54de0e61ff14 h1:1r3tJEVgiijca6YsDIAaqq/aKudl7xy7AvTFvAVS3oM= +github.com/go-orb/plugins/client/middleware/log v0.0.0-20231206161240-54de0e61ff14/go.mod h1:txC3QmAPS3TLgEPjfNK97+eCbt/L5S2Zc5Oc2NSW5DQ= github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f h1:GIC2Got3yjQkf5pdlMeslCww2fysgo5ijBUlKiXKBaI= github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8 h1:sKSXqenSYFwKuPkVP9kynRyNZ6zilcYyL7vEyi4KaIM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 h1:rqEtRnMhMAt3zmlUwNlLmZjmF+sxGAELXo3g4ZQIHoM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206043051-39c19db01b8f h1:j2qnGj9hcrtYMF9kCVDNuqfHwZPwTvlcWh2XGqKM5Nk= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206043051-39c19db01b8f/go.mod h1:FaxvWV7sUHKbPINgxai905yHhvDQeDLH7XN/XIqJoAg= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206160454-235a736267d8 h1:Xh1XAFQCzWQmKJIyaVVXwGotehKna89pQwmht00kG8g= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206160454-235a736267d8/go.mod h1:4upEUmBaCVOrzVUkTxOaxMGgUPrQTFrAcg3E6DkUyVs= +github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206161240-54de0e61ff14 h1:ZVsuKvYZnoBCjQJquw6CZPr2R3uu8eveTXEhXulcJzI= +github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206161240-54de0e61ff14/go.mod h1:q6qu0a0Snu8PXpSfckZ1Lm4dHw+LotKyne2cGNwE9mE= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206043051-39c19db01b8f h1:22zUMmkCaHe43dY6MU8x7rF+r4tr97Na5T+KNEDfcB8= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206043051-39c19db01b8f/go.mod h1:FEY7L26d9zyTE0dhpHeAz/gcPhCuBqfIjaYiZoGXd6U= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8 h1:RuePT+iYaw9CDN/H7H+3YWZAOBFsX2StEBd8XNoXUwM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8/go.mod h1:wJt6mlIn9Dwjn2WX4ztfg2N2Kt2BsZvnMHoAPqDkStc= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14 h1:G4TSGEPsM034LkiD+efpRRaJgfdjnxo38i8cusE8+1Q= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14/go.mod h1:gxqIumcvSRLC4/3roCJSLu5XC9rx+ad5rs4JX+gx2iQ= github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231206043051-39c19db01b8f h1:dpl/28ONCIETJzfrANqLEO9IIZbfOcgtxwEiEwjnHPg= github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231206043051-39c19db01b8f/go.mod h1:JKLyiaHn9lI0fz3Qoj4JnZNCKo0tgIkQUfPMKp9UzmU= github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231206160454-235a736267d8 h1:jyHYiFiK4mqP6gYQq4AwO1sLr9bG6ex26xYMl4XXX1g= github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231206160454-235a736267d8/go.mod h1:3vER/Moiwx9ol+8MXCzLdVOHj+cQQocKRbbVaWeB9sg= +github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231206161240-54de0e61ff14 h1:h6tJFLXITuAqjkaa/LTLWyUqspq8jg+vEzGFYbuS3mU= +github.com/go-orb/plugins/client/orb/transport/drpc v0.0.0-20231206161240-54de0e61ff14/go.mod h1:elCwMdNsueoSRjYGHLqRbTelj83Og3z0B2MsZxxfblc= github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231206043051-39c19db01b8f h1:+5W3bBZkO+GjvnBiQW2qfyqVtUS8yPTH/vWaPRSvZes= github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231206043051-39c19db01b8f/go.mod h1:qu3AWSMq7AecaUZmwT5902vQyuSAmsXlerKAs85hzV0= github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231206160454-235a736267d8 h1:ZU2p/qTKtjo0M/rg9Zh6DwQXRtvhxFn1rIrq0fslmH4= github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231206160454-235a736267d8/go.mod h1:7mCDXMUuv8k2OFpE7oHmAZMO/9xPPTJWu+2tz49Hw6I= +github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231206161240-54de0e61ff14 h1:n+1J1OQ9clft6BER9Z69gLnw863ylpqmaBGluupEyq0= +github.com/go-orb/plugins/client/orb/transport/grpc v0.0.0-20231206161240-54de0e61ff14/go.mod h1:WDIt+rNAWj9D6wsM6/sUJpwIlbuMONQDDNxhpDYBQwc= github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231206043051-39c19db01b8f h1:bE2wXOs4nCXzbboxB3beb/PcQ4kkBN4NrAKxdW8QRy4= github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231206043051-39c19db01b8f/go.mod h1:0dFWDR/6ycL5bqRo/b2QoDJhlM90vcTkylujYyEaqZo= github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231206160454-235a736267d8 h1:JCBrQ837aMR/ryNmCS4YWoaN2gMNvkgFX330yt/OIO0= github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231206160454-235a736267d8/go.mod h1:PjCYGGrPVy2EWV0UjQJs632uZsXYsvJhKy76WXUe4t0= +github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231206161240-54de0e61ff14 h1:Ue0bb+eB0WEyrrLw33xOK+ImkH4U8pTIgyW8BjQncVA= +github.com/go-orb/plugins/client/orb/transport/hertzhttp v0.0.0-20231206161240-54de0e61ff14/go.mod h1:XZ+O6webXyW+qDpHeTr/E49WgY8INTzSSvEIwHnZs1o= github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231206043051-39c19db01b8f h1:gwLTC5JMrkqV5tEjD3LShm8mmcQ1m8FoLQWZNNDZ8v8= github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231206043051-39c19db01b8f/go.mod h1:qnmPO+00U2hfn3tmb28O/EtKGiq5zq3ocNWlTvBnuBc= github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231206160454-235a736267d8 h1:QYwTeRFkrwHqEfgPwTdWexNN7VnmNDvjZvYWR6cKNlU= github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231206160454-235a736267d8/go.mod h1:rX+zi76xt0GkQN0F/SVCDauG9ri1ERAqk5HIB+z5tDs= +github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231206161240-54de0e61ff14 h1:rQSSZ6K2xzHlLUjuwsREb/6MoRTaa2F9JY1Z01tszP4= +github.com/go-orb/plugins/client/orb/transport/http v0.0.0-20231206161240-54de0e61ff14/go.mod h1:PNa///j9dqpFxB/TI35KIY2/uB1BjSWa4GAzb8hSFoI= github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231206043051-39c19db01b8f h1:NnTPH27/D8/JM0U5E9E4GtofG140MBvbfdiur6oZP2c= github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231206043051-39c19db01b8f/go.mod h1:Jk140iju5x6xW8uQDr9raV5Ya5QGBI4MclKkBHoCn4M= github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231206160454-235a736267d8 h1:KJI3E/4hkE3tFVpTEavtBrVvdp+LfgQs9EPi4dstouA= github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231206160454-235a736267d8/go.mod h1:lTqOxyv9607IQ5jHUBzLjhmt74cgpwm9be/dKegi+Q4= +github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231206161240-54de0e61ff14 h1:qVvr0NiwBQ9mG38KFT/TQ4tFbJv9eBXb9R9QHooQxJs= +github.com/go-orb/plugins/client/orb/transport/https v0.0.0-20231206161240-54de0e61ff14/go.mod h1:4iA/8/Nj6uiENLEnLCExAK0aGwtnJ2JSD+lLJOVgoUY= 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-20231206043051-39c19db01b8f h1:ubgIFUAzHR0IcCQsMBEqid7baATin3528NKUwaEr/2M= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:iAxCNf8Ygq38xzYEWNifmwQRorz0gJfZ7Bk5KGodQM0= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206160454-235a736267d8 h1:TKigwKXgcYapi4F9ppretoGxgQKetRJlRMYTXlvdfYE= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206160454-235a736267d8/go.mod h1:iAxCNf8Ygq38xzYEWNifmwQRorz0gJfZ7Bk5KGodQM0= +github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206161240-54de0e61ff14 h1:BRRlS1miZ+9Pi7zCW5T3tPkjICdSULDN042qS//LPl8= +github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206161240-54de0e61ff14/go.mod h1:iAxCNf8Ygq38xzYEWNifmwQRorz0gJfZ7Bk5KGodQM0= github.com/go-orb/plugins/codecs/proto v0.0.0-20231206043051-39c19db01b8f h1:iOFlU2BN6hdUch9sdnJ7SDpgH395fH1OtYMoh4qc4DA= github.com/go-orb/plugins/codecs/proto v0.0.0-20231206043051-39c19db01b8f/go.mod h1:/CfsLwZ5tYLoLJgMpgMPYn+QpGcd6prpJPnCInX1y4c= github.com/go-orb/plugins/codecs/proto v0.0.0-20231206160454-235a736267d8 h1:bxsOc2xltsQ31R/o9pvnMfkjDgrOrgr+7oqIHStZPnE= github.com/go-orb/plugins/codecs/proto v0.0.0-20231206160454-235a736267d8/go.mod h1:/CfsLwZ5tYLoLJgMpgMPYn+QpGcd6prpJPnCInX1y4c= +github.com/go-orb/plugins/codecs/proto v0.0.0-20231206161240-54de0e61ff14 h1:HxOnz24hfLE/fNROh4TUytZIziL289wijyNbpS6l1e8= +github.com/go-orb/plugins/codecs/proto v0.0.0-20231206161240-54de0e61ff14/go.mod h1:/CfsLwZ5tYLoLJgMpgMPYn+QpGcd6prpJPnCInX1y4c= github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206043051-39c19db01b8f h1:P0ssOuM5YzRldT7GN85NX67TVqeNt8jhTKaHGhDdfLc= github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206043051-39c19db01b8f/go.mod h1:RkkK7CTjPErJJhN9F1gRsJJaWoOSokO74PBnuVeiKFM= github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206160454-235a736267d8 h1:0jNYFTEUKU1U51vwEcXITEyIh/SeR3kONjWF6WywVUg= github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206160454-235a736267d8/go.mod h1:RkkK7CTjPErJJhN9F1gRsJJaWoOSokO74PBnuVeiKFM= +github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206161240-54de0e61ff14 h1:dJWINJfXguKDJljqr0Seh87025CLXNs/FQnFtpcGpGI= +github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206161240-54de0e61ff14/go.mod h1:RkkK7CTjPErJJhN9F1gRsJJaWoOSokO74PBnuVeiKFM= github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206043051-39c19db01b8f h1:lrhO/U4rrBU94zNoWNJMKUYiStWUlzdLGTKwblqDWX8= github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206043051-39c19db01b8f/go.mod h1:QImbJQlRBawvzY4UBD1wi6yfm1iWYaQp8rFjoLV+YLQ= github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206160454-235a736267d8 h1:3jCmShZ42gZYt9S3MvfgYDM9H2MoZ40rYjAuTr/OLwE= github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206160454-235a736267d8/go.mod h1:QImbJQlRBawvzY4UBD1wi6yfm1iWYaQp8rFjoLV+YLQ= +github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206161240-54de0e61ff14 h1:kLehI+FanCvTxG6lPGoV217JtnVO0ko/SSNRrZMExcY= +github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206161240-54de0e61ff14/go.mod h1:QImbJQlRBawvzY4UBD1wi6yfm1iWYaQp8rFjoLV+YLQ= github.com/go-orb/plugins/config/source/file v0.0.0-20231206043051-39c19db01b8f h1:rXjPlAaeZXuDOUgSUHTMwSj+sAVM7uxSRPCyrkeaftc= github.com/go-orb/plugins/config/source/file v0.0.0-20231206043051-39c19db01b8f/go.mod h1:i3Yh8hu6kgKMMs0MPNFj8+1WxRm+NNxGaGZsGHzrTnw= github.com/go-orb/plugins/config/source/file v0.0.0-20231206160454-235a736267d8 h1:Q9p8BmYRhHjozisOqajwaemPDNuT535/RojqGIuWtfM= github.com/go-orb/plugins/config/source/file v0.0.0-20231206160454-235a736267d8/go.mod h1:i3Yh8hu6kgKMMs0MPNFj8+1WxRm+NNxGaGZsGHzrTnw= +github.com/go-orb/plugins/config/source/file v0.0.0-20231206161240-54de0e61ff14 h1:d3+u8EzKfOZiYZV2y8dmBUq8zFUaom5Bd1D42GiutuM= +github.com/go-orb/plugins/config/source/file v0.0.0-20231206161240-54de0e61ff14/go.mod h1:i3Yh8hu6kgKMMs0MPNFj8+1WxRm+NNxGaGZsGHzrTnw= github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206043051-39c19db01b8f h1:6rx+7r7ORg3W1bHS27WHzh8t2rTFgw2bvzuz0/G5zHs= github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206043051-39c19db01b8f/go.mod h1:W0HJRx/lyhlVIluiqE8AwaNffDf5f8QluDW6rBvsEjc= github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206160454-235a736267d8 h1:wGJW4plBD/ebA1jKXD1zGwSSjDrIjy96NKwqTiV0dEg= github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206160454-235a736267d8/go.mod h1:W0HJRx/lyhlVIluiqE8AwaNffDf5f8QluDW6rBvsEjc= +github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206161240-54de0e61ff14 h1:MCL8stZnPkIP4h9ADcywUzR0YYKvVeRr2BddtHx8a+w= +github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206161240-54de0e61ff14/go.mod h1:W0HJRx/lyhlVIluiqE8AwaNffDf5f8QluDW6rBvsEjc= github.com/go-orb/plugins/log/slog v0.0.0-20231206043051-39c19db01b8f h1:8teLLeV0IfFjuiGAC6DqUS5XqstpwFw+XfkBRQ4ceDA= github.com/go-orb/plugins/log/slog v0.0.0-20231206043051-39c19db01b8f/go.mod h1:SSlXvvFZlEnbzt+OdN8rLqsQRmrSllEVt7Zb1ibfkWc= github.com/go-orb/plugins/log/slog v0.0.0-20231206160454-235a736267d8 h1:+24SzAsLw0oRPZ/7s1I5T/UyjdyLo6rXzoYliA/Tyd0= github.com/go-orb/plugins/log/slog v0.0.0-20231206160454-235a736267d8/go.mod h1:SSlXvvFZlEnbzt+OdN8rLqsQRmrSllEVt7Zb1ibfkWc= +github.com/go-orb/plugins/log/slog v0.0.0-20231206161240-54de0e61ff14 h1:IMZYVBAEmRa1UZCTJ2EmR4JZL7NOri+7iLcOLhUo5ZE= +github.com/go-orb/plugins/log/slog v0.0.0-20231206161240-54de0e61ff14/go.mod h1:SSlXvvFZlEnbzt+OdN8rLqsQRmrSllEVt7Zb1ibfkWc= github.com/go-orb/plugins/registry/consul v0.0.0-20231206043051-39c19db01b8f h1:b7Hus7qN2Os+MX7t7obRC+r5NSUQpntBievToF2eIQQ= github.com/go-orb/plugins/registry/consul v0.0.0-20231206043051-39c19db01b8f/go.mod h1:QsBYxigHlBHAvXPZhZxMtt1/oBAdtGYARBi9wU01vYo= github.com/go-orb/plugins/registry/consul v0.0.0-20231206160454-235a736267d8 h1:tr4TYh4smTuEYeyUDqYenW9SXqs3lvIioDv7AsEPzsA= github.com/go-orb/plugins/registry/consul v0.0.0-20231206160454-235a736267d8/go.mod h1:wrndtEZ/4gbYzNDQeosh5tzbmpOgLFvpUps9XgSDG3w= +github.com/go-orb/plugins/registry/consul v0.0.0-20231206161240-54de0e61ff14 h1:yiIhP1ZWfVrslNA3DQWno7n00ccqQujDHZmLTNSdYdg= +github.com/go-orb/plugins/registry/consul v0.0.0-20231206161240-54de0e61ff14/go.mod h1:6snibl4dHcVDLYxYbQGgk4on3nJXul/jmyjxhxuBuww= github.com/go-orb/plugins/registry/mdns v0.0.0-20231206043051-39c19db01b8f h1:zygGnRNJURL64w528Bx7o120x4NDqAFBHjJV1S/4iqI= github.com/go-orb/plugins/registry/mdns v0.0.0-20231206043051-39c19db01b8f/go.mod h1:U8mDTZRPhCIzeUkVCLU+D+3FJwclnD051ZkKVUVoasU= github.com/go-orb/plugins/registry/mdns v0.0.0-20231206160454-235a736267d8 h1:Oo3k3kNDmCPiNfXMFxCweBKuoXA/7odRyozyyZIlcVc= github.com/go-orb/plugins/registry/mdns v0.0.0-20231206160454-235a736267d8/go.mod h1:U8mDTZRPhCIzeUkVCLU+D+3FJwclnD051ZkKVUVoasU= +github.com/go-orb/plugins/registry/mdns v0.0.0-20231206161240-54de0e61ff14 h1:iAqjWJDyrb4lJ1ikEfpp0/59ePaQLJBqjjLKaUHwi4s= +github.com/go-orb/plugins/registry/mdns v0.0.0-20231206161240-54de0e61ff14/go.mod h1:U8mDTZRPhCIzeUkVCLU+D+3FJwclnD051ZkKVUVoasU= github.com/go-orb/plugins/registry/regutil v0.0.0-20231206043051-39c19db01b8f h1:31Hw14BH2CZs76LT4A2hUqj1XpPVAI1jAmEECVZv3dY= github.com/go-orb/plugins/registry/regutil v0.0.0-20231206043051-39c19db01b8f/go.mod h1:nm1pQM4sAj/ziFFhLOwqqaHmzbHnislQ59yN4zeRC6s= github.com/go-orb/plugins/registry/regutil v0.0.0-20231206160454-235a736267d8 h1:M/3Mhxy9XdvAFmBjxBjdM1WSmPeAboYcmp5NuSwi5qk= github.com/go-orb/plugins/registry/regutil v0.0.0-20231206160454-235a736267d8/go.mod h1:nm1pQM4sAj/ziFFhLOwqqaHmzbHnislQ59yN4zeRC6s= +github.com/go-orb/plugins/registry/regutil v0.0.0-20231206161240-54de0e61ff14 h1:YazGTWwB5RwChP4boZbK29muTsp3ucjy4oXIucXCsxA= +github.com/go-orb/plugins/registry/regutil v0.0.0-20231206161240-54de0e61ff14/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-20231206043051-39c19db01b8f h1:ft9XbVMuw9Ql4jvNp24S30KSKclYT+ag/72Rq/ff92A= github.com/go-orb/plugins/server/drpc v0.0.0-20231206043051-39c19db01b8f/go.mod h1:bNtyDppPUKB20IRJDLzIfr1BnYXo+KOCtxeINlLF1DU= github.com/go-orb/plugins/server/drpc v0.0.0-20231206160454-235a736267d8 h1:oLO03c1kCTArE/mvjLnV2w2vZaDi+yyFz6Fdcukn2rU= github.com/go-orb/plugins/server/drpc v0.0.0-20231206160454-235a736267d8/go.mod h1:7/d6F1BicKo3Ohjyc3o20dgDwSG3q2fD94pdG+Vo3Ck= +github.com/go-orb/plugins/server/drpc v0.0.0-20231206161240-54de0e61ff14 h1:eyvntFbP8VIODdqE8IMpAojaHGIgDWZlQ+Y2NnpBTVY= +github.com/go-orb/plugins/server/drpc v0.0.0-20231206161240-54de0e61ff14/go.mod h1:7/d6F1BicKo3Ohjyc3o20dgDwSG3q2fD94pdG+Vo3Ck= github.com/go-orb/plugins/server/grpc v0.0.0-20231206043051-39c19db01b8f h1:S+g807mY7cn+CH8g3JbowEUGQbjU1P42aWKuTXVk6xc= github.com/go-orb/plugins/server/grpc v0.0.0-20231206043051-39c19db01b8f/go.mod h1:zn286H8tLNfxnGQrvjtYwxNc3IGVvAMO5SJ7Ctdzr7s= github.com/go-orb/plugins/server/grpc v0.0.0-20231206160454-235a736267d8 h1:ijcwUsBzU3nzqFfbTaTPWe35h2/m1tqOnX8EurTMZv8= github.com/go-orb/plugins/server/grpc v0.0.0-20231206160454-235a736267d8/go.mod h1:zn286H8tLNfxnGQrvjtYwxNc3IGVvAMO5SJ7Ctdzr7s= +github.com/go-orb/plugins/server/grpc v0.0.0-20231206161240-54de0e61ff14 h1:XZQ5WX/bOUCaO3q1xNjAAwS0cIS57cnnTGy5pLFHal4= +github.com/go-orb/plugins/server/grpc v0.0.0-20231206161240-54de0e61ff14/go.mod h1:zn286H8tLNfxnGQrvjtYwxNc3IGVvAMO5SJ7Ctdzr7s= github.com/go-orb/plugins/server/hertz v0.0.0-20231206043051-39c19db01b8f h1:27AfEJLd0LY0d35wdf9TD+Q+UReyYWrbMzO5t6Xpqaw= github.com/go-orb/plugins/server/hertz v0.0.0-20231206043051-39c19db01b8f/go.mod h1:Xl7v4XkoFQhBJhmWfMk9ssBdlcro9Py9iLw3heK7JDU= github.com/go-orb/plugins/server/hertz v0.0.0-20231206160454-235a736267d8 h1:foZZfn2tS+54ckG8zDOdbVev9zwYGWygEpKpdMcHltw= github.com/go-orb/plugins/server/hertz v0.0.0-20231206160454-235a736267d8/go.mod h1:Xl7v4XkoFQhBJhmWfMk9ssBdlcro9Py9iLw3heK7JDU= +github.com/go-orb/plugins/server/hertz v0.0.0-20231206161240-54de0e61ff14 h1:Pf8FFI7OXp+38qitP74fkMuzS2vktgRFbbByJsJKHXo= +github.com/go-orb/plugins/server/hertz v0.0.0-20231206161240-54de0e61ff14/go.mod h1:Xl7v4XkoFQhBJhmWfMk9ssBdlcro9Py9iLw3heK7JDU= github.com/go-orb/plugins/server/http v0.0.0-20231206043051-39c19db01b8f h1:Pb+QdfIHvHLgvB4R9KN1/N2gIT6S6N0MgZJQcztcYQQ= github.com/go-orb/plugins/server/http v0.0.0-20231206043051-39c19db01b8f/go.mod h1:uyBIbAL2s8dS/lOvN128CvyC8VZ0/SPwlcu3rNXL4zc= github.com/go-orb/plugins/server/http v0.0.0-20231206160454-235a736267d8 h1:trGzQIti51+dLHJUS13A28zSmJBuKdCXjh7M9GT5z9w= github.com/go-orb/plugins/server/http v0.0.0-20231206160454-235a736267d8/go.mod h1:uyBIbAL2s8dS/lOvN128CvyC8VZ0/SPwlcu3rNXL4zc= +github.com/go-orb/plugins/server/http v0.0.0-20231206161240-54de0e61ff14 h1:ni+Z4ZYKmwazxFFMPZr8kDz64lR4E4Mpp5Oxcq8jt40= +github.com/go-orb/plugins/server/http v0.0.0-20231206161240-54de0e61ff14/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 38d5d013..b208b755 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-20231206160454-235a736267d8 + github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 ) require ( diff --git a/client/orb/transport/basehertz/go.sum b/client/orb/transport/basehertz/go.sum index 7cf36468..f3b46b2c 100644 --- a/client/orb/transport/basehertz/go.sum +++ b/client/orb/transport/basehertz/go.sum @@ -42,6 +42,8 @@ github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f h1:GIC2G github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8 h1:sKSXqenSYFwKuPkVP9kynRyNZ6zilcYyL7vEyi4KaIM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 h1:rqEtRnMhMAt3zmlUwNlLmZjmF+sxGAELXo3g4ZQIHoM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14/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 3c622ac6..1b81991d 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-20231206160454-235a736267d8 + github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 ) 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 5f1ce4cb..7103eb8f 100644 --- a/client/orb/transport/basehttp/go.sum +++ b/client/orb/transport/basehttp/go.sum @@ -8,6 +8,8 @@ github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f h1:GIC2G github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8 h1:sKSXqenSYFwKuPkVP9kynRyNZ6zilcYyL7vEyi4KaIM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 h1:rqEtRnMhMAt3zmlUwNlLmZjmF+sxGAELXo3g4ZQIHoM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14/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 0c5f1e13..62afecf7 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-20231206160454-235a736267d8 + github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 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 74bef6a1..d8daa87c 100644 --- a/client/orb/transport/drpc/go.sum +++ b/client/orb/transport/drpc/go.sum @@ -44,6 +44,8 @@ github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f h1:GIC2G github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8 h1:sKSXqenSYFwKuPkVP9kynRyNZ6zilcYyL7vEyi4KaIM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 h1:rqEtRnMhMAt3zmlUwNlLmZjmF+sxGAELXo3g4ZQIHoM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14/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 9da2b1c9..4b4a3e29 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-20231206160454-235a736267d8 + github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 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 2442891b..6894933c 100644 --- a/client/orb/transport/grpc/go.sum +++ b/client/orb/transport/grpc/go.sum @@ -73,6 +73,8 @@ github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f h1:GIC2G github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8 h1:sKSXqenSYFwKuPkVP9kynRyNZ6zilcYyL7vEyi4KaIM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 h1:rqEtRnMhMAt3zmlUwNlLmZjmF+sxGAELXo3g4ZQIHoM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14/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 c400ac90..304ec86a 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-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8 + github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14 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 3470ae67..00f1d89d 100644 --- a/client/orb/transport/h2c/go.sum +++ b/client/orb/transport/h2c/go.sum @@ -73,10 +73,14 @@ github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f h1:GIC2G github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8 h1:sKSXqenSYFwKuPkVP9kynRyNZ6zilcYyL7vEyi4KaIM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 h1:rqEtRnMhMAt3zmlUwNlLmZjmF+sxGAELXo3g4ZQIHoM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206043051-39c19db01b8f h1:22zUMmkCaHe43dY6MU8x7rF+r4tr97Na5T+KNEDfcB8= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206043051-39c19db01b8f/go.mod h1:FEY7L26d9zyTE0dhpHeAz/gcPhCuBqfIjaYiZoGXd6U= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8 h1:RuePT+iYaw9CDN/H7H+3YWZAOBFsX2StEBd8XNoXUwM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8/go.mod h1:wJt6mlIn9Dwjn2WX4ztfg2N2Kt2BsZvnMHoAPqDkStc= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14 h1:G4TSGEPsM034LkiD+efpRRaJgfdjnxo38i8cusE8+1Q= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14/go.mod h1:gxqIumcvSRLC4/3roCJSLu5XC9rx+ad5rs4JX+gx2iQ= 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 0e7b9184..3cdf4244 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-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206160454-235a736267d8 + github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206161240-54de0e61ff14 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/hertzh2c/go.sum b/client/orb/transport/hertzh2c/go.sum index 95054a2e..97c2528a 100644 --- a/client/orb/transport/hertzh2c/go.sum +++ b/client/orb/transport/hertzh2c/go.sum @@ -73,10 +73,14 @@ github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f h1:GIC2G github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8 h1:sKSXqenSYFwKuPkVP9kynRyNZ6zilcYyL7vEyi4KaIM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 h1:rqEtRnMhMAt3zmlUwNlLmZjmF+sxGAELXo3g4ZQIHoM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206043051-39c19db01b8f h1:j2qnGj9hcrtYMF9kCVDNuqfHwZPwTvlcWh2XGqKM5Nk= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206043051-39c19db01b8f/go.mod h1:FaxvWV7sUHKbPINgxai905yHhvDQeDLH7XN/XIqJoAg= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206160454-235a736267d8 h1:Xh1XAFQCzWQmKJIyaVVXwGotehKna89pQwmht00kG8g= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206160454-235a736267d8/go.mod h1:4upEUmBaCVOrzVUkTxOaxMGgUPrQTFrAcg3E6DkUyVs= +github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206161240-54de0e61ff14 h1:ZVsuKvYZnoBCjQJquw6CZPr2R3uu8eveTXEhXulcJzI= +github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206161240-54de0e61ff14/go.mod h1:q6qu0a0Snu8PXpSfckZ1Lm4dHw+LotKyne2cGNwE9mE= 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 59b901e9..47e27bff 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-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206160454-235a736267d8 + github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206161240-54de0e61ff14 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 95054a2e..97c2528a 100644 --- a/client/orb/transport/hertzhttp/go.sum +++ b/client/orb/transport/hertzhttp/go.sum @@ -73,10 +73,14 @@ github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f h1:GIC2G github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8 h1:sKSXqenSYFwKuPkVP9kynRyNZ6zilcYyL7vEyi4KaIM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 h1:rqEtRnMhMAt3zmlUwNlLmZjmF+sxGAELXo3g4ZQIHoM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206043051-39c19db01b8f h1:j2qnGj9hcrtYMF9kCVDNuqfHwZPwTvlcWh2XGqKM5Nk= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206043051-39c19db01b8f/go.mod h1:FaxvWV7sUHKbPINgxai905yHhvDQeDLH7XN/XIqJoAg= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206160454-235a736267d8 h1:Xh1XAFQCzWQmKJIyaVVXwGotehKna89pQwmht00kG8g= github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206160454-235a736267d8/go.mod h1:4upEUmBaCVOrzVUkTxOaxMGgUPrQTFrAcg3E6DkUyVs= +github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206161240-54de0e61ff14 h1:ZVsuKvYZnoBCjQJquw6CZPr2R3uu8eveTXEhXulcJzI= +github.com/go-orb/plugins/client/orb/transport/basehertz v0.0.0-20231206161240-54de0e61ff14/go.mod h1:q6qu0a0Snu8PXpSfckZ1Lm4dHw+LotKyne2cGNwE9mE= 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 eb0029f2..c30562e9 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-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8 + github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14 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 3470ae67..00f1d89d 100644 --- a/client/orb/transport/http/go.sum +++ b/client/orb/transport/http/go.sum @@ -73,10 +73,14 @@ github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f h1:GIC2G github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8 h1:sKSXqenSYFwKuPkVP9kynRyNZ6zilcYyL7vEyi4KaIM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 h1:rqEtRnMhMAt3zmlUwNlLmZjmF+sxGAELXo3g4ZQIHoM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206043051-39c19db01b8f h1:22zUMmkCaHe43dY6MU8x7rF+r4tr97Na5T+KNEDfcB8= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206043051-39c19db01b8f/go.mod h1:FEY7L26d9zyTE0dhpHeAz/gcPhCuBqfIjaYiZoGXd6U= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8 h1:RuePT+iYaw9CDN/H7H+3YWZAOBFsX2StEBd8XNoXUwM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8/go.mod h1:wJt6mlIn9Dwjn2WX4ztfg2N2Kt2BsZvnMHoAPqDkStc= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14 h1:G4TSGEPsM034LkiD+efpRRaJgfdjnxo38i8cusE8+1Q= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14/go.mod h1:gxqIumcvSRLC4/3roCJSLu5XC9rx+ad5rs4JX+gx2iQ= 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 e2d7dce8..2a8ba216 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-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8 + github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14 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 3470ae67..00f1d89d 100644 --- a/client/orb/transport/http3/go.sum +++ b/client/orb/transport/http3/go.sum @@ -73,10 +73,14 @@ github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f h1:GIC2G github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8 h1:sKSXqenSYFwKuPkVP9kynRyNZ6zilcYyL7vEyi4KaIM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 h1:rqEtRnMhMAt3zmlUwNlLmZjmF+sxGAELXo3g4ZQIHoM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206043051-39c19db01b8f h1:22zUMmkCaHe43dY6MU8x7rF+r4tr97Na5T+KNEDfcB8= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206043051-39c19db01b8f/go.mod h1:FEY7L26d9zyTE0dhpHeAz/gcPhCuBqfIjaYiZoGXd6U= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8 h1:RuePT+iYaw9CDN/H7H+3YWZAOBFsX2StEBd8XNoXUwM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8/go.mod h1:wJt6mlIn9Dwjn2WX4ztfg2N2Kt2BsZvnMHoAPqDkStc= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14 h1:G4TSGEPsM034LkiD+efpRRaJgfdjnxo38i8cusE8+1Q= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14/go.mod h1:gxqIumcvSRLC4/3roCJSLu5XC9rx+ad5rs4JX+gx2iQ= 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 50d6da13..3e6bb288 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-20231206160454-235a736267d8 - github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8 + github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14 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 3470ae67..00f1d89d 100644 --- a/client/orb/transport/https/go.sum +++ b/client/orb/transport/https/go.sum @@ -73,10 +73,14 @@ github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f h1:GIC2G github.com/go-orb/plugins/client/orb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8 h1:sKSXqenSYFwKuPkVP9kynRyNZ6zilcYyL7vEyi4KaIM= github.com/go-orb/plugins/client/orb v0.0.0-20231206160454-235a736267d8/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14 h1:rqEtRnMhMAt3zmlUwNlLmZjmF+sxGAELXo3g4ZQIHoM= +github.com/go-orb/plugins/client/orb v0.0.0-20231206161240-54de0e61ff14/go.mod h1:AwdEKO1R2RPXSPVGvPp0Z4YCaZJJCJIo+cVI6qlQZdM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206043051-39c19db01b8f h1:22zUMmkCaHe43dY6MU8x7rF+r4tr97Na5T+KNEDfcB8= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206043051-39c19db01b8f/go.mod h1:FEY7L26d9zyTE0dhpHeAz/gcPhCuBqfIjaYiZoGXd6U= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8 h1:RuePT+iYaw9CDN/H7H+3YWZAOBFsX2StEBd8XNoXUwM= github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206160454-235a736267d8/go.mod h1:wJt6mlIn9Dwjn2WX4ztfg2N2Kt2BsZvnMHoAPqDkStc= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14 h1:G4TSGEPsM034LkiD+efpRRaJgfdjnxo38i8cusE8+1Q= +github.com/go-orb/plugins/client/orb/transport/basehttp v0.0.0-20231206161240-54de0e61ff14/go.mod h1:gxqIumcvSRLC4/3roCJSLu5XC9rx+ad5rs4JX+gx2iQ= 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 7272093a..9736dd29 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-20231206160454-235a736267d8 - github.com/go-orb/plugins/codecs/proto v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/config/source/file v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/log/slog v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/registry/consul v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/registry/mdns v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/server/drpc v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/server/grpc v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/server/hertz v0.0.0-20231206160454-235a736267d8 - github.com/go-orb/plugins/server/http v0.0.0-20231206160454-235a736267d8 + github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/codecs/proto v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/config/source/file v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/log/slog v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/registry/consul v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/registry/mdns v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/server/drpc v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/server/grpc v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/server/hertz v0.0.0-20231206161240-54de0e61ff14 + github.com/go-orb/plugins/server/http v0.0.0-20231206161240-54de0e61ff14 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-20231206160454-235a736267d8 // indirect + github.com/go-orb/plugins/registry/regutil v0.0.0-20231206161240-54de0e61ff14 // 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 ab8dd12c..85934d2e 100644 --- a/client/tests/go.sum +++ b/client/tests/go.sum @@ -76,60 +76,88 @@ github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206043051-39c19db01b8f h1:ub github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206043051-39c19db01b8f/go.mod h1:iAxCNf8Ygq38xzYEWNifmwQRorz0gJfZ7Bk5KGodQM0= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206160454-235a736267d8 h1:TKigwKXgcYapi4F9ppretoGxgQKetRJlRMYTXlvdfYE= github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206160454-235a736267d8/go.mod h1:iAxCNf8Ygq38xzYEWNifmwQRorz0gJfZ7Bk5KGodQM0= +github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206161240-54de0e61ff14 h1:BRRlS1miZ+9Pi7zCW5T3tPkjICdSULDN042qS//LPl8= +github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20231206161240-54de0e61ff14/go.mod h1:iAxCNf8Ygq38xzYEWNifmwQRorz0gJfZ7Bk5KGodQM0= github.com/go-orb/plugins/codecs/proto v0.0.0-20231206043051-39c19db01b8f h1:iOFlU2BN6hdUch9sdnJ7SDpgH395fH1OtYMoh4qc4DA= github.com/go-orb/plugins/codecs/proto v0.0.0-20231206043051-39c19db01b8f/go.mod h1:/CfsLwZ5tYLoLJgMpgMPYn+QpGcd6prpJPnCInX1y4c= github.com/go-orb/plugins/codecs/proto v0.0.0-20231206160454-235a736267d8 h1:bxsOc2xltsQ31R/o9pvnMfkjDgrOrgr+7oqIHStZPnE= github.com/go-orb/plugins/codecs/proto v0.0.0-20231206160454-235a736267d8/go.mod h1:/CfsLwZ5tYLoLJgMpgMPYn+QpGcd6prpJPnCInX1y4c= +github.com/go-orb/plugins/codecs/proto v0.0.0-20231206161240-54de0e61ff14 h1:HxOnz24hfLE/fNROh4TUytZIziL289wijyNbpS6l1e8= +github.com/go-orb/plugins/codecs/proto v0.0.0-20231206161240-54de0e61ff14/go.mod h1:/CfsLwZ5tYLoLJgMpgMPYn+QpGcd6prpJPnCInX1y4c= github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206043051-39c19db01b8f h1:P0ssOuM5YzRldT7GN85NX67TVqeNt8jhTKaHGhDdfLc= github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206043051-39c19db01b8f/go.mod h1:RkkK7CTjPErJJhN9F1gRsJJaWoOSokO74PBnuVeiKFM= github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206160454-235a736267d8 h1:0jNYFTEUKU1U51vwEcXITEyIh/SeR3kONjWF6WywVUg= github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206160454-235a736267d8/go.mod h1:RkkK7CTjPErJJhN9F1gRsJJaWoOSokO74PBnuVeiKFM= +github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206161240-54de0e61ff14 h1:dJWINJfXguKDJljqr0Seh87025CLXNs/FQnFtpcGpGI= +github.com/go-orb/plugins/codecs/yaml v0.0.0-20231206161240-54de0e61ff14/go.mod h1:RkkK7CTjPErJJhN9F1gRsJJaWoOSokO74PBnuVeiKFM= github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206043051-39c19db01b8f h1:lrhO/U4rrBU94zNoWNJMKUYiStWUlzdLGTKwblqDWX8= github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206043051-39c19db01b8f/go.mod h1:QImbJQlRBawvzY4UBD1wi6yfm1iWYaQp8rFjoLV+YLQ= github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206160454-235a736267d8 h1:3jCmShZ42gZYt9S3MvfgYDM9H2MoZ40rYjAuTr/OLwE= github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206160454-235a736267d8/go.mod h1:QImbJQlRBawvzY4UBD1wi6yfm1iWYaQp8rFjoLV+YLQ= +github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206161240-54de0e61ff14 h1:kLehI+FanCvTxG6lPGoV217JtnVO0ko/SSNRrZMExcY= +github.com/go-orb/plugins/config/source/cli/urfave v0.0.0-20231206161240-54de0e61ff14/go.mod h1:QImbJQlRBawvzY4UBD1wi6yfm1iWYaQp8rFjoLV+YLQ= github.com/go-orb/plugins/config/source/file v0.0.0-20231206043051-39c19db01b8f h1:rXjPlAaeZXuDOUgSUHTMwSj+sAVM7uxSRPCyrkeaftc= github.com/go-orb/plugins/config/source/file v0.0.0-20231206043051-39c19db01b8f/go.mod h1:i3Yh8hu6kgKMMs0MPNFj8+1WxRm+NNxGaGZsGHzrTnw= github.com/go-orb/plugins/config/source/file v0.0.0-20231206160454-235a736267d8 h1:Q9p8BmYRhHjozisOqajwaemPDNuT535/RojqGIuWtfM= github.com/go-orb/plugins/config/source/file v0.0.0-20231206160454-235a736267d8/go.mod h1:i3Yh8hu6kgKMMs0MPNFj8+1WxRm+NNxGaGZsGHzrTnw= +github.com/go-orb/plugins/config/source/file v0.0.0-20231206161240-54de0e61ff14 h1:d3+u8EzKfOZiYZV2y8dmBUq8zFUaom5Bd1D42GiutuM= +github.com/go-orb/plugins/config/source/file v0.0.0-20231206161240-54de0e61ff14/go.mod h1:i3Yh8hu6kgKMMs0MPNFj8+1WxRm+NNxGaGZsGHzrTnw= github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206043051-39c19db01b8f h1:6rx+7r7ORg3W1bHS27WHzh8t2rTFgw2bvzuz0/G5zHs= github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206043051-39c19db01b8f/go.mod h1:W0HJRx/lyhlVIluiqE8AwaNffDf5f8QluDW6rBvsEjc= github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206160454-235a736267d8 h1:wGJW4plBD/ebA1jKXD1zGwSSjDrIjy96NKwqTiV0dEg= github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206160454-235a736267d8/go.mod h1:W0HJRx/lyhlVIluiqE8AwaNffDf5f8QluDW6rBvsEjc= +github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206161240-54de0e61ff14 h1:MCL8stZnPkIP4h9ADcywUzR0YYKvVeRr2BddtHx8a+w= +github.com/go-orb/plugins/log/lumberjack v0.0.0-20231206161240-54de0e61ff14/go.mod h1:W0HJRx/lyhlVIluiqE8AwaNffDf5f8QluDW6rBvsEjc= github.com/go-orb/plugins/log/slog v0.0.0-20231206043051-39c19db01b8f h1:8teLLeV0IfFjuiGAC6DqUS5XqstpwFw+XfkBRQ4ceDA= github.com/go-orb/plugins/log/slog v0.0.0-20231206043051-39c19db01b8f/go.mod h1:SSlXvvFZlEnbzt+OdN8rLqsQRmrSllEVt7Zb1ibfkWc= github.com/go-orb/plugins/log/slog v0.0.0-20231206160454-235a736267d8 h1:+24SzAsLw0oRPZ/7s1I5T/UyjdyLo6rXzoYliA/Tyd0= github.com/go-orb/plugins/log/slog v0.0.0-20231206160454-235a736267d8/go.mod h1:SSlXvvFZlEnbzt+OdN8rLqsQRmrSllEVt7Zb1ibfkWc= +github.com/go-orb/plugins/log/slog v0.0.0-20231206161240-54de0e61ff14 h1:IMZYVBAEmRa1UZCTJ2EmR4JZL7NOri+7iLcOLhUo5ZE= +github.com/go-orb/plugins/log/slog v0.0.0-20231206161240-54de0e61ff14/go.mod h1:SSlXvvFZlEnbzt+OdN8rLqsQRmrSllEVt7Zb1ibfkWc= github.com/go-orb/plugins/registry/consul v0.0.0-20231206043051-39c19db01b8f h1:b7Hus7qN2Os+MX7t7obRC+r5NSUQpntBievToF2eIQQ= github.com/go-orb/plugins/registry/consul v0.0.0-20231206043051-39c19db01b8f/go.mod h1:QsBYxigHlBHAvXPZhZxMtt1/oBAdtGYARBi9wU01vYo= github.com/go-orb/plugins/registry/consul v0.0.0-20231206160454-235a736267d8 h1:tr4TYh4smTuEYeyUDqYenW9SXqs3lvIioDv7AsEPzsA= github.com/go-orb/plugins/registry/consul v0.0.0-20231206160454-235a736267d8/go.mod h1:wrndtEZ/4gbYzNDQeosh5tzbmpOgLFvpUps9XgSDG3w= +github.com/go-orb/plugins/registry/consul v0.0.0-20231206161240-54de0e61ff14 h1:yiIhP1ZWfVrslNA3DQWno7n00ccqQujDHZmLTNSdYdg= +github.com/go-orb/plugins/registry/consul v0.0.0-20231206161240-54de0e61ff14/go.mod h1:6snibl4dHcVDLYxYbQGgk4on3nJXul/jmyjxhxuBuww= github.com/go-orb/plugins/registry/mdns v0.0.0-20231206043051-39c19db01b8f h1:zygGnRNJURL64w528Bx7o120x4NDqAFBHjJV1S/4iqI= github.com/go-orb/plugins/registry/mdns v0.0.0-20231206043051-39c19db01b8f/go.mod h1:U8mDTZRPhCIzeUkVCLU+D+3FJwclnD051ZkKVUVoasU= github.com/go-orb/plugins/registry/mdns v0.0.0-20231206160454-235a736267d8 h1:Oo3k3kNDmCPiNfXMFxCweBKuoXA/7odRyozyyZIlcVc= github.com/go-orb/plugins/registry/mdns v0.0.0-20231206160454-235a736267d8/go.mod h1:U8mDTZRPhCIzeUkVCLU+D+3FJwclnD051ZkKVUVoasU= +github.com/go-orb/plugins/registry/mdns v0.0.0-20231206161240-54de0e61ff14 h1:iAqjWJDyrb4lJ1ikEfpp0/59ePaQLJBqjjLKaUHwi4s= +github.com/go-orb/plugins/registry/mdns v0.0.0-20231206161240-54de0e61ff14/go.mod h1:U8mDTZRPhCIzeUkVCLU+D+3FJwclnD051ZkKVUVoasU= github.com/go-orb/plugins/registry/regutil v0.0.0-20231206043051-39c19db01b8f h1:31Hw14BH2CZs76LT4A2hUqj1XpPVAI1jAmEECVZv3dY= github.com/go-orb/plugins/registry/regutil v0.0.0-20231206043051-39c19db01b8f/go.mod h1:nm1pQM4sAj/ziFFhLOwqqaHmzbHnislQ59yN4zeRC6s= github.com/go-orb/plugins/registry/regutil v0.0.0-20231206160454-235a736267d8 h1:M/3Mhxy9XdvAFmBjxBjdM1WSmPeAboYcmp5NuSwi5qk= github.com/go-orb/plugins/registry/regutil v0.0.0-20231206160454-235a736267d8/go.mod h1:nm1pQM4sAj/ziFFhLOwqqaHmzbHnislQ59yN4zeRC6s= +github.com/go-orb/plugins/registry/regutil v0.0.0-20231206161240-54de0e61ff14 h1:YazGTWwB5RwChP4boZbK29muTsp3ucjy4oXIucXCsxA= +github.com/go-orb/plugins/registry/regutil v0.0.0-20231206161240-54de0e61ff14/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-20231206043051-39c19db01b8f h1:ft9XbVMuw9Ql4jvNp24S30KSKclYT+ag/72Rq/ff92A= github.com/go-orb/plugins/server/drpc v0.0.0-20231206043051-39c19db01b8f/go.mod h1:bNtyDppPUKB20IRJDLzIfr1BnYXo+KOCtxeINlLF1DU= github.com/go-orb/plugins/server/drpc v0.0.0-20231206160454-235a736267d8 h1:oLO03c1kCTArE/mvjLnV2w2vZaDi+yyFz6Fdcukn2rU= github.com/go-orb/plugins/server/drpc v0.0.0-20231206160454-235a736267d8/go.mod h1:7/d6F1BicKo3Ohjyc3o20dgDwSG3q2fD94pdG+Vo3Ck= +github.com/go-orb/plugins/server/drpc v0.0.0-20231206161240-54de0e61ff14 h1:eyvntFbP8VIODdqE8IMpAojaHGIgDWZlQ+Y2NnpBTVY= +github.com/go-orb/plugins/server/drpc v0.0.0-20231206161240-54de0e61ff14/go.mod h1:7/d6F1BicKo3Ohjyc3o20dgDwSG3q2fD94pdG+Vo3Ck= github.com/go-orb/plugins/server/grpc v0.0.0-20231206043051-39c19db01b8f h1:S+g807mY7cn+CH8g3JbowEUGQbjU1P42aWKuTXVk6xc= github.com/go-orb/plugins/server/grpc v0.0.0-20231206043051-39c19db01b8f/go.mod h1:zn286H8tLNfxnGQrvjtYwxNc3IGVvAMO5SJ7Ctdzr7s= github.com/go-orb/plugins/server/grpc v0.0.0-20231206160454-235a736267d8 h1:ijcwUsBzU3nzqFfbTaTPWe35h2/m1tqOnX8EurTMZv8= github.com/go-orb/plugins/server/grpc v0.0.0-20231206160454-235a736267d8/go.mod h1:zn286H8tLNfxnGQrvjtYwxNc3IGVvAMO5SJ7Ctdzr7s= +github.com/go-orb/plugins/server/grpc v0.0.0-20231206161240-54de0e61ff14 h1:XZQ5WX/bOUCaO3q1xNjAAwS0cIS57cnnTGy5pLFHal4= +github.com/go-orb/plugins/server/grpc v0.0.0-20231206161240-54de0e61ff14/go.mod h1:zn286H8tLNfxnGQrvjtYwxNc3IGVvAMO5SJ7Ctdzr7s= github.com/go-orb/plugins/server/hertz v0.0.0-20231206043051-39c19db01b8f h1:27AfEJLd0LY0d35wdf9TD+Q+UReyYWrbMzO5t6Xpqaw= github.com/go-orb/plugins/server/hertz v0.0.0-20231206043051-39c19db01b8f/go.mod h1:Xl7v4XkoFQhBJhmWfMk9ssBdlcro9Py9iLw3heK7JDU= github.com/go-orb/plugins/server/hertz v0.0.0-20231206160454-235a736267d8 h1:foZZfn2tS+54ckG8zDOdbVev9zwYGWygEpKpdMcHltw= github.com/go-orb/plugins/server/hertz v0.0.0-20231206160454-235a736267d8/go.mod h1:Xl7v4XkoFQhBJhmWfMk9ssBdlcro9Py9iLw3heK7JDU= +github.com/go-orb/plugins/server/hertz v0.0.0-20231206161240-54de0e61ff14 h1:Pf8FFI7OXp+38qitP74fkMuzS2vktgRFbbByJsJKHXo= +github.com/go-orb/plugins/server/hertz v0.0.0-20231206161240-54de0e61ff14/go.mod h1:Xl7v4XkoFQhBJhmWfMk9ssBdlcro9Py9iLw3heK7JDU= github.com/go-orb/plugins/server/http v0.0.0-20231206043051-39c19db01b8f h1:Pb+QdfIHvHLgvB4R9KN1/N2gIT6S6N0MgZJQcztcYQQ= github.com/go-orb/plugins/server/http v0.0.0-20231206043051-39c19db01b8f/go.mod h1:uyBIbAL2s8dS/lOvN128CvyC8VZ0/SPwlcu3rNXL4zc= github.com/go-orb/plugins/server/http v0.0.0-20231206160454-235a736267d8 h1:trGzQIti51+dLHJUS13A28zSmJBuKdCXjh7M9GT5z9w= github.com/go-orb/plugins/server/http v0.0.0-20231206160454-235a736267d8/go.mod h1:uyBIbAL2s8dS/lOvN128CvyC8VZ0/SPwlcu3rNXL4zc= +github.com/go-orb/plugins/server/http v0.0.0-20231206161240-54de0e61ff14 h1:ni+Z4ZYKmwazxFFMPZr8kDz64lR4E4Mpp5Oxcq8jt40= +github.com/go-orb/plugins/server/http v0.0.0-20231206161240-54de0e61ff14/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 7a6df194..91a98133 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-20231206160454-235a736267d8 + github.com/go-orb/plugins/registry/regutil v0.0.0-20231206161240-54de0e61ff14 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 482b7ef1..e6ed5f72 100644 --- a/registry/consul/go.sum +++ b/registry/consul/go.sum @@ -39,6 +39,8 @@ github.com/go-orb/plugins/registry/regutil v0.0.0-20231206043051-39c19db01b8f h1 github.com/go-orb/plugins/registry/regutil v0.0.0-20231206043051-39c19db01b8f/go.mod h1:nm1pQM4sAj/ziFFhLOwqqaHmzbHnislQ59yN4zeRC6s= github.com/go-orb/plugins/registry/regutil v0.0.0-20231206160454-235a736267d8 h1:M/3Mhxy9XdvAFmBjxBjdM1WSmPeAboYcmp5NuSwi5qk= github.com/go-orb/plugins/registry/regutil v0.0.0-20231206160454-235a736267d8/go.mod h1:nm1pQM4sAj/ziFFhLOwqqaHmzbHnislQ59yN4zeRC6s= +github.com/go-orb/plugins/registry/regutil v0.0.0-20231206161240-54de0e61ff14 h1:YazGTWwB5RwChP4boZbK29muTsp3ucjy4oXIucXCsxA= +github.com/go-orb/plugins/registry/regutil v0.0.0-20231206161240-54de0e61ff14/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=