Skip to content

Commit 95bbafd

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/sns to v1.19.0 (#6820)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/sns](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.18.8` -> `v1.19.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.19.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/sns/v1.18.8...service/sns/v1.19.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/sns/v1.18.8...service/sns/v1.19.0) </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNC45NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuOTQuMCJ9-->
1 parent 0d88a34 commit 95bbafd

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
@@ -87,7 +87,7 @@ require (
8787
github.com/aws/aws-sdk-go-v2/service/ses v1.15.0
8888
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.16.0
8989
github.com/aws/aws-sdk-go-v2/service/sfn v1.17.0
90-
github.com/aws/aws-sdk-go-v2/service/sns v1.18.8
90+
github.com/aws/aws-sdk-go-v2/service/sns v1.19.0
9191
github.com/aws/aws-sdk-go-v2/service/sqs v1.20.0
9292
github.com/aws/aws-sdk-go-v2/service/ssm v1.34.0
9393
github.com/aws/aws-sdk-go-v2/service/ssoadmin v1.16.0

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ github.com/aws/aws-sdk-go-v2/service/sfn v1.17.0 h1:D/NRBYtylwdGLucbrKFMl3EpF8lV
232232
github.com/aws/aws-sdk-go-v2/service/sfn v1.17.0/go.mod h1:8M33kWcIYN1f2bfWrvKxzxveUN7UJv3dD3rmLoDaWrE=
233233
github.com/aws/aws-sdk-go-v2/service/shield v1.18.0 h1:dI9aouKTKx7R6HcHrEYSkOpTfCtGt+8wE3QPCohhm2Y=
234234
github.com/aws/aws-sdk-go-v2/service/shield v1.18.0/go.mod h1:0mYbbS2XwsqOGyD5ReNH4FV884zHQB1WcixrT0ckhRI=
235-
github.com/aws/aws-sdk-go-v2/service/sns v1.18.8 h1:Iwbdihm8vAnNJhnggU1D98JD79ZIIaOFFB8DBiA8Z48=
236-
github.com/aws/aws-sdk-go-v2/service/sns v1.18.8/go.mod h1:iTh9DgwDnFqF5LfFHNXWAxLe9zV0/XcWaMCWXIRDqXA=
235+
github.com/aws/aws-sdk-go-v2/service/sns v1.19.0 h1:ZU8uo+/XBgJLoYMEN5iPUd+WQXLt53S46ULtRa85+uk=
236+
github.com/aws/aws-sdk-go-v2/service/sns v1.19.0/go.mod h1:iTh9DgwDnFqF5LfFHNXWAxLe9zV0/XcWaMCWXIRDqXA=
237237
github.com/aws/aws-sdk-go-v2/service/sqs v1.20.0 h1:tQoMg8i4nFAB70cJ4wiAYEiZRYo2P6uDmU2D6ys/igo=
238238
github.com/aws/aws-sdk-go-v2/service/sqs v1.20.0/go.mod h1:jQhN5f4p3PALMNlUtfb/0wGIFlV7vGtJlPDVfxfNfPY=
239239
github.com/aws/aws-sdk-go-v2/service/ssm v1.34.0 h1:uAUjT+Np+B5sWwpcGd3V9xpBwEid8qYYfgmg0CsWTNM=

0 commit comments

Comments
 (0)