Skip to content

Commit e146bc9

Browse files
chore(deps): bump github.com/elastic/opentelemetry-lib (#74)
Bumps [github.com/elastic/opentelemetry-lib](https://github.com/elastic/opentelemetry-lib) from 0.7.4 to 0.8.1. - [Release notes](https://github.com/elastic/opentelemetry-lib/releases) - [Commits](elastic/opentelemetry-lib@v0.7.4...v0.8.1) --- updated-dependencies: - dependency-name: github.com/elastic/opentelemetry-lib 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> Co-authored-by: Roger Coll <[email protected]>
1 parent 30c5f87 commit e146bc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

processor/elasticinframetricsprocessor/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/elasticin
33
go 1.21.1
44

55
require (
6-
github.com/elastic/opentelemetry-lib v0.7.4
6+
github.com/elastic/opentelemetry-lib v0.8.1
77
github.com/stretchr/testify v1.9.0
88
go.opentelemetry.io/collector/component v0.107.0
99
go.opentelemetry.io/collector/confmap v0.107.0

processor/elasticinframetricsprocessor/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
55
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
66
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
77
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
8-
github.com/elastic/opentelemetry-lib v0.7.4 h1:nvc8ciUBPdorg73EbDck96WMeCBTCMUcLDbXRmaC2EI=
9-
github.com/elastic/opentelemetry-lib v0.7.4/go.mod h1:aCZdym3mU3rW87cZmbTaKbAEe5Bb9vjtlqta3FegBAU=
8+
github.com/elastic/opentelemetry-lib v0.8.1 h1:1QnrlBsaDKKlTlTMajgQTYdOFg42rAZLU/CH9DKZ3vE=
9+
github.com/elastic/opentelemetry-lib v0.8.1/go.mod h1:ttRzVFcQKjogveyhxDTRMD+s6Igi5XHqV7HcU933lR8=
1010
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
1111
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
1212
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=

0 commit comments

Comments
 (0)