Skip to content

Commit 3616ed2

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/cloudformation to v1.24.0 (#4789)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.23.1` -> `v1.24.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.24.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/cloudformation/v1.23.1...service/cloudformation/v1.24.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/cloudformation/v1.23.1...service/cloudformation/v1.24.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 cffe44a commit 3616ed2

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
@@ -17,7 +17,7 @@ require (
1717
github.com/aws/aws-sdk-go-v2/service/appstream v1.18.0
1818
github.com/aws/aws-sdk-go-v2/service/appsync v1.16.0
1919
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.2
20-
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.23.1
20+
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.24.0
2121
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.20.7
2222
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.21
2323
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.20.2

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.2 h1:E5DOC5glWFGBAfPVBFrg
7878
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.2/go.mod h1:1ioJeG7kmYYuqmA8Wsh5AXwjPn9mRKL6F8OOwt/uyBQ=
7979
github.com/aws/aws-sdk-go-v2/service/backup v1.17.11 h1:BrCYl+uKVNYBEHYSGBgK1mLFUkunZvsBduzNye+y+9w=
8080
github.com/aws/aws-sdk-go-v2/service/backup v1.17.11/go.mod h1:W9rt/y8Vb/HDsJ9XW4s+fl0mLXecNbn32yQ81uv4OlA=
81-
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.23.1 h1:wT/pYhWzlyHoBTPUIllV6yzVLR58r9V8UbQsJVSAUUc=
82-
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.23.1/go.mod h1:AyrrIfauUrYfHqLrnroijTBBegQow3QIZTaLbQsauNk=
81+
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.24.0 h1:zG1lzClies27uNmnsg1HZOHTjNrrMTEQqHO7psXutPk=
82+
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.24.0/go.mod h1:AyrrIfauUrYfHqLrnroijTBBegQow3QIZTaLbQsauNk=
8383
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.20.7 h1:RoinUS4OHD/GFpXV2Jvu27xqDFLMx4ZFclo2WDw7D8Q=
8484
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.20.7/go.mod h1:fV9PzXIIT2xUvf5KXEGToDYxEXcqDyO33SRfv2rAs/8=
8585
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.21 h1:/lZkPTOtsMFJSeSTmAQpKKOX3EgUmv3W7OfgCW4fUJQ=

0 commit comments

Comments
 (0)