Skip to content

Commit 9508730

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk to v1.15.10 (#11210)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.15.6` -> `v1.15.10` | --- ### ⚠ 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMSIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 155e8fe commit 9508730

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
@@ -50,7 +50,7 @@ require (
5050
github.com/aws/aws-sdk-go-v2/service/efs v1.19.9
5151
github.com/aws/aws-sdk-go-v2/service/eks v1.27.8
5252
github.com/aws/aws-sdk-go-v2/service/elasticache v1.26.6
53-
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.6
53+
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
5555
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.7
5656
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.18.7

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ github.com/aws/aws-sdk-go-v2/service/eks v1.27.8 h1:o3cnwMi1lTjOB1N5kKMHc1yjq6al
162162
github.com/aws/aws-sdk-go-v2/service/eks v1.27.8/go.mod h1:XNcs5UYWyXvctSc/tVZIfq6sj2QA1jTy2hMkTzSDZ3c=
163163
github.com/aws/aws-sdk-go-v2/service/elasticache v1.26.6 h1:PRbssBtMKTVa+Ge+ARwMSFcwT3s+KGPn5A//ckodgcg=
164164
github.com/aws/aws-sdk-go-v2/service/elasticache v1.26.6/go.mod h1:YG1Qmu7Nan+5htEwo6iVa4mcZjoKm+NjbJUE5f+Oq9k=
165-
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.6 h1:512IpvLgW5gOmiXo9vEQVVHkhv86Ev2w/P3mnRYvlOQ=
166-
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.6/go.mod h1:Dqg+ptEQYzCVw2cBATPrNeHnCdSWTh98zza/yrQaVnI=
165+
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.10 h1:ZhS6MLN8rE8Dn8Jq81TxzW6FMwq8AeIuj4lq6iQgJZo=
166+
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.10/go.mod h1:b+EMyX45AGOR/bHWQPwiHRQDwgFnKzgcnnDmIiXQh6o=
167167
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.15.10 h1:gGqHXu9rt/F+xGidPfFKVZUYEDZ3zKMMAOx1yVUr//U=
168168
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.15.10/go.mod h1:pidEyxe4u/vkB8wvbKRZ/r6IUJcyhQoTbSLA2HWR6cY=
169169
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.7 h1:XpIms0tmerNg/t6IiGrbKU6Au25CHyXqs8Yc3zOET5o=

0 commit comments

Comments
 (0)