Skip to content

Commit

Permalink
Bump github.com/stretchr/testify in /receiver/opencensusreceiver
Browse files Browse the repository at this point in the history
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.7.1...v1.10.0)

---
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 d3a76dd
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 4 deletions.
4 changes: 2 additions & 2 deletions receiver/opencensusreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.51.0
github.com/rs/cors v1.8.2
github.com/soheilhy/cmux v0.1.5
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector v0.51.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.32.0
go.opentelemetry.io/otel v1.7.0
Expand Down Expand Up @@ -57,7 +57,7 @@ require (
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3 // 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/common => ../../internal/common
Expand Down
Loading

0 comments on commit d3a76dd

Please sign in to comment.