mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 06:12:25 -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
				
			
		
							
								
								
									
										4
									
								
								vendor/google.golang.org/protobuf/encoding/protojson/decode.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/google.golang.org/protobuf/encoding/protojson/decode.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -102,7 +102,7 @@ type decoder struct { | |||
| } | ||||
| 
 | ||||
| // newError returns an error object with position info. | ||||
| func (d decoder) newError(pos int, f string, x ...interface{}) error { | ||||
| func (d decoder) newError(pos int, f string, x ...any) error { | ||||
| 	line, column := d.Position(pos) | ||||
| 	head := fmt.Sprintf("(line %d:%d): ", line, column) | ||||
| 	return errors.New(head+f, x...) | ||||
|  | @ -114,7 +114,7 @@ func (d decoder) unexpectedTokenError(tok json.Token) error { | |||
| } | ||||
| 
 | ||||
| // syntaxError returns a syntax error for given position. | ||||
| func (d decoder) syntaxError(pos int, f string, x ...interface{}) error { | ||||
| func (d decoder) syntaxError(pos int, f string, x ...any) error { | ||||
| 	line, column := d.Position(pos) | ||||
| 	head := fmt.Sprintf("syntax error (line %d:%d): ", line, column) | ||||
| 	return errors.New(head+f, x...) | ||||
|  |  | |||
							
								
								
									
										4
									
								
								vendor/google.golang.org/protobuf/encoding/prototext/decode.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/google.golang.org/protobuf/encoding/prototext/decode.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -84,7 +84,7 @@ type decoder struct { | |||
| } | ||||
| 
 | ||||
| // newError returns an error object with position info. | ||||
| func (d decoder) newError(pos int, f string, x ...interface{}) error { | ||||
| func (d decoder) newError(pos int, f string, x ...any) error { | ||||
| 	line, column := d.Position(pos) | ||||
| 	head := fmt.Sprintf("(line %d:%d): ", line, column) | ||||
| 	return errors.New(head+f, x...) | ||||
|  | @ -96,7 +96,7 @@ func (d decoder) unexpectedTokenError(tok text.Token) error { | |||
| } | ||||
| 
 | ||||
| // syntaxError returns a syntax error for given position. | ||||
| func (d decoder) syntaxError(pos int, f string, x ...interface{}) error { | ||||
| func (d decoder) syntaxError(pos int, f string, x ...any) error { | ||||
| 	line, column := d.Position(pos) | ||||
| 	head := fmt.Sprintf("syntax error (line %d:%d): ", line, column) | ||||
| 	return errors.New(head+f, x...) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue