Skip to content

Commit 2d838df

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/apigateway to v1.15.27 (#5692)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/apigateway](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.15.26` -> `v1.15.27` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.15.27`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/apigateway/v1.15.26...service/apigateway/v1.15.27) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/apigateway/v1.15.26...service/apigateway/v1.15.27) </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 2e9aa33 commit 2d838df

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
@@ -10,7 +10,7 @@ require (
1010
github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.18.2
1111
github.com/aws/aws-sdk-go-v2/service/account v1.7.12
1212
github.com/aws/aws-sdk-go-v2/service/acm v1.16.5
13-
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.26
13+
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.27
1414
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.12.25
1515
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.25
1616
github.com/aws/aws-sdk-go-v2/service/apprunner v1.15.2

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/account v1.7.12 h1:uDKzTLJJTO4N4rOSmsggnqTn
6464
github.com/aws/aws-sdk-go-v2/service/account v1.7.12/go.mod h1:Kpj3oRO0nNwwCeA7CIkuCZx6b4sMiFg+vRLE8cGPgnc=
6565
github.com/aws/aws-sdk-go-v2/service/acm v1.16.5 h1:soL2O7WWjedCgm5olvSkhl5n/l//lqJfrqf7Yw9ODI0=
6666
github.com/aws/aws-sdk-go-v2/service/acm v1.16.5/go.mod h1:Wa9L0MGV8nzgqv0cvS0ju7hqEDv+yGikspSXVBUpnJQ=
67-
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.26 h1:AG2wUgZRuqYFsllAtdwXy1goWI8uCyIGfACTVOo09xM=
68-
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.26/go.mod h1:xhqxWlAYnuf/fLnBUOsNmdmYgxIvekr60Q+rzgKj8gY=
67+
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.27 h1:QnD9TGfP/36cPX9U6L+n/3iNw87l4IB3VJl+KQHSTQ8=
68+
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.27/go.mod h1:6UIKOkbI/NjVEszKrlgWDrlEPkpd2X+BBrzj0N/XTM4=
6969
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.12.25 h1:Q2fPOHnGq3xnBarRAq6x+lvmY7XdHAMg65Jr9aThX8A=
7070
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.12.25/go.mod h1:Pyu5xH3gZR/XjaroZL9CF3aBMiYkn+fyZ+Rr0TNUp7I=
7171
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.25 h1:FTcQlDrj7iVYRi7WWobJV02UEFU3jIIU+8Wt6os/6Ds=

0 commit comments

Comments
 (0)