File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replace github.com/spechtlabs/go-otel-utils/otelzap => ../otelzap
88
99require (
1010 github.com/spechtlabs/go-otel-utils/otelprovider v0.0.11
11- github.com/spechtlabs/go-otel-utils/otelzap v0.0.11
11+ github.com/spechtlabs/go-otel-utils/otelzap v0.0.15
1212 go.opentelemetry.io/otel v1.38.0
1313 go.uber.org/zap v1.27.0
1414)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/spechtlabs/go-otel-utils/otelprovider
33go 1.23.0
44
55require (
6- github.com/spechtlabs/go-otel-utils/otelzap v0.0.11
6+ github.com/spechtlabs/go-otel-utils/otelzap v0.0.15
77 go.opentelemetry.io/otel v1.38.0
88 go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.13.0
99 go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.13.0
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ github.com/sierrasoftworks/humane-errors-go v0.0.0-20250811205537-5f14a04ebff5 h
2323github.com/sierrasoftworks/humane-errors-go v0.0.0-20250811205537-5f14a04ebff5 /go.mod h1:CbJLj9L1qHdzLg4YRh2Lzr0noe9pR6QrVEqfLbITRKw =
2424github.com/spechtlabs/go-otel-utils/otelzap v0.0.11 h1:D3jzku3MMLMt/CgI++Zk3TE/mnQWz9dI9y/sCBb60OA =
2525github.com/spechtlabs/go-otel-utils/otelzap v0.0.11 /go.mod h1:Bk/uRNkU1/MsMc2J1NUxF+0lRNDbUUIulioJevLYM74 =
26+ github.com/spechtlabs/go-otel-utils/otelzap v0.0.15 h1:LPo3vmPRVTQDG/ic2r4q1t9irptnffRRTEpaLYjbguo =
27+ github.com/spechtlabs/go-otel-utils/otelzap v0.0.15 /go.mod h1:0LC7Tzo53EdZ0FY6dUMDDkDmimphYDbjqIg+BY5MJjk =
2628github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
2729github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
2830go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA =
You can’t perform that action at this time.
0 commit comments