mirror of
				https://github.com/kubenetworks/kubevpn.git
				synced 2025-11-01 03:04:02 +08:00 
			
		
		
		
	feat: upgrade client-go version to v0.29.0 (#109)
* feat: upgrade client-go version to v0.29.0 * feat: upgrade coredns version * chore: update README.md
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/github.com/dustin/go-humanize/number.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/dustin/go-humanize/number.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -73,7 +73,7 @@ func FormatFloat(format string, n float64) string { | ||||
| 	if n > math.MaxFloat64 { | ||||
| 		return "Infinity" | ||||
| 	} | ||||
| 	if n < -math.MaxFloat64 { | ||||
| 	if n < (0.0 - math.MaxFloat64) { | ||||
| 		return "-Infinity" | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 naison
					naison