Skip to content

Commit cec6dd1

Browse files
fix(deps): update module github.com/spechtlabs/go-otel-utils/otelzap to v0.0.15 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9283540 commit cec6dd1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/spechtlabs/go-otel-utils/otelzap => ../otelzap
88

99
require (
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
)

otelprovider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/spechtlabs/go-otel-utils/otelprovider
33
go 1.23.0
44

55
require (
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

otelprovider/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ github.com/sierrasoftworks/humane-errors-go v0.0.0-20250811205537-5f14a04ebff5 h
2323
github.com/sierrasoftworks/humane-errors-go v0.0.0-20250811205537-5f14a04ebff5/go.mod h1:CbJLj9L1qHdzLg4YRh2Lzr0noe9pR6QrVEqfLbITRKw=
2424
github.com/spechtlabs/go-otel-utils/otelzap v0.0.11 h1:D3jzku3MMLMt/CgI++Zk3TE/mnQWz9dI9y/sCBb60OA=
2525
github.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=
2628
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
2729
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
2830
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=

0 commit comments

Comments
 (0)