Skip to content

Commit 7a26318

Browse files
chore(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.30.5 to 1.36.3 (#226)
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.30.5 to 1.36.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c33f3e8d6bd4acd3c33d7abf391c7040305d5f12"><code>c33f3e8</code></a> Release 2025-02-27</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3e30151fa29807db629931d5acbd0baaa7a4d812"><code>3e30151</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7d47f9d487e991a7964e40ae23436808c9c45354"><code>7d47f9d</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c8c63a09fc01aba1de4b792f78b7fce378801901"><code>c8c63a0</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c50ebd4f921acfa7114e34690f20a2634814b23e"><code>c50ebd4</code></a> Reapply &quot;Track credential providers via User-Agent Feature ids&quot; (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3017">#3017</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/ef40d0c7f18167e851e939d28357a541102a6a94"><code>ef40d0c</code></a> Release 2025-02-26</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2d21bb4570986d62ee45c76a28f30c51b51cad62"><code>2d21bb4</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8d810fdae9adcf883bc03efd776a115ba8f78635"><code>8d810fd</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a0538c527fdf601468f57bdcdfea4cc9c526c20e"><code>a0538c5</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/21ec8a2702f18c177c1a2f2d24dda340eef5bed4"><code>21ec8a2</code></a> Release 2025-02-25</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.30.5...v1.36.3">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&package-manager=go_modules&previous-version=1.30.5&new-version=1.36.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53b2683 commit 7a26318

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ go 1.23.1
33
module github.com/aws/aws-signer-notation-plugin
44

55
require (
6-
github.com/aws/aws-sdk-go-v2 v1.30.5
6+
github.com/aws/aws-sdk-go-v2 v1.36.3
77
github.com/aws/aws-sdk-go-v2/config v1.27.33
88
github.com/aws/aws-sdk-go-v2/service/signer v1.24.6
99
github.com/aws/smithy-go v1.22.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/aws/aws-sdk-go-v2 v1.30.5 h1:mWSRTwQAb0aLE17dSzztCVJWI9+cRMgqebndjwDyK0g=
2-
github.com/aws/aws-sdk-go-v2 v1.30.5/go.mod h1:CT+ZPWXbYrci8chcARI3OmI/qgd+f6WtuLOoaIA8PR0=
1+
github.com/aws/aws-sdk-go-v2 v1.36.3 h1:mJoei2CxPutQVxaATCzDUjcZEjVRdpsiiXi2o38yqWM=
2+
github.com/aws/aws-sdk-go-v2 v1.36.3/go.mod h1:LLXuLpgzEbD766Z5ECcRmi8AzSwfZItDtmABVkRLGzg=
33
github.com/aws/aws-sdk-go-v2/config v1.27.33 h1:Nof9o/MsmH4oa0s2q9a0k7tMz5x/Yj5k06lDODWz3BU=
44
github.com/aws/aws-sdk-go-v2/config v1.27.33/go.mod h1:kEqdYzRb8dd8Sy2pOdEbExTTF5v7ozEXX0McgPE7xks=
55
github.com/aws/aws-sdk-go-v2/credentials v1.17.32 h1:7Cxhp/BnT2RcGy4VisJ9miUPecY+lyE9I8JvcZofn9I=

0 commit comments

Comments
 (0)