mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-05 22:54:18 +02:00
c25eeeadca
build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /exporters/otlp/otlptrace/otlptracehttp build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /exporters/otlp/otlptrace build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /exporters/otlp/otlptrace/otlptracegrpc build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /exporters/prometheus build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 in /sdk build(deps): bump github.com/golangci/golangci-lint from 1.57.2 to 1.58.0 in /internal/tools build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /exporters/otlp/otlpmetric/otlpmetrichttp build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /exporters/otlp/otlplog/otlploghttp build(deps): bump github.com/openzipkin/zipkin-go from 0.4.2 to 0.4.3 in /exporters/zipkin build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /exporters/otlp/otlpmetric/otlpmetricgrpc
29 lines
703 B
Modula-2
29 lines
703 B
Modula-2
module go.opentelemetry.io/otel/sdk/metric
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.4.1
|
|
github.com/go-logr/stdr v1.2.2
|
|
github.com/stretchr/testify v1.9.0
|
|
go.opentelemetry.io/otel v1.26.0
|
|
go.opentelemetry.io/otel/metric v1.26.0
|
|
go.opentelemetry.io/otel/sdk v1.26.0
|
|
go.opentelemetry.io/otel/trace v1.26.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace go.opentelemetry.io/otel => ../..
|
|
|
|
replace go.opentelemetry.io/otel/metric => ../../metric
|
|
|
|
replace go.opentelemetry.io/otel/trace => ../../trace
|
|
|
|
replace go.opentelemetry.io/otel/sdk => ../
|