mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 15:22:26 -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
				
			
		
							
								
								
									
										2
									
								
								vendor/google.golang.org/grpc/internal/pretty/pretty.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/google.golang.org/grpc/internal/pretty/pretty.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -35,7 +35,7 @@ const jsonIndent = "  " | |||
| // ToJSON marshals the input into a json string. | ||||
| // | ||||
| // If marshal fails, it falls back to fmt.Sprintf("%+v"). | ||||
| func ToJSON(e interface{}) string { | ||||
| func ToJSON(e any) string { | ||||
| 	switch ee := e.(type) { | ||||
| 	case protov1.Message: | ||||
| 		mm := jsonpb.Marshaler{Indent: jsonIndent} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue