Skip to content

Commit

Permalink
chore(deps): bump github.com/elastic/opentelemetry-lib (#74)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roger Coll <roger.coll@elastic.co>
  • Loading branch information
dependabot[bot] and rogercoll authored Aug 23, 2024
1 parent 30c5f87 commit e146bc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion processor/elasticinframetricsprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/elastic/opentelemetry-collector-components/processor/elasticin
go 1.21.1

require (
github.com/elastic/opentelemetry-lib v0.7.4
github.com/elastic/opentelemetry-lib v0.8.1
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.107.0
go.opentelemetry.io/collector/confmap v0.107.0
Expand Down
4 changes: 2 additions & 2 deletions processor/elasticinframetricsprocessor/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/elastic/opentelemetry-lib v0.7.4 h1:nvc8ciUBPdorg73EbDck96WMeCBTCMUcLDbXRmaC2EI=
github.com/elastic/opentelemetry-lib v0.7.4/go.mod h1:aCZdym3mU3rW87cZmbTaKbAEe5Bb9vjtlqta3FegBAU=
github.com/elastic/opentelemetry-lib v0.8.1 h1:1QnrlBsaDKKlTlTMajgQTYdOFg42rAZLU/CH9DKZ3vE=
github.com/elastic/opentelemetry-lib v0.8.1/go.mod h1:ttRzVFcQKjogveyhxDTRMD+s6Igi5XHqV7HcU933lR8=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
Expand Down

0 comments on commit e146bc9

Please sign in to comment.