Skip to content

Commit 5453ffa

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/appsync to v1.17.0 (#5411)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/appsync](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.16.0` -> `v1.17.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.17.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.16.0...v1.17.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.16.0...v1.17.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 3a2c24b commit 5453ffa

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
@@ -15,7 +15,7 @@ require (
1515
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.24
1616
github.com/aws/aws-sdk-go-v2/service/apprunner v1.15.1
1717
github.com/aws/aws-sdk-go-v2/service/appstream v1.18.1
18-
github.com/aws/aws-sdk-go-v2/service/appsync v1.16.0
18+
github.com/aws/aws-sdk-go-v2/service/appsync v1.17.0
1919
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.4
2020
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.24.2
2121
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.21.1

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ github.com/aws/aws-sdk-go-v2/service/apprunner v1.15.1 h1:q9a4L+/3yvJ112etOlushK
7373
github.com/aws/aws-sdk-go-v2/service/apprunner v1.15.1/go.mod h1:49fDZa5SXc4Z4NFLyxPcISPp/eJEpyN6wRxP1DlvboI=
7474
github.com/aws/aws-sdk-go-v2/service/appstream v1.18.1 h1:mjWRHfnhKczPJFlQ4AVNIzJASKrr0PPHGIb1apW1Q2M=
7575
github.com/aws/aws-sdk-go-v2/service/appstream v1.18.1/go.mod h1:GiY19kPm2MtS7H8gymDUHehruj7GjaWWGDjcnAE+9YE=
76-
github.com/aws/aws-sdk-go-v2/service/appsync v1.16.0 h1:E5yjta31PRKAuBo+h0zyN6A65AasPLwNSl6AIXKcjNQ=
77-
github.com/aws/aws-sdk-go-v2/service/appsync v1.16.0/go.mod h1:2msMzklr25bWQhF9Npt2Ojkipy7WY0Q9i5a8NUg+x9Q=
76+
github.com/aws/aws-sdk-go-v2/service/appsync v1.17.0 h1:9xlrbu0ROYsS0/6365LiMXAsv7ri5alUJkBoXec39/0=
77+
github.com/aws/aws-sdk-go-v2/service/appsync v1.17.0/go.mod h1:YVpSXTvlH7dzqD7N2B/sUtRPTYl/gd0ZGbmSVJoHfDA=
7878
github.com/aws/aws-sdk-go-v2/service/athena v1.20.1 h1:2Gpme7cgkm4CK2cQCd1t379NfPuBuLOkV8LxBH+66GE=
7979
github.com/aws/aws-sdk-go-v2/service/athena v1.20.1/go.mod h1:W+JdcCDJNU70E3XhlFqgOGzBL7r5aaqAmOIlAMwCUR0=
8080
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.4 h1:UFY/jik4/RIejnc4Qfi+AxYAs/ZIoLlKVIt7s/iqQR4=

0 commit comments

Comments
 (0)