Skip to content

Commit

Permalink
Bump go.uber.org/zap from 1.23.0 to 1.25.0 in /exporter/pulsarexporter
Browse files Browse the repository at this point in the history
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.23.0 to 1.25.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.23.0...v1.25.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 1d620bf commit 6fb99f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions exporter/pulsarexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ require (
github.com/jaegertracing/jaeger v1.38.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.60.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.60.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
go.opentelemetry.io/collector v0.60.1-0.20220923151520-96e9af35c002
go.opentelemetry.io/collector/pdata v0.60.1-0.20220923151520-96e9af35c002
go.opentelemetry.io/collector/semconv v0.60.1-0.20220923151520-96e9af35c002
go.uber.org/multierr v1.8.0
go.uber.org/zap v1.23.0
go.uber.org/multierr v1.10.0
go.uber.org/zap v1.25.0
)

require (
Expand Down
16 changes: 9 additions & 7 deletions exporter/pulsarexporter/go.sum

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

0 comments on commit 6fb99f7

Please sign in to comment.