Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exporter/awskinesisexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.40.0
github.com/aws/aws-sdk-go-v2/config v1.32.1
github.com/aws/aws-sdk-go-v2/credentials v1.19.1
github.com/aws/aws-sdk-go-v2/service/kinesis v1.42.5
github.com/aws/aws-sdk-go-v2/service/kinesis v1.42.6
github.com/aws/aws-sdk-go-v2/service/sts v1.41.1
github.com/cenkalti/backoff/v5 v5.0.3
github.com/gogo/protobuf v1.3.2
Expand Down
4 changes: 2 additions & 2 deletions exporter/awskinesisexporter/go.sum

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

2 changes: 1 addition & 1 deletion exporter/awsxrayexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.24.0

require (
github.com/aws/aws-sdk-go-v2 v1.40.0
github.com/aws/aws-sdk-go-v2/service/xray v1.36.12
github.com/aws/aws-sdk-go-v2/service/xray v1.36.13
github.com/aws/smithy-go v1.23.2
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil v0.140.1
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/xray v0.140.1
Expand Down
4 changes: 2 additions & 2 deletions exporter/awsxrayexporter/go.sum

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

2 changes: 1 addition & 1 deletion internal/aws/xray/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.24.0
require (
github.com/aws/aws-sdk-go-v2 v1.40.0
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.14
github.com/aws/aws-sdk-go-v2/service/xray v1.36.12
github.com/aws/aws-sdk-go-v2/service/xray v1.36.13
github.com/aws/smithy-go v1.23.2
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil v0.140.1
github.com/stretchr/testify v1.11.1
Expand Down
4 changes: 2 additions & 2 deletions internal/aws/xray/go.sum

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

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 @@ -5,8 +5,8 @@ go 1.24.0
require (
github.com/aws/aws-sdk-go-v2 v1.40.0
github.com/aws/aws-sdk-go-v2/config v1.32.1
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.20.25
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.53.1
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.20.26
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.53.2
github.com/aws/aws-xray-sdk-go/v2 v2.0.0
)

Expand All @@ -17,7 +17,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.14 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.14 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.32.5 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.32.6 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.11.14 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.14 // indirect
Expand Down
12 changes: 6 additions & 6 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.

2 changes: 1 addition & 1 deletion receiver/awss3receiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.32.1
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.20.11
github.com/aws/aws-sdk-go-v2/service/s3 v1.92.0
github.com/aws/aws-sdk-go-v2/service/sqs v1.42.16
github.com/aws/aws-sdk-go-v2/service/sqs v1.42.17
github.com/open-telemetry/opamp-go v0.22.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages v0.140.1
github.com/stretchr/testify v1.11.1
Expand Down
4 changes: 2 additions & 2 deletions receiver/awss3receiver/go.sum

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

2 changes: 1 addition & 1 deletion receiver/awsxrayreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.24.0

require (
github.com/aws/aws-sdk-go-v2 v1.40.0
github.com/aws/aws-sdk-go-v2/service/xray v1.36.12
github.com/aws/aws-sdk-go-v2/service/xray v1.36.13
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/proxy v0.140.1
Expand Down
4 changes: 2 additions & 2 deletions receiver/awsxrayreceiver/go.sum

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

Loading