File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
staging/operator-registry Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/go-logr/logr v1.4.2
11
11
github.com/golang/mock v1.6.0
12
12
github.com/googleapis/gnostic v0.5.5
13
- github.com/grpc-ecosystem/grpc-health-probe v0.4.36
13
+ github.com/grpc-ecosystem/grpc-health-probe v0.4.37
14
14
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
15
15
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37
16
16
github.com/onsi/ginkgo/v2 v2.22.2
Original file line number Diff line number Diff line change @@ -1782,8 +1782,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3/go.mod h1:o//XUCC/F+yRGJoPO/VU
1782
1782
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 /go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg =
1783
1783
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 h1:ad0vkEBuk23VJzZR9nkLVG0YAoN9coASF1GusYX6AlU =
1784
1784
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 /go.mod h1:igFoXX2ELCW06bol23DWPB5BEWfZISOzSP5K2sbLea0 =
1785
- github.com/grpc-ecosystem/grpc-health-probe v0.4.36 h1:UVBi2DP0SiKuH3DJ5ZTmPsvZMMtSJdjWomWWgAfBh6U =
1786
- github.com/grpc-ecosystem/grpc-health-probe v0.4.36 /go.mod h1:s5C6vVGDSRfdGKiUqy+2NR8qzXqahgISNHNXitDjLL4 =
1785
+ github.com/grpc-ecosystem/grpc-health-probe v0.4.37 h1:x8IIa8JfqiXpBX3xtmm3jz5b9YMq4Lpc9/b+ZAfzRZI =
1786
+ github.com/grpc-ecosystem/grpc-health-probe v0.4.37 /go.mod h1:uKUtQKoBUvaI4Ez1jaLCHxFYYYoYn/FYkqNgl+8hADw =
1787
1787
github.com/h2non/filetype v1.1.3 h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg =
1788
1788
github.com/h2non/filetype v1.1.3 /go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY =
1789
1789
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c h1:fEE5/5VNnYUoBOj2I9TP8Jc+a7lge3QWn9DKE7NCwfc =
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/golang/protobuf v1.5.4
19
19
github.com/google/go-cmp v0.6.0
20
20
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0
21
- github.com/grpc-ecosystem/grpc-health-probe v0.4.36
21
+ github.com/grpc-ecosystem/grpc-health-probe v0.4.37
22
22
github.com/h2non/filetype v1.1.3
23
23
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
24
24
github.com/joelanford/ignore v0.1.1
Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92Bcuy
211
211
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 /go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk =
212
212
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 h1:asbCHRVmodnJTuQ3qamDwqVOIjwqUPTYmYuemVOx+Ys =
213
213
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 /go.mod h1:ggCgvZ2r7uOoQjOyu2Y1NhHmEPPzzuhWgcza5M1Ji1I =
214
- github.com/grpc-ecosystem/grpc-health-probe v0.4.36 h1:UVBi2DP0SiKuH3DJ5ZTmPsvZMMtSJdjWomWWgAfBh6U =
215
- github.com/grpc-ecosystem/grpc-health-probe v0.4.36 /go.mod h1:s5C6vVGDSRfdGKiUqy+2NR8qzXqahgISNHNXitDjLL4 =
214
+ github.com/grpc-ecosystem/grpc-health-probe v0.4.37 h1:x8IIa8JfqiXpBX3xtmm3jz5b9YMq4Lpc9/b+ZAfzRZI =
215
+ github.com/grpc-ecosystem/grpc-health-probe v0.4.37 /go.mod h1:uKUtQKoBUvaI4Ez1jaLCHxFYYYoYn/FYkqNgl+8hADw =
216
216
github.com/h2non/filetype v1.1.3 h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg =
217
217
github.com/h2non/filetype v1.1.3 /go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY =
218
218
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c h1:fEE5/5VNnYUoBOj2I9TP8Jc+a7lge3QWn9DKE7NCwfc =
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ github.com/grpc-ecosystem/go-grpc-prometheus
446
446
github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule
447
447
github.com/grpc-ecosystem/grpc-gateway/v2/runtime
448
448
github.com/grpc-ecosystem/grpc-gateway/v2/utilities
449
- # github.com/grpc-ecosystem/grpc-health-probe v0.4.36
449
+ # github.com/grpc-ecosystem/grpc-health-probe v0.4.37
450
450
## explicit; go 1.23
451
451
github.com/grpc-ecosystem/grpc-health-probe
452
452
# github.com/h2non/filetype v1.1.3
You can’t perform that action at this time.
0 commit comments