Skip to content

Commit 2c7a42e

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/redshift to v1.26.15 (#4778)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/redshift](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.26.14` -> `v1.26.15` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.26.15`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/redshift/v1.26.14...service/redshift/v1.26.15) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/redshift/v1.26.14...service/redshift/v1.26.15) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
1 parent 62dda2b commit 2c7a42e

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
@@ -69,7 +69,7 @@ require (
6969
github.com/aws/aws-sdk-go-v2/service/quicksight v1.26.2
7070
github.com/aws/aws-sdk-go-v2/service/ram v1.16.24
7171
github.com/aws/aws-sdk-go-v2/service/rds v1.29.0
72-
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.14
72+
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.15
7373
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.12.21
7474
github.com/aws/aws-sdk-go-v2/service/route53 v1.24.0
7575
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.19

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ github.com/aws/aws-sdk-go-v2/service/ram v1.16.24 h1:pzB33ZEhd1szVKHkgYe4cXQ+kSL
196196
github.com/aws/aws-sdk-go-v2/service/ram v1.16.24/go.mod h1:el3+/AiwdwKk5qZEcCQqm+t3b1A5QLZI2nr/OkhM/gc=
197197
github.com/aws/aws-sdk-go-v2/service/rds v1.29.0 h1:9IksDt6HITDXjmza64qixMX6dfzRsbkMbz08H90Mw4U=
198198
github.com/aws/aws-sdk-go-v2/service/rds v1.29.0/go.mod h1:wPFe1Cj3nZWmNWKKdkXw961l1dJheTZQ5JjPImqbMuI=
199-
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.14 h1:s39wn3MH7CO8RfKbKMWqA93eI6hfaODPxY9UZdXCt/E=
200-
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.14/go.mod h1:Ds+ElMoF3oxjYWJZofKeNeih3q3W7vzRCkRdnu/aOj8=
199+
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.15 h1:+WF4GTge7bdjZyoyxz4f1RDoypKdUbkHKUbVZsMc9d8=
200+
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.15/go.mod h1:Ds+ElMoF3oxjYWJZofKeNeih3q3W7vzRCkRdnu/aOj8=
201201
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.12.21 h1:fniP5cg84nnMQlISDvV7auixxpM3wVrn2dndAFKDIHM=
202202
github.com/aws/aws-sdk-go-v2/service/resourcegroups v1.12.21/go.mod h1:8U4gfVNaaVETUbr/j4DZNlplr6RF+ieI3tgQ7g4CtkA=
203203
github.com/aws/aws-sdk-go-v2/service/route53 v1.24.0 h1:ncUXZRu4ns8DWTGQwpMNFZ/wgqBQUtrK8AtjwIYoLZI=

0 commit comments

Comments
 (0)