Skip to content

Commit 79da6fc

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

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
@@ -36,7 +36,7 @@ require (
3636
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
39-
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.0
39+
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.1
4040
github.com/aws/aws-sdk-go-v2/service/efs v1.18.0
4141
github.com/aws/aws-sdk-go-v2/service/eks v1.24.0
4242
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.1

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ github.com/aws/aws-sdk-go-v2/service/ecr v1.17.23 h1:Da25Cw8xI2q9Gr+ekQvpqJpyqR6
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=
123123
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.20/go.mod h1:j3mVo8gEwXjgzf9PfORBnYUUQnnjkd4OY6y5JmubV94=
124-
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.0 h1:tFOfeyENzdOM5zKwGXdDsqeVJEjav8YLTb7tDehJ/c0=
125-
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.0/go.mod h1:NpR78BP2STxvF/R1GXLDM4gAEfjz68W/h0nC5b6Jk3s=
124+
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.1 h1:V86rF7/7aPVtyHYXIT3otMiub/WIGEWY4VNocgem72k=
125+
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.1/go.mod h1:aFinYZKw5gyuAeRRRoE/pEmpLfiN7vVoTSr+w9y6flI=
126126
github.com/aws/aws-sdk-go-v2/service/efs v1.18.0 h1:06pqrWeT8jrj8NIE0kovrFY3KC0pBt913HyusYyFjm8=
127127
github.com/aws/aws-sdk-go-v2/service/efs v1.18.0/go.mod h1:DdO6hLx0XiYuj2Tn8VsR8et3BW1aXiv74GfsjHvhN9U=
128128
github.com/aws/aws-sdk-go-v2/service/eks v1.24.0 h1:YiDJSpZ1CNKVXJb957zaZb0uBJGSjfsBRzQu5f5jVBw=

0 commit comments

Comments
 (0)