From 32a7b63e45fa319d0dd19d75dfaf963194642c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 09:49:59 -0400 Subject: [PATCH] Bump github.com/grpc-ecosystem/grpc-health-probe from 0.4.31 to 0.4.32 (#1428) Bumps [github.com/grpc-ecosystem/grpc-health-probe](https://github.com/grpc-ecosystem/grpc-health-probe) from 0.4.31 to 0.4.32. - [Release notes](https://github.com/grpc-ecosystem/grpc-health-probe/releases) - [Changelog](https://github.com/grpc-ecosystem/grpc-health-probe/blob/master/.goreleaser.yml) - [Commits](https://github.com/grpc-ecosystem/grpc-health-probe/compare/v0.4.31...v0.4.32) --- updated-dependencies: - dependency-name: github.com/grpc-ecosystem/grpc-health-probe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a959a148b..aaf1516a5 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/golang/protobuf v1.5.4 github.com/google/go-cmp v0.6.0 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 - github.com/grpc-ecosystem/grpc-health-probe v0.4.31 + github.com/grpc-ecosystem/grpc-health-probe v0.4.32 github.com/h2non/filetype v1.1.3 github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c github.com/joelanford/ignore v0.1.0 diff --git a/go.sum b/go.sum index 136d48c75..7cee081a6 100644 --- a/go.sum +++ b/go.sum @@ -207,8 +207,8 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92Bcuy github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 h1:bkypFPDjIYGfCYD5mRBvpqxfYX1YCS1PXdKYWi8FsN0= github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0/go.mod h1:P+Lt/0by1T8bfcF3z737NnSbmxQAppXMRziHUxPOC8k= -github.com/grpc-ecosystem/grpc-health-probe v0.4.31 h1:k9IT9ymnXwHoFPpDNoF867m+z8YV6WuVJJyw0M6pBk8= -github.com/grpc-ecosystem/grpc-health-probe v0.4.31/go.mod h1:j+6ivgGaMftAQCz3MObF+i+yDRxCLDYA/CDQSakKIZE= +github.com/grpc-ecosystem/grpc-health-probe v0.4.32 h1:aZoC+U+oyxIgyIbSAbnCHNYosQZ3x/Jum7P4IB/PDnc= +github.com/grpc-ecosystem/grpc-health-probe v0.4.32/go.mod h1:xTa5GXWwPgC8l88R94JVYQ2A1BJMI8KAEcYM+czgwCQ= github.com/h2non/filetype v1.1.3 h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg= github.com/h2non/filetype v1.1.3/go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY= github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c h1:fEE5/5VNnYUoBOj2I9TP8Jc+a7lge3QWn9DKE7NCwfc=