Skip to content

Commit

Permalink
Bump go.uber.org/zap from 1.20.0 to 1.21.0 in /pkg/otlp/model
Browse files Browse the repository at this point in the history
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.20.0 to 1.21.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.20.0...v1.21.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 Feb 14, 2022
1 parent 3ba80b1 commit 9c3b5bf
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/otlp/model/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector/model v0.44.0
go.uber.org/zap v1.20.0
go.uber.org/zap v1.21.0
)

require (
Expand Down
117 changes: 115 additions & 2 deletions pkg/otlp/model/go.sum

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

0 comments on commit 9c3b5bf

Please sign in to comment.