Skip to content

Commit

Permalink
Bump go.uber.org/zap in /exporter/clickhouseexporter
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 89b5ee1
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 13 deletions.
10 changes: 4 additions & 6 deletions exporter/clickhouseexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@ go 1.17

require (
go.opentelemetry.io/collector v0.49.0
go.uber.org/zap v1.21.0
go.uber.org/zap v1.26.0

)

require go.uber.org/multierr v1.8.0
require go.uber.org/multierr v1.10.0

require (
github.com/ClickHouse/clickhouse-go v1.5.4
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.8.1
go.opentelemetry.io/collector/pdata v0.49.0
)

require (
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand All @@ -29,7 +28,6 @@ require (
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opencensus.io v0.23.0 // indirect
go.opentelemetry.io/otel v1.6.3 // indirect
Expand All @@ -38,5 +36,5 @@ require (
go.uber.org/atomic v1.9.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // 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
)
Loading

0 comments on commit 89b5ee1

Please sign in to comment.