Skip to content

Commit

Permalink
Bump go.opentelemetry.io/collector/semconv
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.58.0 to 0.87.0.
- [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.58.0...v0.87.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9a04393 commit 97d0833
Showing 2 changed files with 10 additions and 19 deletions.
7 changes: 3 additions & 4 deletions exporter/clickhouseexporter/go.mod
Original file line number Diff line number Diff line change
@@ -12,9 +12,9 @@ require go.uber.org/multierr v1.8.0

require (
github.com/ClickHouse/clickhouse-go/v2 v2.2.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/pdata v0.58.0
go.opentelemetry.io/collector/semconv v0.58.0
go.opentelemetry.io/collector/semconv v0.87.0
)

require (
@@ -27,7 +27,7 @@ require (
github.com/google/uuid v1.3.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/knadh/koanf v1.4.2 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -50,6 +50,5 @@ require (
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/grpc v1.48.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
22 changes: 7 additions & 15 deletions exporter/clickhouseexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97d0833

Please sign in to comment.