go.mod: update kubernetes to v1.22.0
This brings in some cri api changes for cgroups, Windows pod sandbox security context changes and some new fields for the Windows version of a privileged container. This also unfortunately bumps the prometheus client, grpc middleware, bolt and klog :( Signed-off-by: Daniel Canter <dcanter@microsoft.com>
This commit is contained in:
		
							
								
								
									
										3
									
								
								vendor/github.com/json-iterator/go/iter_float.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/github.com/json-iterator/go/iter_float.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -288,6 +288,9 @@ non_decimal_loop: | ||||
| 				return iter.readFloat64SlowPath() | ||||
| 			} | ||||
| 			value = (value << 3) + (value << 1) + uint64(ind) | ||||
| 			if value > maxFloat64 { | ||||
| 				return iter.readFloat64SlowPath() | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| 	return iter.readFloat64SlowPath() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Canter
					Daniel Canter