Skip to content

Commit c343395

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/resourcegroups to v1.14.0 (#6818)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/resourcegroups](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.13.0` -> `v1.14.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.14.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.13.0...v1.14.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.13.0...v1.14.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (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:eyJjcmVhdGVkSW5WZXIiOiIzNC45NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuOTQuMCJ9-->
1 parent 6227bef commit c343395

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

plugins/source/aws/client/mocks/resourcegroups.go

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

plugins/source/aws/client/services/resourcegroups.go

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

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require (
7272
github.com/aws/aws-sdk-go-v2/service/ram v1.17.0
7373
github.com/aws/aws-sdk-go-v2/service/rds v1.40.0
7474
github.com/aws/aws-sdk-go-v2/service/redshift v1.27.0
75-
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.13.0
75+
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.14.0
7676
github.com/aws/aws-sdk-go-v2/service/route53 v1.26.0
7777
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.0
7878
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.0

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ github.com/aws/aws-sdk-go-v2/service/rds v1.40.0 h1:heJr38jKwCDwSKTVcy5LQ8sWecMo
200200
github.com/aws/aws-sdk-go-v2/service/rds v1.40.0/go.mod h1:Ume9NHqT871hUdxIRojWtWsPFyCswQmSjHHhyGot7v0=
201201
github.com/aws/aws-sdk-go-v2/service/redshift v1.27.0 h1:kJDkVPtkB+gLwahLNtWs0vnjneny2Apqjrz1zdBYqb4=
202202
github.com/aws/aws-sdk-go-v2/service/redshift v1.27.0/go.mod h1:cpzzZf+cK9kF7PAbJOU491GGQO/8+oD4jtbawDUG+pc=
203-
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.13.0 h1:YJCC58cjhiXvvKSOPTP1+K6fFKbZWo8eUpdQeCPZMHs=
204-
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.13.0/go.mod h1:ZkZtG/eXl3leAzkIHhWJOkKaAObxOHtYe3lxUxW1WW0=
203+
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.14.0 h1:qDFV1IZIBzzuwv+W/7X7EWhxbysp2A3M9YD1PuUgCa0=
204+
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.14.0/go.mod h1:ZkZtG/eXl3leAzkIHhWJOkKaAObxOHtYe3lxUxW1WW0=
205205
github.com/aws/aws-sdk-go-v2/service/route53 v1.26.0 h1:Lt96i6l9YONN7X0KW5AgJJ84l3gAzBZcPqCbeEGhd3Y=
206206
github.com/aws/aws-sdk-go-v2/service/route53 v1.26.0/go.mod h1:4SAHuLdh4v7pA2F6HdhUUgiLUDA6J89KWr7xAYCDiyc=
207207
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.0 h1:I/rT8QFy58zw4A/tkTPsTjkIe3LaKI6UsvDn/YdJgE0=

0 commit comments

Comments
 (0)