Skip to content

Commit 5a6b8ac

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/sfn to v1.16.2 (#5775)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/sfn](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.16.1` -> `v1.16.2` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.16.2`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.16.1...v1.16.2) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.16.1...v1.16.2) </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 18c0bf8 commit 5a6b8ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ require (
8282
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.15.1
8383
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.23
8484
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.15.2
85-
github.com/aws/aws-sdk-go-v2/service/sfn v1.16.1
85+
github.com/aws/aws-sdk-go-v2/service/sfn v1.16.2
8686
github.com/aws/aws-sdk-go-v2/service/sns v1.18.7
8787
github.com/aws/aws-sdk-go-v2/service/sqs v1.19.16
8888
github.com/aws/aws-sdk-go-v2/service/ssm v1.33.2

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.23 h1:QTbShmzWTmoF5dbd0
224224
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.23/go.mod h1:8I7mkhR5OsSBE1FlKOZ7Etb5gtA9881M++HhCEhMj10=
225225
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.15.2 h1:N9ckaOcC+H8mJ4YcsvVVDD8BAvS1ab/jRKen4WefF4U=
226226
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.15.2/go.mod h1:U4u+AYkxs8DSNKkBfCuUs+H06rKtR+jwkW0CijDvVzg=
227-
github.com/aws/aws-sdk-go-v2/service/sfn v1.16.1 h1:X/wRJElKr+NQwz1L5G24urNhh7YRtPj8sxXpStpoN+Q=
228-
github.com/aws/aws-sdk-go-v2/service/sfn v1.16.1/go.mod h1:NQ4qnAoxjAU/4JLJLuy+VnF09NjJJOaEVSM9fnWSbJM=
227+
github.com/aws/aws-sdk-go-v2/service/sfn v1.16.2 h1:tIgwAUjuSgMgJcZ+RCM5y1wckV6Ex62SnchT95qp+1k=
228+
github.com/aws/aws-sdk-go-v2/service/sfn v1.16.2/go.mod h1:8M33kWcIYN1f2bfWrvKxzxveUN7UJv3dD3rmLoDaWrE=
229229
github.com/aws/aws-sdk-go-v2/service/shield v1.17.12 h1:9l5sZIzX0XLn9VcAYUTE5U6dCyq+IjcdAk97OWIt2a0=
230230
github.com/aws/aws-sdk-go-v2/service/shield v1.17.12/go.mod h1:CRrUI1bGH/JegA+jFyUeE49tBAfxU1+pY+cS5n94rI8=
231231
github.com/aws/aws-sdk-go-v2/service/sns v1.18.7 h1:BSC9n48+d3oWNHi14U1OJd9V9UcxGxO4HO5b1pV7FAQ=

0 commit comments

Comments
 (0)