You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
4575a9774d
This release is the last to support [Go 1.24]. The next release will require at least [Go 1.25]. ### Added - Support testing of [Go 1.26]. (#7902) ### Fixed - Update `Baggage` in `go.opentelemetry.io/otel/propagation` and `Parse` and `New` in `go.opentelemetry.io/otel/baggage` to comply with W3C Baggage specification limits. `New` and `Parse` now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#7880) [Go 1.26]: https://go.dev/doc/go1.26 [Go 1.25]: https://go.dev/doc/go1.25 [Go 1.24]: https://go.dev/doc/go1.24
26 lines
635 B
Modula-2
26 lines
635 B
Modula-2
module go.opentelemetry.io/otel
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0
|
|
github.com/go-logr/logr v1.4.3
|
|
github.com/go-logr/stdr v1.2.2
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/stretchr/testify v1.11.1
|
|
go.opentelemetry.io/auto/sdk v1.2.1
|
|
go.opentelemetry.io/otel/metric v1.41.0
|
|
go.opentelemetry.io/otel/trace v1.41.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace go.opentelemetry.io/otel/trace => ./trace
|
|
|
|
replace go.opentelemetry.io/otel/metric => ./metric
|