mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	vendor: update buildkit v0.14-dev version 549891b
Brings in formatter for lint requests. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/google.golang.org/protobuf/internal/encoding/json/decode.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/google.golang.org/protobuf/internal/encoding/json/decode.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -121,7 +121,7 @@ func (d *Decoder) Read() (Token, error) {
 | 
			
		||||
 | 
			
		||||
	case ObjectClose:
 | 
			
		||||
		if len(d.openStack) == 0 ||
 | 
			
		||||
			d.lastToken.kind == comma ||
 | 
			
		||||
			d.lastToken.kind&(Name|comma) != 0 ||
 | 
			
		||||
			d.openStack[len(d.openStack)-1] != ObjectOpen {
 | 
			
		||||
			return Token{}, d.newSyntaxError(tok.pos, unexpectedFmt, tok.RawString())
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user