mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 21:52:31 -05:00 
			
		
		
		
	[chore]: Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.17.0 to 1.18.0 (#2207)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								f302ebb8e5
							
						
					
				
			
			
				commit
				
					
						c6fdcd52fa
					
				
			
		
					 72 changed files with 1040 additions and 864 deletions
				
			
		
							
								
								
									
										4
									
								
								vendor/google.golang.org/grpc/internal/balancerload/load.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/google.golang.org/grpc/internal/balancerload/load.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -25,7 +25,7 @@ import ( | |||
| // Parser converts loads from metadata into a concrete type. | ||||
| type Parser interface { | ||||
| 	// Parse parses loads from metadata. | ||||
| 	Parse(md metadata.MD) interface{} | ||||
| 	Parse(md metadata.MD) any | ||||
| } | ||||
| 
 | ||||
| var parser Parser | ||||
|  | @ -38,7 +38,7 @@ func SetParser(lr Parser) { | |||
| } | ||||
| 
 | ||||
| // Parse calls parser.Read(). | ||||
| func Parse(md metadata.MD) interface{} { | ||||
| func Parse(md metadata.MD) any { | ||||
| 	if parser == nil { | ||||
| 		return nil | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue