Skip to content

Commit c7ac305

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/ecs to v1.22.0 (#5814)
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 | minor | `v1.20.1` -> `v1.22.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.22.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ecs/v1.21.0...service/ecs/v1.22.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ecs/v1.21.0...service/ecs/v1.22.0) ### [`v1.21.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/athena/v1.20.3...service/athena/v1.21.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ecs/v1.20.1...service/ecs/v1.21.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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent 6c5ef8d commit c7ac305

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.76.1
3737
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.25
3838
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.22
39-
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.1
39+
github.com/aws/aws-sdk-go-v2/service/ecs v1.22.0
4040
github.com/aws/aws-sdk-go-v2/service/efs v1.18.3
4141
github.com/aws/aws-sdk-go-v2/service/eks v1.25.0
4242
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.3

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.25 h1:1bido4Jtd8CG9JcheRITQMQ820R
121121
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.25/go.mod h1:9yGOFsa2OcdyePojE89xNGtdBusTyc8ocjpiuFtFc0g=
122122
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.22 h1:mAfbm9OuaKTQ/KweojB47hTHSRxf1Z3h721bOxLJjNY=
123123
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.22/go.mod h1:bBy8YiBBFd549EeySGjb0vHWg80XeMSigv/dr/2HFjE=
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=
124+
github.com/aws/aws-sdk-go-v2/service/ecs v1.22.0 h1:Z5jcr24fuBhpA4uHRyU0jJ1pfzyFqzUrWvQ4Iwl5EGw=
125+
github.com/aws/aws-sdk-go-v2/service/ecs v1.22.0/go.mod h1:YXZ3cd8LDvvQytFpWjqbgdmHRAyJi4qbIT5dYdyhfeM=
126126
github.com/aws/aws-sdk-go-v2/service/efs v1.18.3 h1:V+qYxQTQObQAegchEMXSP2XXEe3ujqC3y7jU5Ww+9m4=
127127
github.com/aws/aws-sdk-go-v2/service/efs v1.18.3/go.mod h1:5MfwGfNzP7d86CrJKNCk7jawZLgBzO4N+X1q/4eYNN8=
128128
github.com/aws/aws-sdk-go-v2/service/eks v1.25.0 h1:yKJEcgihYY5jn2JYACNXmaryRSRbfkZ+bA/ergRdQ2s=

0 commit comments

Comments
 (0)