Skip to content

Commit f463035

Browse files
build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.31.18 to 1.31.19 (#729)
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.31.18 to 1.31.19. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/ab564375c32beb35b348f1825b81de2bd708ef56"><code>ab56437</code></a> Release 2025-11-11</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3dcd1d84bfba797189ac06f41f31a7a19a119b9d"><code>3dcd1d8</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/51e8881ba8c6f7acc5d6634e0491a57fc483f426"><code>51e8881</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1ed4f2773b0925e247eb480e00c5d60d44c120fb"><code>1ed4f27</code></a> add MAINTAINERS.md</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a5136d59e67b365830668cd33b29ec1ebd23076c"><code>a5136d5</code></a> host label</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0bf429307b834ad6f4f1ae4c12dd1f9ec0b5becc"><code>0bf4293</code></a> Feat ep region validation (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3225">#3225</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.31.18...config/v1.31.19">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/config&package-manager=go_modules&previous-version=1.31.18&new-version=1.31.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ecf8f6 commit f463035

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/elastic/apm-queue/v2
33
go 1.24.0
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.31.18
6+
github.com/aws/aws-sdk-go-v2/config v1.31.19
77
github.com/google/go-cmp v0.7.0
88
github.com/stretchr/testify v1.11.1
99
github.com/twmb/franz-go v1.19.5
@@ -23,16 +23,16 @@ require (
2323

2424
require (
2525
github.com/aws/aws-sdk-go-v2 v1.39.6 // indirect
26-
github.com/aws/aws-sdk-go-v2/credentials v1.18.22 // indirect
26+
github.com/aws/aws-sdk-go-v2/credentials v1.18.23 // indirect
2727
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 // indirect
2828
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 // indirect
2929
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.13 // indirect
3030
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect
3131
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.3 // indirect
3232
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.13 // indirect
33-
github.com/aws/aws-sdk-go-v2/service/sso v1.30.1 // indirect
34-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5 // indirect
35-
github.com/aws/aws-sdk-go-v2/service/sts v1.40.0 // indirect
33+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.2 // indirect
34+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.6 // indirect
35+
github.com/aws/aws-sdk-go-v2/service/sts v1.40.1 // indirect
3636
github.com/aws/smithy-go v1.23.2 // indirect
3737
github.com/davecgh/go-spew v1.1.1 // indirect
3838
github.com/go-logr/logr v1.4.3 // indirect

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
github.com/aws/aws-sdk-go-v2 v1.39.6 h1:2JrPCVgWJm7bm83BDwY5z8ietmeJUbh3O2ACnn+Xsqk=
22
github.com/aws/aws-sdk-go-v2 v1.39.6/go.mod h1:c9pm7VwuW0UPxAEYGyTmyurVcNrbF6Rt/wixFqDhcjE=
3-
github.com/aws/aws-sdk-go-v2/config v1.31.18 h1:RouG3AcF2fLFhw+Z0qbnuIl9HZ0Kh4E/U9sKwTMRpMI=
4-
github.com/aws/aws-sdk-go-v2/config v1.31.18/go.mod h1:aXZ13mSQC8S2VEHwGfL1COMuJ1Zty6pX5xU7hyqjvCg=
5-
github.com/aws/aws-sdk-go-v2/credentials v1.18.22 h1:hyIVGBHhQPaNP9D4BaVRwpjLMCwMMdAkHqB3gGMiykU=
6-
github.com/aws/aws-sdk-go-v2/credentials v1.18.22/go.mod h1:B9E2qHs3/YGfeQZ4jrIE/nPvqxtyafZrJ5EQiZBG6pk=
3+
github.com/aws/aws-sdk-go-v2/config v1.31.19 h1:qdUtOw4JhZr2YcKO3g0ho/IcFXfXrrb8xlX05Y6EvSw=
4+
github.com/aws/aws-sdk-go-v2/config v1.31.19/go.mod h1:tMJ8bur01t8eEm0atLadkIIFA154OJ4JCKZeQ+o+R7k=
5+
github.com/aws/aws-sdk-go-v2/credentials v1.18.23 h1:IQILcxVgMO2BVLaJ2aAv21dKWvE1MduNrbvuK43XL2Q=
6+
github.com/aws/aws-sdk-go-v2/credentials v1.18.23/go.mod h1:JRodHszhVdh5TPUknxDzJzrMiznG+M+FfR3WSWKgCI8=
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 h1:T1brd5dR3/fzNFAQch/iBKeX07/ffu/cLu+q+RuzEWk=
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13/go.mod h1:Peg/GBAQ6JDt+RoBf4meB1wylmAipb7Kg2ZFakZTlwk=
99
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 h1:a+8/MLcWlIxo1lF9xaGt3J/u3yOZx+CdSveSNwjhD40=
@@ -16,12 +16,12 @@ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.3 h1:x2Ibm/A
1616
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.3/go.mod h1:IW1jwyrQgMdhisceG8fQLmQIydcT/jWY21rFhzgaKwo=
1717
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.13 h1:kDqdFvMY4AtKoACfzIGD8A0+hbT41KTKF//gq7jITfM=
1818
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.13/go.mod h1:lmKuogqSU3HzQCwZ9ZtcqOc5XGMqtDK7OIc2+DxiUEg=
19-
github.com/aws/aws-sdk-go-v2/service/sso v1.30.1 h1:0JPwLz1J+5lEOfy/g0SURC9cxhbQ1lIMHMa+AHZSzz0=
20-
github.com/aws/aws-sdk-go-v2/service/sso v1.30.1/go.mod h1:fKvyjJcz63iL/ftA6RaM8sRCtN4r4zl4tjL3qw5ec7k=
21-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5 h1:OWs0/j2UYR5LOGi88sD5/lhN6TDLG6SfA7CqsQO9zF0=
22-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5/go.mod h1:klO+ejMvYsB4QATfEOIXk8WAEwN4N0aBfJpvC+5SZBo=
23-
github.com/aws/aws-sdk-go-v2/service/sts v1.40.0 h1:ZGDJVmlpPFiNFCb/I42nYVKUanJAdFUiSmUo/32AqPQ=
24-
github.com/aws/aws-sdk-go-v2/service/sts v1.40.0/go.mod h1:E19xDjpzPZC7LS2knI9E6BaRFDK43Eul7vd6rSq2HWk=
19+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.2 h1:/p6MxkbQoCzaGQT3WO0JwG0FlQyG9RD8VmdmoKc5xqU=
20+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.2/go.mod h1:fKvyjJcz63iL/ftA6RaM8sRCtN4r4zl4tjL3qw5ec7k=
21+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.6 h1:0dES42T2dhICCbVB3JSTTn7+Bz93wfJEK1b7jksZIyQ=
22+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.6/go.mod h1:klO+ejMvYsB4QATfEOIXk8WAEwN4N0aBfJpvC+5SZBo=
23+
github.com/aws/aws-sdk-go-v2/service/sts v1.40.1 h1:5sbIM57lHLaEaNWdIx23JH30LNBsSDkjN/QXGcRLAFc=
24+
github.com/aws/aws-sdk-go-v2/service/sts v1.40.1/go.mod h1:E19xDjpzPZC7LS2knI9E6BaRFDK43Eul7vd6rSq2HWk=
2525
github.com/aws/smithy-go v1.23.2 h1:Crv0eatJUQhaManss33hS5r40CG3ZFH+21XSkqMrIUM=
2626
github.com/aws/smithy-go v1.23.2/go.mod h1:LEj2LM3rBRQJxPZTB4KuzZkaZYnZPnvgIhb4pu07mx0=
2727
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

0 commit comments

Comments
 (0)