mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	[Vendor] update certmagic (#15590)
* update github.com/caddyserver/certmagic v0.12.0 -> v0.13.0 * migrate
This commit is contained in:
		
							
								
								
									
										5
									
								
								vendor/github.com/miekg/dns/defaults.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								vendor/github.com/miekg/dns/defaults.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -349,10 +349,7 @@ func ReverseAddr(addr string) (arpa string, err error) { | ||||
| 	// Add it, in reverse, to the buffer | ||||
| 	for i := len(ip) - 1; i >= 0; i-- { | ||||
| 		v := ip[i] | ||||
| 		buf = append(buf, hexDigit[v&0xF]) | ||||
| 		buf = append(buf, '.') | ||||
| 		buf = append(buf, hexDigit[v>>4]) | ||||
| 		buf = append(buf, '.') | ||||
| 		buf = append(buf, hexDigit[v&0xF], '.', hexDigit[v>>4], '.') | ||||
| 	} | ||||
| 	// Append "ip6.arpa." and return (buf already has the final .) | ||||
| 	buf = append(buf, "ip6.arpa."...) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user