Skip to content

Commit

Permalink
bump github.com/stretchr/testify in /internal/aws/proxy
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 c3148ae
Show file tree
Hide file tree
Showing 2 changed files with 620 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/aws/proxy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/aws/aws-sdk-go v1.44.15
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.51.0
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector v0.51.0
go.uber.org/zap v1.21.0
)
Expand All @@ -17,7 +17,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.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
Loading

0 comments on commit c3148ae

Please sign in to comment.