Skip to content

Commit

Permalink
bump go.uber.org/zap from 1.22.0 to 1.26.0 in /receiver/receivercreator
Browse files Browse the repository at this point in the history
---
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 9a04393 commit 61afa1b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
8 changes: 4 additions & 4 deletions receiver/receivercreator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.58.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.58.0
github.com/spf13/cast v1.5.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
go.opentelemetry.io/collector v0.58.0
go.opentelemetry.io/collector/pdata v0.58.0
go.opentelemetry.io/collector/semconv v0.58.0
go.uber.org/multierr v1.8.0
go.uber.org/zap v1.22.0
go.uber.org/multierr v1.10.0
go.uber.org/zap v1.26.0
)

require (
Expand Down Expand Up @@ -52,7 +52,7 @@ require (
github.com/shirou/gopsutil/v3 v3.22.7 // indirect
github.com/spf13/cobra v1.5.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
Expand Down
19 changes: 9 additions & 10 deletions receiver/receivercreator/go.sum

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

0 comments on commit 61afa1b

Please sign in to comment.