Skip to content

Commit

Permalink
Bump go.opentelemetry.io/collector/semconv in /receiver/receivercreator
Browse files Browse the repository at this point in the history
Bumps [go.opentelemetry.io/collector/semconv](https://github.com/open-telemetry/opentelemetry-collector) from 0.54.0 to 0.108.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.54.0...v0.108.1)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/semconv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent 8778b87 commit 0e3d63d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 9 deletions.
6 changes: 3 additions & 3 deletions receiver/receivercreator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.54.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.54.0
github.com/spf13/cast v1.5.0
github.com/stretchr/testify v1.7.5
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector v0.54.0
go.opentelemetry.io/collector/pdata v0.54.0
go.opentelemetry.io/collector/semconv v0.54.0
go.opentelemetry.io/collector/semconv v0.108.1
go.uber.org/multierr v1.8.0
go.uber.org/zap v1.21.0
)
Expand Down Expand Up @@ -52,7 +52,7 @@ require (
github.com/shirou/gopsutil/v3 v3.22.5 // indirect
github.com/spf13/cobra v1.4.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
Expand Down
Loading

0 comments on commit 0e3d63d

Please sign in to comment.