Skip to content

Commit

Permalink
Bump github.com/aws/aws-xray-sdk-go
Browse files Browse the repository at this point in the history
Bumps [github.com/aws/aws-xray-sdk-go](https://github.com/aws/aws-xray-sdk-go) from 1.8.1 to 1.8.5.
- [Release notes](https://github.com/aws/aws-xray-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-xray-sdk-go/blob/master/CHANGELOG.md)
- [Commits](aws/aws-xray-sdk-go@v1.8.1...v1.8.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent cd5c49b commit b83b59d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 79 deletions.
22 changes: 10 additions & 12 deletions internal/aws/xray/testdata/sampleapp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,23 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/xr
go 1.19

require (
github.com/aws/aws-sdk-go v1.44.295
github.com/aws/aws-xray-sdk-go v1.8.1
github.com/aws/aws-sdk-go v1.47.9
github.com/aws/aws-xray-sdk-go v1.8.5
)

require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/klauspost/compress v1.17.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
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.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
github.com/valyala/fasthttp v1.52.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/grpc v1.64.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

Expand Down
90 changes: 23 additions & 67 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 b83b59d

Please sign in to comment.