Skip to content

Commit 78ba9dc

Browse files
dependabot[bot]ci-robot
authored andcommitted
Bump github.com/grpc-ecosystem/grpc-health-probe from 0.4.30 to 0.4.31 (#1414)
Bumps [github.com/grpc-ecosystem/grpc-health-probe](https://github.com/grpc-ecosystem/grpc-health-probe) from 0.4.30 to 0.4.31. - [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](grpc-ecosystem/grpc-health-probe@v0.4.30...v0.4.31) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Upstream-repository: operator-registry Upstream-commit: e78759538e6979ee260c030a620f35cc17e343e4
1 parent 73e615f commit 78ba9dc

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/go-logr/logr v1.4.2
99
github.com/golang/mock v1.6.0
1010
github.com/googleapis/gnostic v0.5.5
11-
github.com/grpc-ecosystem/grpc-health-probe v0.4.30
11+
github.com/grpc-ecosystem/grpc-health-probe v0.4.31
1212
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
1313
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37
1414
github.com/onsi/ginkgo/v2 v2.20.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,8 +1769,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3/go.mod h1:o//XUCC/F+yRGJoPO/VU
17691769
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0/go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg=
17701770
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 h1:bkypFPDjIYGfCYD5mRBvpqxfYX1YCS1PXdKYWi8FsN0=
17711771
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0/go.mod h1:P+Lt/0by1T8bfcF3z737NnSbmxQAppXMRziHUxPOC8k=
1772-
github.com/grpc-ecosystem/grpc-health-probe v0.4.30 h1:W07TxkIHycE7evRHVLopTU6jCsXgCgzuOsrBK2jOpQk=
1773-
github.com/grpc-ecosystem/grpc-health-probe v0.4.30/go.mod h1:j+6ivgGaMftAQCz3MObF+i+yDRxCLDYA/CDQSakKIZE=
1772+
github.com/grpc-ecosystem/grpc-health-probe v0.4.31 h1:k9IT9ymnXwHoFPpDNoF867m+z8YV6WuVJJyw0M6pBk8=
1773+
github.com/grpc-ecosystem/grpc-health-probe v0.4.31/go.mod h1:j+6ivgGaMftAQCz3MObF+i+yDRxCLDYA/CDQSakKIZE=
17741774
github.com/h2non/filetype v1.1.3 h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg=
17751775
github.com/h2non/filetype v1.1.3/go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY=
17761776
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c h1:fEE5/5VNnYUoBOj2I9TP8Jc+a7lge3QWn9DKE7NCwfc=

staging/operator-registry/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/golang/protobuf v1.5.4
1717
github.com/google/go-cmp v0.6.0
1818
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
19-
github.com/grpc-ecosystem/grpc-health-probe v0.4.30
19+
github.com/grpc-ecosystem/grpc-health-probe v0.4.31
2020
github.com/h2non/filetype v1.1.3
2121
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
2222
github.com/joelanford/ignore v0.1.0

staging/operator-registry/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92Bcuy
209209
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk=
210210
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 h1:/c3QmbOGMGTOumP2iT/rCwB7b0QDGLKzqOmktBjT+Is=
211211
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1/go.mod h1:5SN9VR2LTsRFsrEC6FHgRbTWrTHu6tqPeKxEQv15giM=
212-
github.com/grpc-ecosystem/grpc-health-probe v0.4.30 h1:W07TxkIHycE7evRHVLopTU6jCsXgCgzuOsrBK2jOpQk=
213-
github.com/grpc-ecosystem/grpc-health-probe v0.4.30/go.mod h1:j+6ivgGaMftAQCz3MObF+i+yDRxCLDYA/CDQSakKIZE=
212+
github.com/grpc-ecosystem/grpc-health-probe v0.4.31 h1:k9IT9ymnXwHoFPpDNoF867m+z8YV6WuVJJyw0M6pBk8=
213+
github.com/grpc-ecosystem/grpc-health-probe v0.4.31/go.mod h1:j+6ivgGaMftAQCz3MObF+i+yDRxCLDYA/CDQSakKIZE=
214214
github.com/h2non/filetype v1.1.3 h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg=
215215
github.com/h2non/filetype v1.1.3/go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY=
216216
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c h1:fEE5/5VNnYUoBOj2I9TP8Jc+a7lge3QWn9DKE7NCwfc=

vendor/github.com/grpc-ecosystem/grpc-health-probe/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ github.com/grpc-ecosystem/go-grpc-prometheus
435435
github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule
436436
github.com/grpc-ecosystem/grpc-gateway/v2/runtime
437437
github.com/grpc-ecosystem/grpc-gateway/v2/utilities
438-
# github.com/grpc-ecosystem/grpc-health-probe v0.4.30
438+
# github.com/grpc-ecosystem/grpc-health-probe v0.4.31
439439
## explicit; go 1.22
440440
github.com/grpc-ecosystem/grpc-health-probe
441441
# github.com/h2non/filetype v1.1.3

0 commit comments

Comments
 (0)