Skip to content

Commit b671f08

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

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
@@ -25,7 +25,7 @@ require (
2525
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.17.1
2626
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.20
2727
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.20
28-
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.4
28+
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.5
2929
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.21.2
3030
github.com/aws/aws-sdk-go-v2/service/configservice v1.28.1
3131
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.22.2

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.20 h1:bcdDyPRcyjvmc1R/I1BXO
9494
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.20/go.mod h1:ur0o8tHXw5mOfZmhS/FlGN6Ddpw52/Kpx0rSqaVv0lQ=
9595
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.20 h1:N56YZ7TvulFUoMX4TxVWufqdP3zU4xdzobUzvBhIjE4=
9696
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.20/go.mod h1:hFbHdto4polpAtqw+DEO8f+n+5XnDHxUmyVzi4Jag+Y=
97-
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.4 h1:3yvvN5GjZ14TFTXiyBdjNUHk+NgRf65BK0Tdw5nXo6o=
98-
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.4/go.mod h1:hRzUl5ZvjoEnqbq4EIJgpGJt2/xdkTPDBPX9vcaMyoc=
97+
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.5 h1:l84xOWiE0xo5HytvWEgOIzJy6EOTvz7bOLu3N7qWirc=
98+
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.5/go.mod h1:hRzUl5ZvjoEnqbq4EIJgpGJt2/xdkTPDBPX9vcaMyoc=
9999
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.21.2 h1:I7v6XUtuQUIPnxeT2me7657VTt3QmKylqeJ7SPtvEIk=
100100
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.21.2/go.mod h1:cXq/aQRwML5WXL0RHg3aaqTJ01h9PI7DQCiEgg8HAs4=
101101
github.com/aws/aws-sdk-go-v2/service/configservice v1.28.1 h1:u88CL1QpSwOJUajMk3CHViDm+10REipyWaQjD4/oFf8=

0 commit comments

Comments
 (0)