Skip to content

Commit 03f1784

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/secretsmanager to v1.16.10 (#5770)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.16.9` -> `v1.16.10` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.16.10`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.16.9...v1.16.10) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.16.9...v1.16.10) </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. --- - [ ] <!-- 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 bc28931 commit 03f1784

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
@@ -77,7 +77,7 @@ require (
7777
github.com/aws/aws-sdk-go-v2/service/s3control v1.28.2
7878
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.56.1
7979
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.3
80-
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.9
80+
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.10
8181
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.15.2
8282
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.15.1
8383
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.23

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ github.com/aws/aws-sdk-go-v2/service/sagemaker v1.56.1 h1:02KYHCzWHvf/KB13mBCydC
213213
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.56.1/go.mod h1:PWYQPNFLuuH54Zb1LxbDFpCnH2p8aHDVMJnJLwwjXEY=
214214
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.3 h1:y06COYMS5OWfEv31VWaOCgTXsfWEZydwqqGvTkvl9nc=
215215
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.3/go.mod h1:ZnD5i/e5nCIh1w3ivCfifQ5r4PLh3aOCElnOrZz+WnQ=
216-
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.9 h1:ogcakjF/mrZOo9oJVWmRbG838C04oWGXI8T8IY4xcfM=
217-
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.9/go.mod h1:S7AsUoaHONHV2iGM5QXQOonnaV05cK9fty2dXRdouws=
216+
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.10 h1:6obimjQAiRlEUZT7a2Q1ikH7ck4cPO3phGz4wqI5f2w=
217+
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.10/go.mod h1:jAeo/PdIJZuDSwsvxJS94G4d6h8tStj7WXVuKwLHWU8=
218218
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.15.2 h1:z8OpD43IKDSDmYdKSLkV0/cLKhxosj82j/5klEExu3A=
219219
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.15.2/go.mod h1:r0xKT6nzw2oTEZ37LdnSCRA85zZwRFt0Cmc40+b9Rmk=
220220
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.15.1 h1:F36OZU11HQ14MpV9WsaOnjdIxQLRtUr4GP1wAQnXps4=

0 commit comments

Comments
 (0)