From 4b20c72da8d3553f9a6cc392a83d319892013a61 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 25 Jul 2022 04:04:07 +0300 Subject: [PATCH] fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/eks to v1.21.4 (#1292) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/eks](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.21.3` -> `v1.21.4` | --- ### Release Notes
aws/aws-sdk-go-v2 ### [`v1.21.4`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/eks/v1.21.3...service/eks/v1.21.4) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/eks/v1.21.3...service/eks/v1.21.4)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (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. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d5ad13f96..429a57469 100644 --- a/go.mod +++ b/go.mod @@ -31,7 +31,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/ecr v1.17.7 github.com/aws/aws-sdk-go-v2/service/ecs v1.18.11 github.com/aws/aws-sdk-go-v2/service/efs v1.17.5 - github.com/aws/aws-sdk-go-v2/service/eks v1.21.3 + github.com/aws/aws-sdk-go-v2/service/eks v1.21.4 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.8 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.7 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.7 diff --git a/go.sum b/go.sum index 4d897a033..84be844bd 100644 --- a/go.sum +++ b/go.sum @@ -206,8 +206,8 @@ github.com/aws/aws-sdk-go-v2/service/ecs v1.18.11 h1:MWJBTtfIwBJJn7AMYiyvc2g62HU github.com/aws/aws-sdk-go-v2/service/ecs v1.18.11/go.mod h1:3+9Tsuq6J9nezo2AO9UYzUVgZ72W21Ryh0d+DJRCzys= github.com/aws/aws-sdk-go-v2/service/efs v1.17.5 h1:e7WyqzbiYgsJ+iT3Yq7Jnaqllh6KSR4ajQCSWWeag/0= github.com/aws/aws-sdk-go-v2/service/efs v1.17.5/go.mod h1:tFElid1MNJgxbdxCLWo9G/adKk75e/pg33UxtD0J/xg= -github.com/aws/aws-sdk-go-v2/service/eks v1.21.3 h1:NSDaco9+Q7eZC2r2FA4VNoWJav9jIjh8Fga08jBCEJk= -github.com/aws/aws-sdk-go-v2/service/eks v1.21.3/go.mod h1:k5Qu8sh7MKwjTzrYtuk5VC/mpckBUKyMZtB/gk3/R2Y= +github.com/aws/aws-sdk-go-v2/service/eks v1.21.4 h1:qmKWieiIiYwD46GRD6nxFc1KsyR0ChGRid8emb7rDEY= +github.com/aws/aws-sdk-go-v2/service/eks v1.21.4/go.mod h1:Th2+t6mwi0bZayXUOFOTuyWR2nwRUVcadDy4WGE8C2E= github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.8 h1:NaAcC6RHMqsLpXF63W6ReZowBUu/Q3Iew5fyzUSzXfM= github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.8/go.mod h1:OxtRjhqiKW0MVldgF7m8n/7Osragp0Sy4IWDDwurt2k= github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.7 h1:nlby2V7Qa/p8aP18M7L3lWfYQ57Bm6HTB6MJR5q3oIk=