Skip to content

Commit 0edf753

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/apigatewayv2 to v1.12.23 (#4949)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/apigatewayv2](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.12.22` -> `v1.12.23` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.12.23`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/apigatewayv2/v1.12.22...service/apigatewayv2/v1.12.23) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/apigatewayv2/v1.12.22...service/apigatewayv2/v1.12.23) </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 fde1bdf commit 0edf753

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
@@ -11,7 +11,7 @@ require (
1111
github.com/aws/aws-sdk-go-v2/service/account v1.7.11
1212
github.com/aws/aws-sdk-go-v2/service/acm v1.16.3
1313
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.24
14-
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.12.22
14+
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.12.23
1515
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.22
1616
github.com/aws/aws-sdk-go-v2/service/apprunner v1.15.0
1717
github.com/aws/aws-sdk-go-v2/service/appstream v1.18.0

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ github.com/aws/aws-sdk-go-v2/service/acm v1.16.3 h1:zr5H3AO6hT+ulG2AXBeEAxqdtImW
6464
github.com/aws/aws-sdk-go-v2/service/acm v1.16.3/go.mod h1:LR3qi788mHzUYfv2MNs+xwbvig6QlrPYVOhKv/Ae5M0=
6565
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.24 h1:eWwaF3m67oAJGBhfzVC9dLXPYhLHB238N1LhgFa8INk=
6666
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.24/go.mod h1:3olVANhEv+CFhEvC/TTkqh+1kg+r0px3CbH5eRKx7J4=
67-
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.12.22 h1:Iik9ptNEDnr7ggkeOUfEqnpwNu7c5J+tpLdtdguoOfo=
68-
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.12.22/go.mod h1:BEIWaGqO27qq9JeFeY746S4+SFmBajpV+yhGne2qbMo=
67+
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.12.23 h1:tRkvVyUDMi4DBV6+QKK9Vmi2QN/SHmmcQo21vACw1Tc=
68+
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.12.23/go.mod h1:BEIWaGqO27qq9JeFeY746S4+SFmBajpV+yhGne2qbMo=
6969
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.22 h1:E0ZtuAP/8zcPNcRTaoKXbS9e5UyTTryAZetR7DmCC3w=
7070
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.22/go.mod h1:ieTfMV1ZKg8+MMuxrLW1c29C6X/6FyE5wepLd6ZcVAU=
7171
github.com/aws/aws-sdk-go-v2/service/apprunner v1.15.0 h1:bX586RbPhYHIZKQ01cEUImiHU5y/7Ob5R9c5N6jhGuc=

0 commit comments

Comments
 (0)