Skip to content

Commit

Permalink
Bump github.com/aws/aws-sdk-go in /internal/aws/xray/testdata/sampleapp
Browse files Browse the repository at this point in the history
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.45.2 to 1.50.0.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.45.2...v1.50.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent d29eb9e commit 3fc4f3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 30 deletions.
6 changes: 3 additions & 3 deletions internal/aws/xray/testdata/sampleapp/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/internal/aws/xr
go 1.20

require (
github.com/aws/aws-sdk-go v1.45.2
github.com/aws/aws-sdk-go v1.50.0
github.com/aws/aws-xray-sdk-go v1.8.1
)

Expand All @@ -16,8 +16,8 @@ require (
github.com/stretchr/testify v1.8.4 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.34.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
google.golang.org/grpc v1.58.0 // indirect
Expand Down
33 changes: 6 additions & 27 deletions internal/aws/xray/testdata/sampleapp/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3fc4f3d

Please sign in to comment.