You've already forked opentelemetry-go
							
							
				mirror of
				https://github.com/open-telemetry/opentelemetry-go.git
				synced 2025-10-31 00:07:40 +02:00 
			
		
		
		
	Bump golang.org/x/sys from 0.14.0 to 0.15.0 in /sdk Bump github.com/itchyny/gojq from 0.12.13 to 0.12.14 in /internal/tools Bump golang.org/x/tools from 0.15.0 to 0.16.0 in /internal/tools
		
			
				
	
	
		
			27 lines
		
	
	
		
			650 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			650 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module go.opentelemetry.io/otel/sdk
 | |
| 
 | |
| go 1.20
 | |
| 
 | |
| replace go.opentelemetry.io/otel => ../
 | |
| 
 | |
| require (
 | |
| 	github.com/go-logr/logr v1.3.0
 | |
| 	github.com/google/go-cmp v0.6.0
 | |
| 	github.com/stretchr/testify v1.8.4
 | |
| 	go.opentelemetry.io/otel v1.21.0
 | |
| 	go.opentelemetry.io/otel/trace v1.21.0
 | |
| 	golang.org/x/sys v0.15.0
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/davecgh/go-spew v1.1.1 // indirect
 | |
| 	github.com/go-logr/stdr v1.2.2 // indirect
 | |
| 	github.com/pmezard/go-difflib v1.0.0 // indirect
 | |
| 	go.opentelemetry.io/otel/metric v1.21.0 // indirect
 | |
| 	gopkg.in/yaml.v3 v3.0.1 // indirect
 | |
| )
 | |
| 
 | |
| replace go.opentelemetry.io/otel/trace => ../trace
 | |
| 
 | |
| replace go.opentelemetry.io/otel/metric => ../metric
 |