Skip to content

Commit 8fd69ba

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/rds to v1.34.0 (#5570)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/rds](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.33.0` -> `v1.34.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.34.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/rds/v1.33.0...service/rds/v1.34.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/rds/v1.33.0...service/rds/v1.34.0) </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 979a780 commit 8fd69ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ require (
6868
github.com/aws/aws-sdk-go-v2/service/qldb v1.14.21
6969
github.com/aws/aws-sdk-go-v2/service/quicksight v1.28.1
7070
github.com/aws/aws-sdk-go-v2/service/ram v1.16.25
71-
github.com/aws/aws-sdk-go-v2/service/rds v1.33.0
71+
github.com/aws/aws-sdk-go-v2/service/rds v1.34.0
7272
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.17
7373
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.12.22
7474
github.com/aws/aws-sdk-go-v2/service/route53 v1.25.1

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ github.com/aws/aws-sdk-go-v2/service/quicksight v1.28.1 h1:LwE67JPbJbgkdulf+kq3Y
192192
github.com/aws/aws-sdk-go-v2/service/quicksight v1.28.1/go.mod h1:DxatEKKDPKklBDFvalXsXwSWWuvhd5VNYV5R8EPbQ3w=
193193
github.com/aws/aws-sdk-go-v2/service/ram v1.16.25 h1:3kFX1gL8YOdmR2ChXTXavDzEUSfrhJTAMwxNfz6E7tw=
194194
github.com/aws/aws-sdk-go-v2/service/ram v1.16.25/go.mod h1:XKA7wWKv20k8U0NF3sAjNGyK7/vhAqu9rwmd2bjyCkk=
195-
github.com/aws/aws-sdk-go-v2/service/rds v1.33.0 h1:UPYxoIe/FNF6GSkL2cLJHAYAtf55R26xVAmPXwDWHls=
196-
github.com/aws/aws-sdk-go-v2/service/rds v1.33.0/go.mod h1:5jVelkTas49nnuhUjA09TV5OAECLeXl8UvkGA24gOmU=
195+
github.com/aws/aws-sdk-go-v2/service/rds v1.34.0 h1:7GOGxSHfNymxt/lP1B/bGr/CF4teQa2QYzb1Q5hEsG8=
196+
github.com/aws/aws-sdk-go-v2/service/rds v1.34.0/go.mod h1:5jVelkTas49nnuhUjA09TV5OAECLeXl8UvkGA24gOmU=
197197
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.17 h1:QqjXi1YMzvOq1QS3Nc+X1cMjLEPx8jbcio6HwoxcC+A=
198198
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.17/go.mod h1:D9RG9/qdConhXN9wWFsV3njqLki71pU4iKiVo+BPHOw=
199199
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.12.22 h1:UV7d8ay2PM0YvIZ1SAqmoN3vEJrCV8aelaDsehCx0Y8=

0 commit comments

Comments
 (0)