Skip to content

Commit b4329ee

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/acm to v1.15.2 (#3380)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/acm](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.15.0` -> `v1.15.2` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.15.2`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/acm/v1.15.1...service/acm/v1.15.2) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/acm/v1.15.1...service/acm/v1.15.2) ### [`v1.15.1`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.15.0...service/acm/v1.15.1) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.15.0...service/acm/v1.15.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNi4wIn0=-->
1 parent b4f5d32 commit b4329ee

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
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/credentials v1.12.23
99
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.34
1010
github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.16.0
11-
github.com/aws/aws-sdk-go-v2/service/acm v1.15.0
11+
github.com/aws/aws-sdk-go-v2/service/acm v1.15.2
1212
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.20
1313
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.12.18
1414
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.18

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.14 h1:ZSIPAkAsCCjYrhqfw2+lNzWDzxz
2727
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.14/go.mod h1:AyGgqiKv9ECM6IZeNQtdT8NnMvUb3/2wokeq2Fgryto=
2828
github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.16.0 h1:rPv8ZiaTIwLp4JOCQAQcgPx7i2a7FTRY7lnyrNS0HbU=
2929
github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.16.0/go.mod h1:l5+hat25VFsG9jpsXrtEYqw6Ih3pLaC5I4+8hrng7F4=
30-
github.com/aws/aws-sdk-go-v2/service/acm v1.15.0 h1:4sSa3cL8uzjlDolTToD9Euiyc6QlBKjXK2v1+AKarxs=
31-
github.com/aws/aws-sdk-go-v2/service/acm v1.15.0/go.mod h1:Z1R5+Iqa4L36pWaHVfj22p5pbyU4AK3LouizmYc/fuQ=
30+
github.com/aws/aws-sdk-go-v2/service/acm v1.15.2 h1:mVVton0wBx+DjcbqhwebiAe5IEIC4vPkXhcVKCWyVIc=
31+
github.com/aws/aws-sdk-go-v2/service/acm v1.15.2/go.mod h1:LR3qi788mHzUYfv2MNs+xwbvig6QlrPYVOhKv/Ae5M0=
3232
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.20 h1:Q6IzscGZ449enDjHFh7aRnmAP4sBTVycBcmVovWp2vU=
3333
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.20/go.mod h1:slYv4+WTWbvNEWX1rvyi7Z2pvWEhA/wb54ImWf5VmjM=
3434
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.12.18 h1:b+6dNRDFDdvW8wZcgHAW0LrLVoJQw5ACUMHU0WjV/1g=

0 commit comments

Comments
 (0)