Skip to content

Commit 01accc8

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/backup to v1.19.0 (#6408)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/backup](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.18.2` -> `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/backup/v1.18.2...service/backup/v1.19.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/backup/v1.18.2...service/backup/v1.19.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:eyJjcmVhdGVkSW5WZXIiOiIzNC43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzcuMCJ9-->
1 parent 76d4df5 commit 01accc8

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
@@ -131,7 +131,7 @@ require (
131131
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.21 // indirect
132132
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.28 // indirect
133133
github.com/aws/aws-sdk-go-v2/service/athena v1.22.0
134-
github.com/aws/aws-sdk-go-v2/service/backup v1.18.2
134+
github.com/aws/aws-sdk-go-v2/service/backup v1.19.0
135135
github.com/aws/aws-sdk-go-v2/service/glue v1.38.1
136136
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11 // indirect
137137
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.21 // indirect

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ github.com/aws/aws-sdk-go-v2/service/athena v1.22.0 h1:A5ff2DgymMq9nQOfoP+ewHm/R
7878
github.com/aws/aws-sdk-go-v2/service/athena v1.22.0/go.mod h1:qM3rq1ZYD0NJSrjMnETmtmvfMGjyJZrttQehKYEwgko=
7979
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.25.1 h1:yl6177p8gl3yyJopLVyssg6SNEtfxGpRP8VWA14SqTs=
8080
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.25.1/go.mod h1:zN3msBQ5/t4e3nvQvz8AM1cj++DWIekyYTatsBrcsZs=
81-
github.com/aws/aws-sdk-go-v2/service/backup v1.18.2 h1:c/Q5sRZrSeHD50p+Ek13+7KamZ9411ywjJlOTA7obqw=
82-
github.com/aws/aws-sdk-go-v2/service/backup v1.18.2/go.mod h1:m3jiAtnpDj6PjnzUdK7uM3hCfDG3uvQ5TTOGfxNZCe4=
81+
github.com/aws/aws-sdk-go-v2/service/backup v1.19.0 h1:MLR1keST/6ueXuVZnNSUtgh40+yei2UYMhO/z6neboc=
82+
github.com/aws/aws-sdk-go-v2/service/backup v1.19.0/go.mod h1:m3jiAtnpDj6PjnzUdK7uM3hCfDG3uvQ5TTOGfxNZCe4=
8383
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.25.0 h1:Ti8Dyuz6Te5IhC9jcm0NnL2iM0eCf0Zi7Aw/trGeBqA=
8484
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.25.0/go.mod h1:Apg7QSWLW1AGekfjYItJXemDl8GEeQYoUFlnw8WwBD8=
8585
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.23.0 h1:+isnazsCv87gmSUp97TNlRToz/K+8fncTo7nMh1qcYM=

0 commit comments

Comments
 (0)