Skip to content

Commit

Permalink
bump github.com/stretchr/testify in /receiver/carbonreceiver
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 8eec12f commit 4dacd12
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 4 deletions.
4 changes: 2 additions & 2 deletions receiver/carbonreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/census-instrumentation/opencensus-proto v0.3.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.51.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.51.0
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.10.0
go.opencensus.io v0.23.0
go.opentelemetry.io/collector v0.51.0
go.uber.org/zap v1.21.0
Expand Down Expand Up @@ -44,7 +44,7 @@ require (
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/grpc v1.46.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/pkg/translator/opencensus => ../../pkg/translator/opencensus
Expand Down
Loading

0 comments on commit 4dacd12

Please sign in to comment.