Skip to content

Commit d68af16

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/emr to v1.21.0 (#6142)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/emr](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.20.18` -> `v1.21.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.21.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/emr/v1.20.18...service/emr/v1.21.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/emr/v1.20.18...service/emr/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 5a7b876 commit d68af16

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

plugins/source/aws/client/mocks/emr.go

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/source/aws/client/services/emr.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require (
4646
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.28
4747
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.17.4
4848
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.21
49-
github.com/aws/aws-sdk-go-v2/service/emr v1.20.18
49+
github.com/aws/aws-sdk-go-v2/service/emr v1.21.0
5050
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.22
5151
github.com/aws/aws-sdk-go-v2/service/firehose v1.15.2
5252
github.com/aws/aws-sdk-go-v2/service/frauddetector v1.20.14

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.17.4 h1:Ax1F+gXewXH
136136
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.17.4/go.mod h1:XBRdG4B+BnZjICBUIVLD4++5TkX19Y28f6+PNhXvWWc=
137137
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.21 h1:IVjbpLCY3u4QauMHSt4Aw+1hDlZojB4NDpW7YD31cAg=
138138
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.21/go.mod h1:+oD0h85OfgOl9bQuBPHKMkO4iLO0URj/orDtsrsnsUE=
139-
github.com/aws/aws-sdk-go-v2/service/emr v1.20.18 h1:FGvSJGescYnD2RvHX61ZN+Qd1OJ69JNCFcv1sX7zfnA=
140-
github.com/aws/aws-sdk-go-v2/service/emr v1.20.18/go.mod h1:bo7MVg6I469xv/PCz2FU45pRiWqXa9uNVFUJmQ0eMrM=
139+
github.com/aws/aws-sdk-go-v2/service/emr v1.21.0 h1:zS00brRiCTrzwbM9IoXATI56AYlSgW4mBPwotKmkslk=
140+
github.com/aws/aws-sdk-go-v2/service/emr v1.21.0/go.mod h1:bo7MVg6I469xv/PCz2FU45pRiWqXa9uNVFUJmQ0eMrM=
141141
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.22 h1:9mefPSbUp/FdT01NJVvl+afbvUNhTiZ2td3rzOT02Hg=
142142
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.22/go.mod h1:YLJlg6D8anm5tkNO68n5rSXo0N86Chp8HIGbdwL1dzk=
143143
github.com/aws/aws-sdk-go-v2/service/firehose v1.15.2 h1:LmYCmH3DedyWegzA5U86QMIAx8Ennt8ab4Fm4hPd2Xg=

0 commit comments

Comments
 (0)