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 
			
		
		
		
	This PR contains the following updates: | Package | Change | Age | Confidence | Type | Update | |---|---|---|---|---|---| | golang.org/x/sys | `v0.36.0` -> `v0.37.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | indirect | minor | | golang.org/x/sys | `v0.36.0` -> `v0.37.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | minor | | golang.org/x/telemetry | `4eae98a` -> `badf71c` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | indirect | digest | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
		
			
				
	
	
		
			33 lines
		
	
	
		
			850 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			850 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module go.opentelemetry.io/otel/sdk
 | |
| 
 | |
| go 1.24.0
 | |
| 
 | |
| replace go.opentelemetry.io/otel => ../
 | |
| 
 | |
| require (
 | |
| 	github.com/go-logr/logr v1.4.3
 | |
| 	github.com/google/go-cmp v0.7.0
 | |
| 	github.com/google/uuid v1.6.0
 | |
| 	github.com/stretchr/testify v1.11.1
 | |
| 	go.opentelemetry.io/otel v1.38.0
 | |
| 	go.opentelemetry.io/otel/metric v1.38.0
 | |
| 	go.opentelemetry.io/otel/sdk/metric v1.38.0
 | |
| 	go.opentelemetry.io/otel/trace v1.38.0
 | |
| 	go.uber.org/goleak v1.3.0
 | |
| 	golang.org/x/sys v0.37.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/auto/sdk v1.2.1 // indirect
 | |
| 	gopkg.in/yaml.v3 v3.0.1 // indirect
 | |
| )
 | |
| 
 | |
| replace go.opentelemetry.io/otel/trace => ../trace
 | |
| 
 | |
| replace go.opentelemetry.io/otel/metric => ../metric
 | |
| 
 | |
| replace go.opentelemetry.io/otel/sdk/metric => ./metric
 |