mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-11-24 08:22:25 +02:00
1e2555f380
* Update versions.yaml Move experimental-metrics modules that are stbilizing to the stable-v1 module-set. * Prepare stable-v1 for version v1.23.0-rc.1 * Update changelog
23 lines
529 B
Modula-2
23 lines
529 B
Modula-2
module go.opentelemetry.io/otel
|
|
|
|
go 1.20
|
|
|
|
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.8.4
|
|
go.opentelemetry.io/otel/metric v1.23.0-rc.1
|
|
go.opentelemetry.io/otel/trace v1.23.0-rc.1
|
|
)
|
|
|
|
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
|