Skip to content

Commit 324a227

Browse files
build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.9 to 1.28.10 in the aws group (#597)
* build(deps): bump github.com/aws/aws-sdk-go-v2/config in the aws group Bumps the aws group with 1 update: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2). Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.9 to 1.28.10 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@config/v1.28.9...config/v1.28.10) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f017ea2 commit 324a227

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

NOTICE.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Third party libraries used by the Elastic APM AWS Lambda extension.
1919

2020
--------------------------------------------------------------------------------
2121
Module : github.com/aws/aws-sdk-go-v2/config
22-
Version : v1.28.9
23-
Time : 2025-01-09T19:24:23Z
22+
Version : v1.28.10
23+
Time : 2025-01-10T19:24:30Z
2424
Licence : Apache-2.0
2525

26-
Contents of probable licence file $GOMODCACHE/github.com/aws/aws-sdk-go-v2/[email protected].9/LICENSE.txt:
26+
Contents of probable licence file $GOMODCACHE/github.com/aws/aws-sdk-go-v2/[email protected].10/LICENSE.txt:
2727

2828

2929
Apache License
@@ -231,11 +231,11 @@ Contents of probable licence file $GOMODCACHE/github.com/aws/aws-sdk-go-v2/confi
231231

232232
--------------------------------------------------------------------------------
233233
Module : github.com/aws/aws-sdk-go-v2/credentials
234-
Version : v1.17.50
235-
Time : 2025-01-09T19:24:23Z
234+
Version : v1.17.51
235+
Time : 2025-01-10T19:24:30Z
236236
Licence : Apache-2.0
237237

238-
Contents of probable licence file $GOMODCACHE/github.com/aws/aws-sdk-go-v2/[email protected].50/LICENSE.txt:
238+
Contents of probable licence file $GOMODCACHE/github.com/aws/aws-sdk-go-v2/[email protected].51/LICENSE.txt:
239239

240240

241241
Apache License
@@ -2563,11 +2563,11 @@ Contents of probable licence file $GOMODCACHE/github.com/aws/aws-sdk-go-v2/servi
25632563

25642564
--------------------------------------------------------------------------------
25652565
Module : github.com/aws/aws-sdk-go-v2/service/sts
2566-
Version : v1.33.5
2567-
Time : 2025-01-09T19:24:23Z
2566+
Version : v1.33.6
2567+
Time : 2025-01-10T19:24:30Z
25682568
Licence : Apache-2.0
25692569

2570-
Contents of probable licence file $GOMODCACHE/github.com/aws/aws-sdk-go-v2/service/[email protected].5/LICENSE.txt:
2570+
Contents of probable licence file $GOMODCACHE/github.com/aws/aws-sdk-go-v2/service/[email protected].6/LICENSE.txt:
25712571

25722572

25732573
Apache License

go.mod

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

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.32.8
7-
github.com/aws/aws-sdk-go-v2/config v1.28.9
7+
github.com/aws/aws-sdk-go-v2/config v1.28.10
88
github.com/aws/aws-sdk-go-v2/service/acm v1.30.10
99
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.10
1010
github.com/google/uuid v1.6.0
@@ -18,7 +18,7 @@ require (
1818
)
1919

2020
require (
21-
github.com/aws/aws-sdk-go-v2/credentials v1.17.50 // indirect
21+
github.com/aws/aws-sdk-go-v2/credentials v1.17.51 // indirect
2222
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23 // indirect
2323
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.27 // indirect
2424
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.27 // indirect
@@ -27,7 +27,7 @@ require (
2727
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.8 // indirect
2828
github.com/aws/aws-sdk-go-v2/service/sso v1.24.9 // indirect
2929
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8 // indirect
30-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.5 // indirect
30+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6 // indirect
3131
github.com/aws/smithy-go v1.22.1 // indirect
3232
github.com/davecgh/go-spew v1.1.1 // indirect
3333
github.com/jmespath/go-jmespath v0.4.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
github.com/aws/aws-sdk-go-v2 v1.32.8 h1:cZV+NUS/eGxKXMtmyhtYPJ7Z4YLoI/V8bkTdRZfYhGo=
22
github.com/aws/aws-sdk-go-v2 v1.32.8/go.mod h1:P5WJBrYqqbWVaOxgH0X/FYYD47/nooaPOZPlQdmiN2U=
3-
github.com/aws/aws-sdk-go-v2/config v1.28.9 h1:7/P2J1MGkava+2c9Xlk7CTPTpGqFAOaM4874wJsGi4Q=
4-
github.com/aws/aws-sdk-go-v2/config v1.28.9/go.mod h1:ce/HX8tHlIh4VTPaLz/aQIvA5+/rUghFy+nGMrXHQ9U=
5-
github.com/aws/aws-sdk-go-v2/credentials v1.17.50 h1:63pBzfU7EG4RbMMVRv4Hgm34cIaPXICCnHojKdPbTR0=
6-
github.com/aws/aws-sdk-go-v2/credentials v1.17.50/go.mod h1:m5ThO5y87w0fiAHBt9cYXS5BVsebOeJEFCGUQeZZYLw=
3+
github.com/aws/aws-sdk-go-v2/config v1.28.10 h1:fKODZHfqQu06pCzR69KJ3GuttraRJkhlC8g80RZ0Dfg=
4+
github.com/aws/aws-sdk-go-v2/config v1.28.10/go.mod h1:PvdxRYZ5Um9QMq9PQ0zHHNdtKK+he2NHtFCUFMXWXeg=
5+
github.com/aws/aws-sdk-go-v2/credentials v1.17.51 h1:F/9Sm6Y6k4LqDesZDPJCLxQGXNNHd/ZtJiWd0lCZKRk=
6+
github.com/aws/aws-sdk-go-v2/credentials v1.17.51/go.mod h1:TKbzCHm43AoPyA+iLGGcruXd4AFhF8tOmLex2R9jWNQ=
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23 h1:IBAoD/1d8A8/1aA8g4MBVtTRHhXRiNAgwdbo/xRM2DI=
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23/go.mod h1:vfENuCM7dofkgKpYzuzf1VT1UKkA/YL3qanfBn7HCaA=
99
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.27 h1:jSJjSBzw8VDIbWv+mmvBSP8ezsztMYJGH+eKqi9AmNs=
@@ -24,8 +24,8 @@ github.com/aws/aws-sdk-go-v2/service/sso v1.24.9 h1:YqtxripbjWb2QLyzRK9pByfEDvgg
2424
github.com/aws/aws-sdk-go-v2/service/sso v1.24.9/go.mod h1:lV8iQpg6OLOfBnqbGMBKYjilBlf633qwHnBEiMSPoHY=
2525
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8 h1:6dBT1Lz8fK11m22R+AqfRsFn8320K0T5DTGxxOQBSMw=
2626
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8/go.mod h1:/kiBvRQXBc6xeJTYzhSdGvJ5vm1tjaDEjH+MSeRJnlY=
27-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.5 h1:URp6kw3vHAnuU9pgP4K1SohwWLDzgtqA/qgeBfgBxn0=
28-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.5/go.mod h1:+8h7PZb3yY5ftmVLD7ocEoE98hdc8PoKS0H3wfx1dlc=
27+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6 h1:VwhTrsTuVn52an4mXx29PqRzs2Dvu921NpGk7y43tAM=
28+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6/go.mod h1:+8h7PZb3yY5ftmVLD7ocEoE98hdc8PoKS0H3wfx1dlc=
2929
github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro=
3030
github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg=
3131
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)