Skip to content

Commit b08a1ac

Browse files
fix(deps): update module github.com/aws/aws-xray-sdk-go to v2
1 parent 8479183 commit b08a1ac

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

internal/aws/xray/testdata/sampleapp/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.23.0
55
require (
66
github.com/aws/aws-sdk-go v1.55.6
77
github.com/aws/aws-xray-sdk-go v1.8.5
8+
github.com/aws/aws-xray-sdk-go/v2 v2.0.0
89
)
910

1011
require (

internal/aws/xray/testdata/sampleapp/go.sum

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/aws/xray/testdata/sampleserver/go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/xr
22

33
go 1.23.0
44

5-
require github.com/aws/aws-xray-sdk-go v1.8.5
5+
require (
6+
github.com/aws/aws-xray-sdk-go v1.8.5
7+
github.com/aws/aws-xray-sdk-go/v2 v2.0.0
8+
)
69

710
require (
811
github.com/andybalholm/brotli v1.1.0 // indirect

internal/aws/xray/testdata/sampleserver/go.sum

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)