mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 23:02:25 -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/resolver/config_selector.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/google.golang.org/grpc/internal/resolver/config_selector.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -92,7 +92,7 @@ type ClientStream interface { | |||
| 	// calling RecvMsg on the same stream at the same time, but it is not safe | ||||
| 	// to call SendMsg on the same stream in different goroutines. It is also | ||||
| 	// not safe to call CloseSend concurrently with SendMsg. | ||||
| 	SendMsg(m interface{}) error | ||||
| 	SendMsg(m any) error | ||||
| 	// RecvMsg blocks until it receives a message into m or the stream is | ||||
| 	// done. It returns io.EOF when the stream completes successfully. On | ||||
| 	// any other error, the stream is aborted and the error contains the RPC | ||||
|  | @ -101,7 +101,7 @@ type ClientStream interface { | |||
| 	// It is safe to have a goroutine calling SendMsg and another goroutine | ||||
| 	// calling RecvMsg on the same stream at the same time, but it is not | ||||
| 	// safe to call RecvMsg on the same stream in different goroutines. | ||||
| 	RecvMsg(m interface{}) error | ||||
| 	RecvMsg(m any) error | ||||
| } | ||||
| 
 | ||||
| // ClientInterceptor is an interceptor for gRPC client streams. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue