Skip to content

Commit 83b6330

Browse files
chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider from 1.59.2 to 1.61.2 (#1023)
Bumps [github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider](https://github.com/aws/aws-sdk-go-v2) from 1.59.2 to 1.61.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f1d71c59a1499981873f70db8c92d07242779670"><code>f1d71c5</code></a> Release 2024-09-04</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e4813e114f3c2ce8db07624f656073440adc1140"><code>e4813e1</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0e8bb90d8c0d03824fc8bf8656bd2de6346e48f8"><code>0e8bb90</code></a> Update partitions file</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6a5875b13d01e8270c1cbdfae0c63ee479386917"><code>6a5875b</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f7030de42b2a92ad4f66b153ae4d88ad28a6b2fe"><code>f7030de</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a2b751d1ba71f59175a41f9cae5f159f1044360f"><code>a2b751d</code></a> Release 2024-09-03</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e22c2495bd38232c640776ef3c1a84fb3145a8b9"><code>e22c249</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/ff0cf6fbfa7c7a12388606d5568135f2beae6599"><code>ff0cf6f</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3120376762853b3098fda7e9217fb39fe1bf5105"><code>3120376</code></a> refactoring of buildQuery to accept a list of maintained headers to l… (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2773">#2773</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4ed838eab2a963cb16301501c8b8c3e29dac4c20"><code>4ed838e</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2768">#2768</a> from bhavya2109sharma/presignedurl-requestpayer-change</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/ssm/v1.59.2...service/s3/v1.61.2">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/service/cognitoidentityprovider&package-manager=go_modules&previous-version=1.59.2&new-version=1.61.2)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb0898a commit 83b6330

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ require (
99
github.com/aptos-labs/aptos-go-sdk v1.13.0
1010
github.com/avast/retry-go/v4 v4.7.0
1111
github.com/aws/aws-sdk-go v1.55.8
12-
github.com/aws/aws-sdk-go-v2 v1.41.7
12+
github.com/aws/aws-sdk-go-v2 v1.41.11
1313
github.com/aws/aws-sdk-go-v2/config v1.32.12
14-
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.59.2
14+
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.61.2
1515
github.com/aws/aws-sdk-go-v2/service/kms v1.50.1
1616
github.com/block-vision/sui-go-sdk v1.2.1
1717
github.com/cosmos/go-bip39 v1.0.0
@@ -134,15 +134,15 @@ require (
134134
github.com/awalterschulze/gographviz v2.0.3+incompatible // indirect
135135
github.com/aws/aws-sdk-go-v2/credentials v1.19.12 // indirect
136136
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.20 // indirect
137-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.20 // indirect
138-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.20 // indirect
137+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.27 // indirect
138+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.27 // indirect
139139
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.6 // indirect
140140
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7 // indirect
141141
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.20 // indirect
142142
github.com/aws/aws-sdk-go-v2/service/sso v1.30.13 // indirect
143143
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.17 // indirect
144144
github.com/aws/aws-sdk-go-v2/service/sts v1.41.9 // indirect
145-
github.com/aws/smithy-go v1.25.1 // indirect
145+
github.com/aws/smithy-go v1.27.0 // indirect
146146
github.com/bahlo/generic-list-go v0.2.0 // indirect
147147
github.com/benbjohnson/clock v1.3.5 // indirect
148148
github.com/beorn7/perks v1.0.1 // indirect

go.sum

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

0 commit comments

Comments
 (0)