mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-16 02:47:20 +02:00
66284071de
* Bump versions in versions.yaml * Prepare stable-v1 for version v1.25.0 * Prepare experimental-metrics for version v0.47.0 * Prepare experimental-logs for version v0.1.0-alpha * Prepare experimental-schema for version v0.0.8 * Update changelog * Run go mod tidy * Update CHANGELOG.md --------- Co-authored-by: Damien Mathieu <damien.mathieu@elastic.co> Co-authored-by: Robert Pająk <pellared@hotmail.com>
23 lines
519 B
Modula-2
23 lines
519 B
Modula-2
module go.opentelemetry.io/otel
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.4.1
|
|
github.com/go-logr/stdr v1.2.2
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/stretchr/testify v1.9.0
|
|
go.opentelemetry.io/otel/metric v1.25.0
|
|
go.opentelemetry.io/otel/trace v1.25.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // 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
|