Skip to content

Commit fe75100

Browse files
chore(deps): bump github.com/elastic/opentelemetry-lib (#559)
Bumps [github.com/elastic/opentelemetry-lib](https://github.com/elastic/opentelemetry-lib) from 0.17.1 to 0.18.0. - [Release notes](https://github.com/elastic/opentelemetry-lib/releases) - [Commits](elastic/opentelemetry-lib@v0.17.1...v0.18.0) --- updated-dependencies: - dependency-name: github.com/elastic/opentelemetry-lib dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9f328d commit fe75100

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

processor/elastictraceprocessor/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/elastic/opentelemetry-collector-components/processor/elastictr
33
go 1.23.6
44

55
require (
6-
github.com/elastic/opentelemetry-lib v0.17.1
6+
github.com/elastic/opentelemetry-lib v0.18.0
77
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.125.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.125.0
99
github.com/stretchr/testify v1.10.0

processor/elastictraceprocessor/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
44
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
55
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
66
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
7-
github.com/elastic/opentelemetry-lib v0.17.1 h1:ZNYIJBvdtEcRBCGufVtTNh2+jaizJXDsrIRz65UQzqg=
8-
github.com/elastic/opentelemetry-lib v0.17.1/go.mod h1:SbaZpFXer0X0UQrApyOfAIaGzM3Pm66f+p1rMhY5eco=
7+
github.com/elastic/opentelemetry-lib v0.18.0 h1:LZqpQE++kt+0yovIjKeKRVc8gqURDegaqaF1saNuYwc=
8+
github.com/elastic/opentelemetry-lib v0.18.0/go.mod h1:VuHd1u65FsvUk82Iq3Ocb9j+r2iW1FRpRhg0H8UTm5Y=
99
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
1010
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
1111
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=

0 commit comments

Comments
 (0)