mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 05:22:24 -05:00 
			
		
		
		
	[chore]: Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#3210)
This commit is contained in:
		
					parent
					
						
							
								ae14aa004d
							
						
					
				
			
			
				commit
				
					
						6ff8376d96
					
				
			
		
					 197 changed files with 28294 additions and 563 deletions
				
			
		
							
								
								
									
										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
									
									
								
							|  | @ -214,7 +214,7 @@ func (d *Decoder) parseNext() (Token, error) { | |||
| 
 | ||||
| // newSyntaxError returns an error with line and column information useful for | ||||
| // syntax errors. | ||||
| func (d *Decoder) newSyntaxError(pos int, f string, x ...interface{}) error { | ||||
| func (d *Decoder) newSyntaxError(pos int, f string, x ...any) error { | ||||
| 	e := errors.New(f, x...) | ||||
| 	line, column := d.Position(pos) | ||||
| 	return errors.New("syntax error (line %d:%d): %v", line, column, e) | ||||
|  |  | |||
							
								
								
									
										2
									
								
								vendor/google.golang.org/protobuf/internal/encoding/text/decode.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/google.golang.org/protobuf/internal/encoding/text/decode.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -601,7 +601,7 @@ func (d *Decoder) consumeToken(kind Kind, size int, attrs uint8) Token { | |||
| 
 | ||||
| // newSyntaxError returns a syntax error with line and column information for | ||||
| // current position. | ||||
| func (d *Decoder) newSyntaxError(f string, x ...interface{}) error { | ||||
| func (d *Decoder) newSyntaxError(f string, x ...any) error { | ||||
| 	e := errors.New(f, x...) | ||||
| 	line, column := d.Position(len(d.orig) - len(d.in)) | ||||
| 	return errors.New("syntax error (line %d:%d): %v", line, column, e) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue