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:
		
							
								
								
									
										2
									
								
								vendor/github.com/miekg/dns/labels.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/miekg/dns/labels.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -10,7 +10,7 @@ package dns | ||||
| // escaped dots (\.) for instance. | ||||
| // s must be a syntactically valid domain name, see IsDomainName. | ||||
| func SplitDomainName(s string) (labels []string) { | ||||
| 	if len(s) == 0 { | ||||
| 	if s == "" { | ||||
| 		return nil | ||||
| 	} | ||||
| 	fqdnEnd := 0 // offset of the final '.' or the length of the name | ||||
|   | ||||
		Reference in New Issue
	
	Block a user