Skip to content

Commit

Permalink
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/s3contr…
Browse files Browse the repository at this point in the history
…ol to v1.26.0 (#4783)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/aws/aws-sdk-go-v2/service/s3control](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.25.1` -> `v1.26.0` |

---

### Release Notes

<details>
<summary>aws/aws-sdk-go-v2</summary>

### [`v1.26.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/s3control/v1.25.2...service/s3control/v1.26.0)

[Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/s3control/v1.25.2...service/s3control/v1.26.0)

### [`v1.25.2`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/s3control/v1.25.1...service/s3control/v1.25.2)

[Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/s3control/v1.25.1...service/s3control/v1.25.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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
  • Loading branch information
cq-bot committed Nov 18, 2022
1 parent 72f220d commit 430164e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/source/aws/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.24.0
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.19
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.3
github.com/aws/aws-sdk-go-v2/service/s3control v1.25.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.26.0
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.54.0
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.1
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.7
Expand Down
4 changes: 2 additions & 2 deletions plugins/source/aws/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.19 h1:UNe7/1LUyQ9udyVI
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.19/go.mod h1:R+IY2m6VS/E6kIovpTeDOOvoZ0solwP7xBdsMXmkoaw=
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.3 h1:F6wgg8aHGNyhaAy2ONnWBThiPdLa386qNA0j33FIuSM=
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.3/go.mod h1:/NHbqPRiwxSPVOB2Xr+StDEH+GWV/64WwnUjv4KYzV0=
github.com/aws/aws-sdk-go-v2/service/s3control v1.25.1 h1:ZCWImHditFy/7vwV5jqn6YsYlq+QhYFJ/hOWx7dYc8Q=
github.com/aws/aws-sdk-go-v2/service/s3control v1.25.1/go.mod h1:F2RWJqngKxHGxZUYA4jt/veKlbyXEpgSMZ67VyVpSEg=
github.com/aws/aws-sdk-go-v2/service/s3control v1.26.0 h1:iUk8PGBWw1KCCb85uWUBqTW79doQhxCJCasZi0Ns0S8=
github.com/aws/aws-sdk-go-v2/service/s3control v1.26.0/go.mod h1:F2RWJqngKxHGxZUYA4jt/veKlbyXEpgSMZ67VyVpSEg=
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.54.0 h1:jFgUbmNSv6YoRCOQ0QqLtWU2IQh5RywBoNMDXoHxfO8=
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.54.0/go.mod h1:umigFBRAb3i0OTRXRYDLlCawnJPYCWLhod55+tZHOFA=
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.1 h1:1ugkiW/1zwdXGBHP2ZWKByC9TSWIyvR8CJl8tNExeQU=
Expand Down

0 comments on commit 430164e

Please sign in to comment.