Skip to content

Commit 380f40a

Browse files
renovate[bot]otelbot[bot]codeboten
authored
fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.31.18 (open-telemetry#44145)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/config](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.31.17` -> `v1.31.18` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.31.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.31.17/v1.31.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
1 parent dffde01 commit 380f40a

File tree

48 files changed

+162
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+162
-162
lines changed

confmap/provider/s3provider/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.39.6
7-
github.com/aws/aws-sdk-go-v2/config v1.31.17
7+
github.com/aws/aws-sdk-go-v2/config v1.31.18
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.90.0
99
github.com/stretchr/testify v1.11.1
1010
go.opentelemetry.io/collector/confmap v1.45.1-0.20251106125304-a6a176660925
@@ -14,7 +14,7 @@ require (
1414

1515
require (
1616
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.3 // indirect
17-
github.com/aws/aws-sdk-go-v2/credentials v1.18.21 // indirect
17+
github.com/aws/aws-sdk-go-v2/credentials v1.18.22 // indirect
1818
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 // indirect
1919
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 // indirect
2020
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.13 // indirect
@@ -26,7 +26,7 @@ require (
2626
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.13 // indirect
2727
github.com/aws/aws-sdk-go-v2/service/sso v1.30.1 // indirect
2828
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5 // indirect
29-
github.com/aws/aws-sdk-go-v2/service/sts v1.39.1 // indirect
29+
github.com/aws/aws-sdk-go-v2/service/sts v1.40.0 // indirect
3030
github.com/aws/smithy-go v1.23.2 // indirect
3131
github.com/davecgh/go-spew v1.1.1 // indirect
3232
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect

confmap/provider/s3provider/go.sum

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

confmap/provider/secretsmanagerprovider/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provide
33
go 1.24.0
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.31.17
6+
github.com/aws/aws-sdk-go-v2/config v1.31.18
77
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.39.11
88
github.com/stretchr/testify v1.11.1
99
go.opentelemetry.io/collector/confmap v1.45.1-0.20251106125304-a6a176660925
@@ -13,7 +13,7 @@ require (
1313

1414
require (
1515
github.com/aws/aws-sdk-go-v2 v1.39.6 // indirect
16-
github.com/aws/aws-sdk-go-v2/credentials v1.18.21 // indirect
16+
github.com/aws/aws-sdk-go-v2/credentials v1.18.22 // indirect
1717
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 // indirect
1818
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 // indirect
1919
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.13 // indirect
@@ -22,7 +22,7 @@ require (
2222
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.13 // indirect
2323
github.com/aws/aws-sdk-go-v2/service/sso v1.30.1 // indirect
2424
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5 // indirect
25-
github.com/aws/aws-sdk-go-v2/service/sts v1.39.1 // indirect
25+
github.com/aws/aws-sdk-go-v2/service/sts v1.40.0 // indirect
2626
github.com/aws/smithy-go v1.23.2 // indirect
2727
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2828
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect

confmap/provider/secretsmanagerprovider/go.sum

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

connector/datadogconnector/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ require (
140140
github.com/antchfx/xmlquery v1.5.0 // indirect
141141
github.com/antchfx/xpath v1.3.5 // indirect
142142
github.com/aws/aws-sdk-go-v2 v1.39.6 // indirect
143-
github.com/aws/aws-sdk-go-v2/config v1.31.17 // indirect
144-
github.com/aws/aws-sdk-go-v2/credentials v1.18.21 // indirect
143+
github.com/aws/aws-sdk-go-v2/config v1.31.18 // indirect
144+
github.com/aws/aws-sdk-go-v2/credentials v1.18.22 // indirect
145145
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 // indirect
146146
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 // indirect
147147
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.13 // indirect
@@ -151,7 +151,7 @@ require (
151151
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.13 // indirect
152152
github.com/aws/aws-sdk-go-v2/service/sso v1.30.1 // indirect
153153
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5 // indirect
154-
github.com/aws/aws-sdk-go-v2/service/sts v1.39.1 // indirect
154+
github.com/aws/aws-sdk-go-v2/service/sts v1.40.0 // indirect
155155
github.com/aws/smithy-go v1.23.2 // indirect
156156
github.com/benbjohnson/clock v1.3.5 // indirect
157157
github.com/beorn7/perks v1.0.1 // indirect

connector/datadogconnector/go.sum

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

exporter/awscloudwatchlogsexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727

2828
require (
2929
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.3 // indirect
30-
github.com/aws/aws-sdk-go-v2/config v1.31.17 // indirect
30+
github.com/aws/aws-sdk-go-v2/config v1.31.18 // indirect
3131
github.com/aws/aws-sdk-go-v2/credentials v1.18.22 // indirect
3232
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 // indirect
3333
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 // indirect

exporter/awscloudwatchlogsexporter/go.sum

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

exporter/awsemfexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
require (
3131
github.com/aws/aws-sdk-go-v2 v1.39.6 // indirect
3232
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.3 // indirect
33-
github.com/aws/aws-sdk-go-v2/config v1.31.17 // indirect
33+
github.com/aws/aws-sdk-go-v2/config v1.31.18 // indirect
3434
github.com/aws/aws-sdk-go-v2/credentials v1.18.22 // indirect
3535
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 // indirect
3636
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 // indirect

exporter/awsemfexporter/go.sum

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

0 commit comments

Comments
 (0)