Skip to content

Commit b28fa9d

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

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
@@ -41,7 +41,7 @@ require (
4141
github.com/aws/aws-sdk-go-v2/service/eks v1.24.1
4242
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.1
4343
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.21
44-
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.23
44+
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.24
4545
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.27
4646
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.17.2
4747
github.com/aws/aws-sdk-go-v2/service/emr v1.20.17

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.1 h1:RA+njRU9CKe4YLs6n8cd
131131
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.1/go.mod h1:Ldcx5z/9/7v48B223e7KVQYmFIKeEIzw6SRCcxoC0bI=
132132
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.21 h1:1oeseU6hoD2Gn5wwwVd00biFATXUG5i9xB3dLhmc8Mc=
133133
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.21/go.mod h1:+KZXtmdwFYJ5S3/zL85VemhlcvI6mHb/E8WXbMXnuZY=
134-
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.23 h1:wJdl2doHQU+60ETqLHfXtY4ywmm36ZHiinA/rVkTtl8=
135-
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.23/go.mod h1:gHgx63dm28U/o5NotzfFWhxUASzcZuPgO8GDpsI1Aqw=
134+
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.24 h1:jeukT3rQ4KQYXlOmc8dfJHXMKLPxmD9RClhKjvo2vyk=
135+
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.24/go.mod h1:QKI2x7OUX82Z4n5LqPsQE25iF2lLfj3M+lDj9JZRVkU=
136136
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.27 h1:wxij3U3NcK5Ku/VURBqR1r7Ip+kLsmfZd0b7BlqCKyk=
137137
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.27/go.mod h1:vxihO/POqPi4jNKVRG+pIaPdNUhqCGlcFRBYL6aJF4c=
138138
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.17.2 h1:wVWqmbAibjQmO4m6GPZStqk0j4Y5Ao8nojqGRa83Ha0=

0 commit comments

Comments
 (0)