Skip to content

Commit 114ff80

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry to v1.15.0 (#4784)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.14.3` -> `v1.15.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.15.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/servicecatalogappregistry/v1.14.3...v1.15.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/servicecatalogappregistry/v1.14.3...v1.15.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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
1 parent 430164e commit 114ff80

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

plugins/source/aws/client/mocks/servicecatalogappregistry.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/servicecatalogappregistry.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
@@ -79,7 +79,7 @@ require (
7979
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.1
8080
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.7
8181
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.19
82-
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.14.3
82+
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.15.0
8383
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.20
8484
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.15.1
8585
github.com/aws/aws-sdk-go-v2/service/sns v1.18.5

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.7 h1:bfC2Q8ABNbYYm9mh3
216216
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.7/go.mod h1:k6CPuxyzO247nYEM1baEwHH1kRtosRCvgahAepaaShw=
217217
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.19 h1:IsBui5OwBHfMiwdBnfN7fLX4RCWnwu3s/v+yB1K2WiY=
218218
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.19/go.mod h1:LK9h10/zEBOFiR0RccANZ7PjXAMQX3vaBsVthOtJl5A=
219-
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.14.3 h1:0E7QBG6IX+aQeVYu8z9shyrEYB8pdEj1xPtjFXA5NQY=
220-
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.14.3/go.mod h1:vkpPtfwM2VWYr/FyJf8ATmTmehAIJIvVCEfNm2YP2xQ=
219+
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.15.0 h1:6JXB9jmiawh0F4oTla5zqDeDi6xGBZeY/7pbcSLSMOc=
220+
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.15.0/go.mod h1:vkpPtfwM2VWYr/FyJf8ATmTmehAIJIvVCEfNm2YP2xQ=
221221
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.20 h1:0nyaHSI6mAGpilMph7ChBgiCcQtBMtkNj5wGaFdcQXg=
222222
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.20/go.mod h1:EuAU2Q75NynMT3F3VTpgN5t+lO7Yl+1MJGeKS7ucGGw=
223223
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.15.1 h1:gx9Jw/Y1otFYh1fH3CeVTIOSco2PzBWGNDteZQq1Z+k=

0 commit comments

Comments
 (0)