Skip to content

Commit 7089538

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 to v1.19.11 (#11425)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.19.7` -> `v1.19.11` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 44c33ee commit 7089538

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
@@ -52,7 +52,7 @@ require (
5252
github.com/aws/aws-sdk-go-v2/service/elasticache v1.26.6
5353
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.10
5454
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.15.10
55-
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.7
55+
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.11
5656
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.18.7
5757
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.14.6
5858
github.com/aws/aws-sdk-go-v2/service/emr v1.22.2

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.10 h1:ZhS6MLN8rE8Dn8
190190
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.10/go.mod h1:b+EMyX45AGOR/bHWQPwiHRQDwgFnKzgcnnDmIiXQh6o=
191191
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.15.10 h1:gGqHXu9rt/F+xGidPfFKVZUYEDZ3zKMMAOx1yVUr//U=
192192
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.15.10/go.mod h1:pidEyxe4u/vkB8wvbKRZ/r6IUJcyhQoTbSLA2HWR6cY=
193-
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.7 h1:XpIms0tmerNg/t6IiGrbKU6Au25CHyXqs8Yc3zOET5o=
194-
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.7/go.mod h1:AE8U+Wj27eSDhWhAQp0BJlUi2vIqQ7ndd/e+Hnn+qus=
193+
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.11 h1:IN2XMTLmhIEL5e3o+tY9JsLFSAxmjgM8gI7W2+CPrpw=
194+
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.11/go.mod h1:oPHYtcocUcfHOE7qygtvyZMw82nedCKZSop/R9jxlAM=
195195
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.18.7 h1:FNorzIH/GIetMdkyRmTYqYOyzv8aXNc6yhuU8jil+y4=
196196
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.18.7/go.mod h1:7p3Kv8duxA4MVpQVAm/GW2UK3zsHZuxT9KoKC1u65u8=
197197
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.14.6 h1:kRXKDd3G4iHCtTDE47xjFS0VBRJn/b3A5n9SeVEH+Cg=

0 commit comments

Comments
 (0)