Skip to content

Commit a7e546b

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/eks to v1.23.0 (#4792)
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 | minor | `v1.22.4` -> `v1.23.0` | --- ### 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**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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 58368df commit a7e546b

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
@@ -38,7 +38,7 @@ require (
3838
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.19
3939
github.com/aws/aws-sdk-go-v2/service/ecs v1.19.1
4040
github.com/aws/aws-sdk-go-v2/service/efs v1.17.19
41-
github.com/aws/aws-sdk-go-v2/service/eks v1.22.4
41+
github.com/aws/aws-sdk-go-v2/service/eks v1.23.0
4242
github.com/aws/aws-sdk-go-v2/service/elasticache v1.23.1
4343
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.20
4444
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.22

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ github.com/aws/aws-sdk-go-v2/service/ecs v1.19.1 h1:XmhOTiMRhUXAQwcNiHJ7z7z73ofQ
120120
github.com/aws/aws-sdk-go-v2/service/ecs v1.19.1/go.mod h1:NpR78BP2STxvF/R1GXLDM4gAEfjz68W/h0nC5b6Jk3s=
121121
github.com/aws/aws-sdk-go-v2/service/efs v1.17.19 h1:e9oyZ/TUV8IekYJJ71A5f2G7zshaWiozrweYhva2gD0=
122122
github.com/aws/aws-sdk-go-v2/service/efs v1.17.19/go.mod h1:DdO6hLx0XiYuj2Tn8VsR8et3BW1aXiv74GfsjHvhN9U=
123-
github.com/aws/aws-sdk-go-v2/service/eks v1.22.4 h1:S/1Efo9TlNPwKeAKmH8nQTteRerftR65uddmI6GrvBE=
124-
github.com/aws/aws-sdk-go-v2/service/eks v1.22.4/go.mod h1:bxjOnpk0lwAq4jmmTONfUGPjgO8sLAbflxTHsY7thkU=
123+
github.com/aws/aws-sdk-go-v2/service/eks v1.23.0 h1:roxmtB8AB5b/COvsD75AnswtsQOxqbjjvowmnX8IKDE=
124+
github.com/aws/aws-sdk-go-v2/service/eks v1.23.0/go.mod h1:bxjOnpk0lwAq4jmmTONfUGPjgO8sLAbflxTHsY7thkU=
125125
github.com/aws/aws-sdk-go-v2/service/elasticache v1.23.1 h1:8f459ZQ9ehFrLEF63Xqr6wcd3COEHeSUZ/7Rs42Smco=
126126
github.com/aws/aws-sdk-go-v2/service/elasticache v1.23.1/go.mod h1:Ldcx5z/9/7v48B223e7KVQYmFIKeEIzw6SRCcxoC0bI=
127127
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.20 h1:U3pnbSZUU86zdlWpupm9Gi0wOCfw7yPPSPpyA2A66ps=

0 commit comments

Comments
 (0)