Skip to content

Commit

Permalink
Bump go.uber.org/zap from 1.21.0 to 1.26.0 in /exporter/newrelicexporter
Browse files Browse the repository at this point in the history
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.21.0 to 1.26.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.21.0...v1.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent a7921d3 commit 0cea4a9
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 11 deletions.
8 changes: 4 additions & 4 deletions exporter/newrelicexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ require (
github.com/golang/protobuf v1.5.2
github.com/newrelic/newrelic-telemetry-sdk-go v0.8.1
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.49.0
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.8.1
go.opencensus.io v0.23.0
go.opentelemetry.io/collector v0.49.0
go.opentelemetry.io/collector/model v0.49.0
go.opentelemetry.io/collector/pdata v0.49.0
go.uber.org/multierr v1.8.0
go.uber.org/zap v1.21.0
go.uber.org/multierr v1.10.0
go.uber.org/zap v1.26.0
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
Expand All @@ -39,7 +39,7 @@ require (
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus => ../../pkg/translator/opencensus
Expand Down
Loading

0 comments on commit 0cea4a9

Please sign in to comment.