From 8b771a07c68267b329c0df5ac1d1b2c1cdd016c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:04:36 +0000 Subject: [PATCH] build(deps): bump connectrpc.com/grpchealth from 1.4.0 to 1.5.0 Bumps [connectrpc.com/grpchealth](https://github.com/connectrpc/grpchealth-go) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/connectrpc/grpchealth-go/releases) - [Commits](https://github.com/connectrpc/grpchealth-go/compare/1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: connectrpc.com/grpchealth dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/go.mod | 2 +- examples/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index cb91860..7db797a 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -25,7 +25,7 @@ replace github.com/hyperscale-stack/security/oauth2 => ../oauth2 require ( connectrpc.com/connect v1.20.0 - connectrpc.com/grpchealth v1.4.0 + connectrpc.com/grpchealth v1.5.0 github.com/hyperscale-stack/security v0.0.0-00010101000000-000000000000 github.com/hyperscale-stack/security/basic v0.0.0-00010101000000-000000000000 github.com/hyperscale-stack/security/bearer v0.0.0-00010101000000-000000000000 diff --git a/examples/go.sum b/examples/go.sum index e7260db..6aecf95 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -1,7 +1,7 @@ connectrpc.com/connect v1.20.0 h1:6TNDAB+WeNd2uolWNlYczB5E0KNNaVMNUEx8JEUsPmQ= connectrpc.com/connect v1.20.0/go.mod h1:A2ygJrukXwWy32vkCAAHNVguZrqZ+jeZ9rGRnGR4dN4= -connectrpc.com/grpchealth v1.4.0 h1:MJC96JLelARPgZTiRF9KRfY/2N9OcoQvF2EWX07v2IE= -connectrpc.com/grpchealth v1.4.0/go.mod h1:WhW6m1EzTmq3Ky1FE8EfkIpSDc6TfUx2M2KqZO3ts/Q= +connectrpc.com/grpchealth v1.5.0 h1:nHEVTwz9WYKxW2JTYUFD337q76oAZMvot9jX0WjVCQo= +connectrpc.com/grpchealth v1.5.0/go.mod h1:fC9WGwKmDruKCNh8wj2rThiaxxoiXxvsCVIu2Ex2voA= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs= github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=