Skip to content

Commit

Permalink
bump go.uber.org/zap in /exporter/prometheusremotewriteexporter
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 a7921d3 commit abe27f2
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 11 deletions.
8 changes: 4 additions & 4 deletions exporter/prometheusremotewriteexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.49.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheusremotewrite v0.49.0
github.com/prometheus/prometheus v1.8.2-0.20220117154355-4855a0c067e2
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.8.1
github.com/tidwall/wal v1.1.7
go.opentelemetry.io/collector 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
)

require (
Expand Down Expand Up @@ -52,7 +52,7 @@ require (
google.golang.org/grpc v1.45.0 // indirect
google.golang.org/protobuf v1.28.0 // 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/internal/coreinternal => ../../internal/coreinternal
Expand Down
Loading

0 comments on commit abe27f2

Please sign in to comment.