Skip to content

Commit 93babd5

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing to v1.14.23 (#4960)
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.22` -> `v1.14.23` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.14.23`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/elasticloadbalancing/v1.14.22...service/elasticloadbalancing/v1.14.23) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/elasticloadbalancing/v1.14.22...service/elasticloadbalancing/v1.14.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 2ab12d8 commit 93babd5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.23.0
4242
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.0
4343
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.20
44-
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.22
44+
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.23
4545
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.25
4646
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.17.1
4747
github.com/aws/aws-sdk-go-v2/service/emr v1.20.15

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.0 h1:uBAhrWMlxdTathAIvzGF
126126
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.0/go.mod h1:Ldcx5z/9/7v48B223e7KVQYmFIKeEIzw6SRCcxoC0bI=
127127
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.20 h1:U3pnbSZUU86zdlWpupm9Gi0wOCfw7yPPSPpyA2A66ps=
128128
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.20/go.mod h1:dIqAQAjouf8VxPciD7Fm7l4ihJqbGENoQ86fASvtrls=
129-
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.22 h1:j6h2KbYo68m7CS2+9IFI7gwFfDrSqATF0lP6v0mBc00=
130-
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.22/go.mod h1:gHgx63dm28U/o5NotzfFWhxUASzcZuPgO8GDpsI1Aqw=
129+
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.23 h1:wJdl2doHQU+60ETqLHfXtY4ywmm36ZHiinA/rVkTtl8=
130+
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.23/go.mod h1:gHgx63dm28U/o5NotzfFWhxUASzcZuPgO8GDpsI1Aqw=
131131
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.25 h1:FEQwfsANNDH7OZE2IFLUVFhEH0mDl1UdpqTmxbEbI3U=
132132
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.25/go.mod h1:uIsRP+M5F/Ch+21isqTg6u16FXl2yzupCX0Dli4eQEM=
133133
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.17.1 h1:UmoZMpNNYAtGa0olpdgRrEq7bJgHiNbS7X3sROggCNU=

0 commit comments

Comments
 (0)