Skip to content

Commit 62ef3e9

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/autoscaling to v1.24.4 (#5310)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/autoscaling](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.24.3` -> `v1.24.4` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.24.4`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/autoscaling/v1.24.3...service/autoscaling/v1.24.4) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/autoscaling/v1.24.3...service/autoscaling/v1.24.4) </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 8122416 commit 62ef3e9

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
@@ -16,7 +16,7 @@ require (
1616
github.com/aws/aws-sdk-go-v2/service/apprunner v1.15.1
1717
github.com/aws/aws-sdk-go-v2/service/appstream v1.18.1
1818
github.com/aws/aws-sdk-go-v2/service/appsync v1.16.0
19-
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.3
19+
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.4
2020
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.24.2
2121
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.21.1
2222
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.22

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/appsync v1.16.0 h1:E5yjta31PRKAuBo+h0zyN6A6
7878
github.com/aws/aws-sdk-go-v2/service/appsync v1.16.0/go.mod h1:2msMzklr25bWQhF9Npt2Ojkipy7WY0Q9i5a8NUg+x9Q=
7979
github.com/aws/aws-sdk-go-v2/service/athena v1.20.1 h1:2Gpme7cgkm4CK2cQCd1t379NfPuBuLOkV8LxBH+66GE=
8080
github.com/aws/aws-sdk-go-v2/service/athena v1.20.1/go.mod h1:W+JdcCDJNU70E3XhlFqgOGzBL7r5aaqAmOIlAMwCUR0=
81-
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.3 h1:VnxU0zK4CNqsy1GiBz/UcWl9J6Qd6YrY34lT+/9Pzsk=
82-
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.3/go.mod h1:1ioJeG7kmYYuqmA8Wsh5AXwjPn9mRKL6F8OOwt/uyBQ=
81+
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.4 h1:UFY/jik4/RIejnc4Qfi+AxYAs/ZIoLlKVIt7s/iqQR4=
82+
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.4/go.mod h1:uPC6MoUg0E5P19+yoXB//OnQGMUApXmu8Z2Gqo+h/bk=
8383
github.com/aws/aws-sdk-go-v2/service/backup v1.18.1 h1:+6D6Ho79E81GAciotLwKhprqOzfytWOed5NAyx7Y8XY=
8484
github.com/aws/aws-sdk-go-v2/service/backup v1.18.1/go.mod h1:99nE1HsSY0XcJE9Tp4O7xqrHq4bl5XRywtnQx0ke4eM=
8585
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.24.2 h1:syvrRFIkQouPnVtRU3w8n4vTBqzPex7GWVw4Lzo2kHc=

0 commit comments

Comments
 (0)