Skip to content

Commit 4e8c448

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/account to v1.7.13 (#5690)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/account](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.7.12` -> `v1.7.13` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.7.13`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/account/v1.7.12...service/account/v1.7.13) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/account/v1.7.12...service/account/v1.7.13) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent f4502d4 commit 4e8c448

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/credentials v1.13.5
99
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.44
1010
github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.18.2
11-
github.com/aws/aws-sdk-go-v2/service/account v1.7.12
11+
github.com/aws/aws-sdk-go-v2/service/account v1.7.13
1212
github.com/aws/aws-sdk-go-v2/service/acm v1.16.5
1313
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.27
1414
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.12.25

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.18 h1:H/mF2LNWwX00lD6FlYfKpLLZgUW
5959
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.18/go.mod h1:T2Ku+STrYQ1zIkL1wMvj8P3wWQaaCMKNdz70MT2FLfE=
6060
github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.18.2 h1:haR6P2pCAJ63bApOWlrL8JNUFRbedS0+N2qp/OZSD90=
6161
github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.18.2/go.mod h1:4HIMZDtg3VxhzthCkA4i42VihH58ORUO/O9BNMN9+Bo=
62-
github.com/aws/aws-sdk-go-v2/service/account v1.7.12 h1:uDKzTLJJTO4N4rOSmsggnqTnpPW674/10Rr0o5GzXFY=
63-
github.com/aws/aws-sdk-go-v2/service/account v1.7.12/go.mod h1:Kpj3oRO0nNwwCeA7CIkuCZx6b4sMiFg+vRLE8cGPgnc=
62+
github.com/aws/aws-sdk-go-v2/service/account v1.7.13 h1:FsQ+ZcQ/XDyDOZEEtZk7fargzverqqGi/tjY0eiVfMQ=
63+
github.com/aws/aws-sdk-go-v2/service/account v1.7.13/go.mod h1:X9I4bZToo2mokeLkZsZA4deP7KEmr2+BpchQNff39hU=
6464
github.com/aws/aws-sdk-go-v2/service/acm v1.16.5 h1:soL2O7WWjedCgm5olvSkhl5n/l//lqJfrqf7Yw9ODI0=
6565
github.com/aws/aws-sdk-go-v2/service/acm v1.16.5/go.mod h1:Wa9L0MGV8nzgqv0cvS0ju7hqEDv+yGikspSXVBUpnJQ=
6666
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.27 h1:QnD9TGfP/36cPX9U6L+n/3iNw87l4IB3VJl+KQHSTQ8=

0 commit comments

Comments
 (0)