2021-02-12 11:23:51 -05:00
|
|
|
module go.opentelemetry.io/otel/trace
|
|
|
|
|
|
2025-03-05 22:23:10 -08:00
|
|
|
go 1.23.0
|
2021-02-12 11:23:51 -05:00
|
|
|
|
|
|
|
|
replace go.opentelemetry.io/otel => ../
|
|
|
|
|
|
|
|
|
|
require (
|
2025-02-23 08:21:15 -08:00
|
|
|
github.com/google/go-cmp v0.7.0
|
2025-08-25 14:38:44 +02:00
|
|
|
github.com/stretchr/testify v1.11.0
|
2025-06-25 08:41:12 +02:00
|
|
|
go.opentelemetry.io/otel v1.37.0
|
2021-02-12 11:23:51 -05:00
|
|
|
)
|
2022-05-25 10:04:56 -05:00
|
|
|
|
|
|
|
|
require (
|
2022-10-17 12:25:56 -04:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-10-17 12:25:56 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
)
|
2023-05-02 11:15:39 -07:00
|
|
|
|
|
|
|
|
replace go.opentelemetry.io/otel/metric => ../metric
|