2019-11-01 11:40:29 -07:00
|
|
|
module go.opentelemetry.io/otel
|
2019-06-16 22:30:46 +08:00
|
|
|
|
2024-02-25 10:48:32 -08:00
|
|
|
go 1.21
|
2019-06-16 22:30:46 +08:00
|
|
|
|
|
|
|
|
require (
|
2023-12-25 20:21:38 +01:00
|
|
|
github.com/go-logr/logr v1.4.1
|
2021-12-20 10:54:44 -06:00
|
|
|
github.com/go-logr/stdr v1.2.2
|
2023-10-15 16:53:27 +02:00
|
|
|
github.com/google/go-cmp v0.6.0
|
2024-03-03 22:08:09 +01:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2024-02-23 08:32:44 -08:00
|
|
|
go.opentelemetry.io/otel/metric v1.24.0
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.24.0
|
2019-06-16 22:30:46 +08:00
|
|
|
)
|
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
|
|
|
)
|
|
|
|
|
|
2021-02-12 11:23:51 -05:00
|
|
|
replace go.opentelemetry.io/otel/trace => ./trace
|
2023-05-02 11:15:39 -07:00
|
|
|
|
|
|
|
|
replace go.opentelemetry.io/otel/metric => ./metric
|