Skip to content

Commit

Permalink
bump github.com/stretchr/testify in /receiver/fluentforwardreceiver
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 a8b6ff9
Show file tree
Hide file tree
Showing 2 changed files with 397 additions and 4 deletions.
4 changes: 2 additions & 2 deletions receiver/fluentforwardreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/fluent
go 1.17

require (
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.10.0
github.com/tinylib/msgp v1.1.6
go.opencensus.io v0.23.0
go.opentelemetry.io/collector v0.51.0
Expand Down Expand Up @@ -42,5 +42,5 @@ require (
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // 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
)
Loading

0 comments on commit a8b6ff9

Please sign in to comment.