Skip to content

Commit a64d4b9

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.74.0 (#5160)
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 | minor | `v1.72.1` -> `v1.74.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.74.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.73.0...service/ec2/v1.74.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.73.0...service/ec2/v1.74.0) ### [`v1.73.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.72.1...service/ec2/v1.73.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.72.1...service/ec2/v1.73.0) </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 dc526ae commit a64d4b9

4 files changed

Lines changed: 192 additions & 3 deletions

File tree

plugins/source/aws/client/mocks/ec2.go

Lines changed: 180 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/source/aws/client/services/ec2.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.16
3535
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.7
36-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.72.1
36+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.74.0
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.19
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
@@ -110,8 +110,8 @@ github.com/aws/aws-sdk-go-v2/service/docdb v1.19.16 h1:9O2AmmOCSwNyPGHkQ9uAIcipx
110110
github.com/aws/aws-sdk-go-v2/service/docdb v1.19.16/go.mod h1:SJncjLW+0PykKd5bUp/QwIIpizudvSTBJPhm664lpGQ=
111111
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.7 h1:/TwGWNd3vnjXaPMau8eY7s5j6Afe4WxnRfIB64r4jEk=
112112
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.7/go.mod h1:BiglbKCG56L8tmMnUEyEQo422BO9xnNR8vVHnOsByf8=
113-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.72.1 h1:iR8DtI9Jc9sMdOsvjiu6rs5jH+9csW88elgwpEMP8TU=
114-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.72.1/go.mod h1:zul71QqzR4D1a90/5FloZiAnZ1CtuIjVH7R9MP997+A=
113+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.74.0 h1:5MCRd9q1yrGoRdYZDxK6y048VNmQ6gKLdCFr+TZsvTY=
114+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.74.0/go.mod h1:zul71QqzR4D1a90/5FloZiAnZ1CtuIjVH7R9MP997+A=
115115
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.23 h1:Da25Cw8xI2q9Gr+ekQvpqJpyqR61xcb9Fh1Tkr/Cv/w=
116116
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.23/go.mod h1:kEVGiy2tACP0cegVqx4MrjsgQMSgrtgRq1fSa+Ix6F0=
117117
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.19 h1:AwWP9a5n9a6kcgpTOfZ2/AeHKdq1Cb+HwgWQ1ADqiZM=

0 commit comments

Comments
 (0)