Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe01ae7

Browse files
chore: bump github.com/aws/aws-sdk-go-v2/config from 1.30.2 to 1.31.3 (#19582)
Bumps[github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2)from 1.30.2 to 1.31.3.<details><summary>Commits</summary><ul><li><ahref="https://github.com/aws/aws-sdk-go-v2/commit/e1909a587c354bd1b2962eebaba94c16838669a5"><code>e1909a5</code></a>Release 2025-08-26</li><li><ahref="https://github.com/aws/aws-sdk-go-v2/commit/2dead494608f76e4d3fe649f643457f224dd434d"><code>2dead49</code></a>Regenerated Clients</li><li><ahref="https://github.com/aws/aws-sdk-go-v2/commit/8f87507c4d78351202d05ad1d75dcb8b40ad1882"><code>8f87507</code></a>Update endpoints model</li><li><ahref="https://github.com/aws/aws-sdk-go-v2/commit/9f13166e6c118ee340f5b2e666d44d67141c7327"><code>9f13166</code></a>Update API model</li><li><ahref="https://github.com/aws/aws-sdk-go-v2/commit/92833dd046ba7e5afe1aafc56d0542c6668b4faf"><code>92833dd</code></a>drop opsworks and opsworkscm (<ahref="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3172">#3172</a>)</li><li><ahref="https://github.com/aws/aws-sdk-go-v2/commit/50d1314f18412311633a2a9d9faec813e3998420"><code>50d1314</code></a>Release 2025-08-25.2</li><li><ahref="https://github.com/aws/aws-sdk-go-v2/commit/d163c8cb48dcb1bfa07f51c26cb3cbde0d191159"><code>d163c8c</code></a>Deprecate opsworks/opsworkscm (<ahref="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3171">#3171</a>)</li><li><ahref="https://github.com/aws/aws-sdk-go-v2/commit/f0a97a78c219cb6b0ceacfddc8107b850a87aa08"><code>f0a97a7</code></a>Release 2025-08-25</li><li><ahref="https://github.com/aws/aws-sdk-go-v2/commit/3b73a3be8423cd3e099e3754830ebeefb5518afe"><code>3b73a3b</code></a>Regenerated Clients</li><li><ahref="https://github.com/aws/aws-sdk-go-v2/commit/9c6a548460fe2cbd8a830ea5a6ed6bf62b667d82"><code>9c6a548</code></a>Update endpoints model</li><li>Additional commits viewable in <ahref="https://github.com/aws/aws-sdk-go-v2/compare/v1.30.2...config/v1.31.3">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](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.30.2&new-version=1.31.3)](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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 parent0b6f353 commitfe01ae7

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

‎go.mod‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -256,19 +256,19 @@ require (
256256
github.com/armon/go-radixv1.0.1-0.20221118154546-54df44f2176c// indirect
257257
github.com/atotto/clipboardv0.1.4// indirect
258258
github.com/aws/aws-sdk-go-v2v1.38.1
259-
github.com/aws/aws-sdk-go-v2/configv1.30.2
260-
github.com/aws/aws-sdk-go-v2/credentialsv1.18.2// indirect
261-
github.com/aws/aws-sdk-go-v2/feature/ec2/imdsv1.18.1// indirect
259+
github.com/aws/aws-sdk-go-v2/configv1.31.3
260+
github.com/aws/aws-sdk-go-v2/credentialsv1.18.7// indirect
261+
github.com/aws/aws-sdk-go-v2/feature/ec2/imdsv1.18.4// indirect
262262
github.com/aws/aws-sdk-go-v2/feature/rds/authv1.6.2
263-
github.com/aws/aws-sdk-go-v2/internal/configsourcesv1.4.1// indirect
264-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2v2.7.1// indirect
263+
github.com/aws/aws-sdk-go-v2/internal/configsourcesv1.4.4// indirect
264+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2v2.7.4// indirect
265265
github.com/aws/aws-sdk-go-v2/internal/iniv1.8.3// indirect
266266
github.com/aws/aws-sdk-go-v2/service/internal/accept-encodingv1.13.0// indirect
267-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-urlv1.13.1// indirect
267+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-urlv1.13.4// indirect
268268
github.com/aws/aws-sdk-go-v2/service/ssmv1.52.4// indirect
269-
github.com/aws/aws-sdk-go-v2/service/ssov1.26.1// indirect
270-
github.com/aws/aws-sdk-go-v2/service/ssooidcv1.31.1// indirect
271-
github.com/aws/aws-sdk-go-v2/service/stsv1.35.1// indirect
269+
github.com/aws/aws-sdk-go-v2/service/ssov1.28.2// indirect
270+
github.com/aws/aws-sdk-go-v2/service/ssooidcv1.34.0// indirect
271+
github.com/aws/aws-sdk-go-v2/service/stsv1.38.0// indirect
272272
github.com/aymanbagabas/go-osc52/v2v2.0.1// indirect
273273
github.com/aymerick/douceurv0.2.0// indirect
274274
github.com/beorn7/perksv1.0.1// indirect

‎go.sum‎

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -756,32 +756,32 @@ github.com/aws/aws-sdk-go v1.55.7 h1:UJrkFq7es5CShfBwlWAC8DA077vp8PyVbQd3lqLiztE
756756
github.com/aws/aws-sdk-gov1.55.7/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
757757
github.com/aws/aws-sdk-go-v2v1.38.1 h1:j7sc33amE74Rz0M/PoCpsZQ6OunLqys/m5antM0J+Z8=
758758
github.com/aws/aws-sdk-go-v2v1.38.1/go.mod h1:9Q0OoGQoboYIAJyslFyF1f5K1Ryddop8gqMhWx/n4Wg=
759-
github.com/aws/aws-sdk-go-v2/configv1.30.2 h1:YE1BmSc4fFYqFgN1mN8uzrtc7R9x+7oSWeX8ckoltAw=
760-
github.com/aws/aws-sdk-go-v2/configv1.30.2/go.mod h1:UNrLGZ6jfAVjgVJpkIxjLufRJqTXCVYOpkeVf83kwBo=
761-
github.com/aws/aws-sdk-go-v2/credentialsv1.18.2 h1:mfm0GKY/PHLhs7KO0sUaOtFnIQ15Qqxt+wXbO/5fIfs=
762-
github.com/aws/aws-sdk-go-v2/credentialsv1.18.2/go.mod h1:v0SdJX6ayPeZFQxgXUKw5RhLpAoZUuynxWDfh8+Eknc=
763-
github.com/aws/aws-sdk-go-v2/feature/ec2/imdsv1.18.1 h1:owmNBboeA0kHKDcdF8KiSXmrIuXZustfMGGytv6OMkM=
764-
github.com/aws/aws-sdk-go-v2/feature/ec2/imdsv1.18.1/go.mod h1:Bg1miN59SGxrZqlP8vJZSmXW+1N8Y1MjQDq1OfuNod8=
759+
github.com/aws/aws-sdk-go-v2/configv1.31.3 h1:RIb3yr/+PZ18YYNe6MDiG/3jVoJrPmdoCARwNkMGvco=
760+
github.com/aws/aws-sdk-go-v2/configv1.31.3/go.mod h1:jjgx1n7x0FAKl6TnakqrpkHWWKcX3xfWtdnIJs5K9CE=
761+
github.com/aws/aws-sdk-go-v2/credentialsv1.18.7 h1:zqg4OMrKj+t5HlswDApgvAHjxKtlduKS7KicXB+7RLg=
762+
github.com/aws/aws-sdk-go-v2/credentialsv1.18.7/go.mod h1:/4M5OidTskkgkv+nCIfC9/tbiQ/c8qTox9QcUDV0cgc=
763+
github.com/aws/aws-sdk-go-v2/feature/ec2/imdsv1.18.4 h1:lpdMwTzmuDLkgW7086jE94HweHCqG+uOJwHf3LZs7T0=
764+
github.com/aws/aws-sdk-go-v2/feature/ec2/imdsv1.18.4/go.mod h1:9xzb8/SV62W6gHQGC/8rrvgNXU6ZoYM3sAIJCIrXJxY=
765765
github.com/aws/aws-sdk-go-v2/feature/rds/authv1.6.2 h1:QbFjOdplTkOgviHNKyTW/TZpvIYhD6lqEc3tkIvqMoQ=
766766
github.com/aws/aws-sdk-go-v2/feature/rds/authv1.6.2/go.mod h1:d0pTYUeTv5/tPSlbPZZQSqssM158jZBs02jx2LDslM8=
767-
github.com/aws/aws-sdk-go-v2/internal/configsourcesv1.4.1 h1:ksZXBYv80EFTcgc8OJO48aQ8XDWXIQL7gGasPeCoTzI=
768-
github.com/aws/aws-sdk-go-v2/internal/configsourcesv1.4.1/go.mod h1:HSksQyyJETVZS7uM54cir0IgxttTD+8aEoJMPGepHBI=
769-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2v2.7.1 h1:+dn/xF/05utS7tUhjIcndbuaPjfll2LhbH1cCDGLYUQ=
770-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2v2.7.1/go.mod h1:hyAGz30LHdm5KBZDI58MXx5lDVZ5CUfvfTZvMu4HCZo=
767+
github.com/aws/aws-sdk-go-v2/internal/configsourcesv1.4.4 h1:IdCLsiiIj5YJ3AFevsewURCPV+YWUlOW8JiPhoAy8vg=
768+
github.com/aws/aws-sdk-go-v2/internal/configsourcesv1.4.4/go.mod h1:l4bdfCD7XyyZA9BolKBo1eLqgaJxl0/x91PL4Yqe0ao=
769+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2v2.7.4 h1:j7vjtr1YIssWQOMeOWRbh3z8g2oY/xPjnZH2gLY4sGw=
770+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2v2.7.4/go.mod h1:yDmJgqOiH4EA8Hndnv4KwAo8jCGTSnM5ASG1nBI+toA=
771771
github.com/aws/aws-sdk-go-v2/internal/iniv1.8.3 h1:bIqFDwgGXXN1Kpp99pDOdKMTTb5d2KyU5X/BZxjOkRo=
772772
github.com/aws/aws-sdk-go-v2/internal/iniv1.8.3/go.mod h1:H5O/EsxDWyU+LP/V8i5sm8cxoZgc2fdNR9bxlOFrQTo=
773773
github.com/aws/aws-sdk-go-v2/service/internal/accept-encodingv1.13.0 h1:6+lZi2JeGKtCraAj1rpoZfKqnQ9SptseRZioejfUOLM=
774774
github.com/aws/aws-sdk-go-v2/service/internal/accept-encodingv1.13.0/go.mod h1:eb3gfbVIxIoGgJsi9pGne19dhCBpK6opTYpQqAmdy44=
775-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-urlv1.13.1 h1:ky79ysLMxhwk5rxJtS+ILd3Mc8kC5fhsLBrP27r6h4I=
776-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-urlv1.13.1/go.mod h1:+2MmkvFvPYM1vsozBWduoLJUi5maxFk5B7KJFECujhY=
775+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-urlv1.13.4 h1:ueB2Te0NacDMnaC+68za9jLwkjzxGWm0KB5HTUHjLTI=
776+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-urlv1.13.4/go.mod h1:nLEfLnVMmLvyIG58/6gsSA03F1voKGaCfHV7+lR8S7s=
777777
github.com/aws/aws-sdk-go-v2/service/ssmv1.52.4 h1:hgSBvRT7JEWx2+vEGI9/Ld5rZtl7M5lu8PqdvOmbRHw=
778778
github.com/aws/aws-sdk-go-v2/service/ssmv1.52.4/go.mod h1:v7NIzEFIHBiicOMaMTuEmbnzGnqW0d+6ulNALul6fYE=
779-
github.com/aws/aws-sdk-go-v2/service/ssov1.26.1 h1:uWaz3DoNK9MNhm7i6UGxqufwu3BEuJZm72WlpGwyVtY=
780-
github.com/aws/aws-sdk-go-v2/service/ssov1.26.1/go.mod h1:ILpVNjL0BO+Z3Mm0SbEeUoYS9e0eJWV1BxNppp0fcb8=
781-
github.com/aws/aws-sdk-go-v2/service/ssooidcv1.31.1 h1:XdG6/o1/ZDmn3wJU5SRAejHaWgKS4zHv0jBamuKuS2k=
782-
github.com/aws/aws-sdk-go-v2/service/ssooidcv1.31.1/go.mod h1:oiotGTKadCOCl3vg/tYh4k45JlDF81Ka8rdumNhEnIQ=
783-
github.com/aws/aws-sdk-go-v2/service/stsv1.35.1 h1:iF4Xxkc0H9c/K2dS0zZw3SCkj0Z7n6AMnUiiyoJND+I=
784-
github.com/aws/aws-sdk-go-v2/service/stsv1.35.1/go.mod h1:0bxIatfN0aLq4mjoLDeBpOjOke68OsFlXPDFJ7V0MYw=
779+
github.com/aws/aws-sdk-go-v2/service/ssov1.28.2 h1:ve9dYBB8CfJGTFqcQ3ZLAAb/KXWgYlgu/2R2TZL2Ko0=
780+
github.com/aws/aws-sdk-go-v2/service/ssov1.28.2/go.mod h1:n9bTZFZcBa9hGGqVz3i/a6+NG0zmZgtkB9qVVFDqPA8=
781+
github.com/aws/aws-sdk-go-v2/service/ssooidcv1.34.0 h1:Bnr+fXrlrPEoR1MAFrHVsge3M/WoK4n23VNhRM7TPHI=
782+
github.com/aws/aws-sdk-go-v2/service/ssooidcv1.34.0/go.mod h1:eknndR9rU8UpE/OmFpqU78V1EcXPKFTTm5l/buZYgvM=
783+
github.com/aws/aws-sdk-go-v2/service/stsv1.38.0 h1:iV1Ko4Em/lkJIsoKyGfc0nQySi+v0Udxr6Igq+y9JZc=
784+
github.com/aws/aws-sdk-go-v2/service/stsv1.38.0/go.mod h1:bEPcjW7IbolPfK67G1nilqWyoxYMSPrDiIQ3RdIdKgo=
785785
github.com/aws/smithy-gov1.22.5 h1:P9ATCXPMb2mPjYBgueqJNCA5S9UfktsW0tTxi+a7eqw=
786786
github.com/aws/smithy-gov1.22.5/go.mod h1:t1ufH5HMublsJYulve2RKmHDC15xu1f26kHCp/HgceI=
787787
github.com/aymanbagabas/go-osc52/v2v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp