Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 20, 2022
1 parent 5320109 commit ff18588
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 4 deletions.
4 changes: 2 additions & 2 deletions exporter/newrelicexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/golang/protobuf v1.5.2
github.com/newrelic/newrelic-telemetry-sdk-go v0.8.1
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.47.0
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.3
go.opencensus.io v0.23.0
go.opentelemetry.io/collector v0.47.0
go.opentelemetry.io/collector/model v0.47.0
Expand Down Expand Up @@ -40,7 +40,7 @@ require (
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/text v0.3.7 // 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 ff18588

Please sign in to comment.