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.7.0 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.7.0...v1.8.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 3340115 commit 5b04d42
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 130 deletions.
24 changes: 11 additions & 13 deletions internal/aws/xray/testdata/sampleserver/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.18

require (
github.com/aws/aws-xray-sdk-go v1.7.0
github.com/google/go-cmp v0.5.8 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
github.com/aws/aws-xray-sdk-go v1.8.5
golang.org/x/sys v0.21.0 // indirect
google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08 // indirect
google.golang.org/grpc v1.48.0 // indirect
google.golang.org/protobuf v1.28.1 // 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
)

require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/aws/aws-sdk-go v1.44.72 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/aws/aws-sdk-go v1.47.9 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/klauspost/compress v1.17.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.34.0 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/text v0.3.7 // indirect
github.com/valyala/fasthttp v1.52.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/text v0.16.0 // indirect
)
Loading

0 comments on commit 5b04d42

Please sign in to comment.