Skip to content

Commit b769ff7

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/ecr to v1.17.22 (#4752)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/ecr](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.17.21` -> `v1.17.22` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.17.22`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ecr/v1.17.21...service/ecr/v1.17.22) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ecr/v1.17.21...service/ecr/v1.17.22) </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 9b0e200 commit b769ff7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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/docdb v1.19.14
3434
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.5
3535
github.com/aws/aws-sdk-go-v2/service/ec2 v1.70.0
36-
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.21
36+
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.22
3737
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.19
3838
github.com/aws/aws-sdk-go-v2/service/ecs v1.19.0
3939
github.com/aws/aws-sdk-go-v2/service/efs v1.17.19

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.5 h1:WIJPKxRUCRvaWBFRtT0ZAzd
112112
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.5/go.mod h1:BiglbKCG56L8tmMnUEyEQo422BO9xnNR8vVHnOsByf8=
113113
github.com/aws/aws-sdk-go-v2/service/ec2 v1.70.0 h1:09PzSKQbPSMSK26JwjdpqhNsUEsaC8IPAZQslhR3HHg=
114114
github.com/aws/aws-sdk-go-v2/service/ec2 v1.70.0/go.mod h1:zul71QqzR4D1a90/5FloZiAnZ1CtuIjVH7R9MP997+A=
115-
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.21 h1:YfWzziVOyeSfl2I5Qq0rL7PVQmtBRdNa2HAaQ+0tAG4=
116-
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.21/go.mod h1:kEVGiy2tACP0cegVqx4MrjsgQMSgrtgRq1fSa+Ix6F0=
115+
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.22 h1:cC+NNTWWyV0DZF94k2Ugz6NFSdcBoo08oNdYtj9hg5g=
116+
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.22/go.mod h1:kEVGiy2tACP0cegVqx4MrjsgQMSgrtgRq1fSa+Ix6F0=
117117
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.19 h1:AwWP9a5n9a6kcgpTOfZ2/AeHKdq1Cb+HwgWQ1ADqiZM=
118118
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.19/go.mod h1:j3mVo8gEwXjgzf9PfORBnYUUQnnjkd4OY6y5JmubV94=
119119
github.com/aws/aws-sdk-go-v2/service/ecs v1.19.0 h1:1YBaW1OVJfh5HScRrFq+pSoTP03/SzO9Xfyf+iTVKJ4=

0 commit comments

Comments
 (0)