Skip to content

Commit 190ffff

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.74.1 (#5328)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/ec2](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.74.0` -> `v1.74.1` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.74.1`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.74.0...service/ec2/v1.74.1) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.74.0...service/ec2/v1.74.1) </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 3d3bf10 commit 190ffff

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
@@ -33,7 +33,7 @@ require (
3333
github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.23
3434
github.com/aws/aws-sdk-go-v2/service/docdb v1.19.17
3535
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.7
36-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.74.0
36+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.74.1
3737
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.23
3838
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.20
3939
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.0

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ github.com/aws/aws-sdk-go-v2/service/docdb v1.19.17 h1:E6iDoUzYVatymv4GVKtcAQdYV
115115
github.com/aws/aws-sdk-go-v2/service/docdb v1.19.17/go.mod h1:mvMPyvuqvZnNNtkWIVbSxxFJB9N9KB24jcpzOCphPyo=
116116
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.7 h1:/TwGWNd3vnjXaPMau8eY7s5j6Afe4WxnRfIB64r4jEk=
117117
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.7/go.mod h1:BiglbKCG56L8tmMnUEyEQo422BO9xnNR8vVHnOsByf8=
118-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.74.0 h1:5MCRd9q1yrGoRdYZDxK6y048VNmQ6gKLdCFr+TZsvTY=
119-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.74.0/go.mod h1:zul71QqzR4D1a90/5FloZiAnZ1CtuIjVH7R9MP997+A=
118+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.74.1 h1:7PJFb2UwoDG3RJBQQdO1htsBwwr2Ui3NhVQJ0Qsa5qQ=
119+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.74.1/go.mod h1:/sbgra0egm5fRRlq58Qp+Mrq4mCgWOc4Ug5K6xWCK6M=
120120
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.23 h1:Da25Cw8xI2q9Gr+ekQvpqJpyqR61xcb9Fh1Tkr/Cv/w=
121121
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.23/go.mod h1:kEVGiy2tACP0cegVqx4MrjsgQMSgrtgRq1fSa+Ix6F0=
122122
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.20 h1:DA05FX1t3+V699S3YHrIuSC8f9dNMiNOu4M4qRfswb0=

0 commit comments

Comments
 (0)