Skip to content

Commit 699d85a

Browse files
chore(deps): bump github.com/elastic/opentelemetry-lib (#670)
Bumps [github.com/elastic/opentelemetry-lib](https://github.com/elastic/opentelemetry-lib) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/elastic/opentelemetry-lib/releases) - [Commits](elastic/opentelemetry-lib@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: github.com/elastic/opentelemetry-lib dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b195a7f commit 699d85a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

processor/elasticapmprocessor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/elastic/opentelemetry-collector-components/processor/elasticap
33
go 1.23.8
44

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

processor/elasticapmprocessor/go.sum

Lines changed: 2 additions & 2 deletions
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.20.0 h1:SOKlIJhjAnZk4IhrudbiU7bmgbeZKe/5zRIxxI46++w=
8-
github.com/elastic/opentelemetry-lib v0.20.0/go.mod h1:UJNsdGOawf4Ap3WfFTeh/HmS767bHFEc8WDBGqH9uMc=
7+
github.com/elastic/opentelemetry-lib v0.21.0 h1:aktZQ6hocz/yVMOikDrdcjWtl/qcK/AfMBundZJTCcQ=
8+
github.com/elastic/opentelemetry-lib v0.21.0/go.mod h1:mNcdHi6ivTn5w4bE18as43gzKt2rVmK4HCeJZ9JmFXk=
99
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
1010
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
1111
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=

0 commit comments

Comments
 (0)