go.mod: Bump k8s deps to v0.24.0
This ends up bumping the prometheus client as well. Signed-off-by: Daniel Canter <dcanter@microsoft.com>
This commit is contained in:
		
							
								
								
									
										6
									
								
								vendor/k8s.io/component-base/metrics/histogram.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								vendor/k8s.io/component-base/metrics/histogram.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -18,7 +18,7 @@ package metrics | ||||
|  | ||||
| import ( | ||||
| 	"context" | ||||
| 	"github.com/blang/semver" | ||||
| 	"github.com/blang/semver/v4" | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| ) | ||||
|  | ||||
| @@ -199,13 +199,13 @@ func (v *HistogramVec) Reset() { | ||||
| func (v *HistogramVec) WithContext(ctx context.Context) *HistogramVecWithContext { | ||||
| 	return &HistogramVecWithContext{ | ||||
| 		ctx:          ctx, | ||||
| 		HistogramVec: *v, | ||||
| 		HistogramVec: v, | ||||
| 	} | ||||
| } | ||||
|  | ||||
| // HistogramVecWithContext is the wrapper of HistogramVec with context. | ||||
| type HistogramVecWithContext struct { | ||||
| 	HistogramVec | ||||
| 	*HistogramVec | ||||
| 	ctx context.Context | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Canter
					Daniel Canter