Skip to content

Commit c0dda14

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/inspector2 to v1.9.1 (#5356)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/inspector2](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.9.0` -> `v1.9.1` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.9.1`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.9.0...v1.9.1) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.9.0...v1.9.1) </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 055b345 commit c0dda14

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ require (
5454
github.com/aws/aws-sdk-go-v2/service/iam v1.18.24
5555
github.com/aws/aws-sdk-go-v2/service/identitystore v1.15.8
5656
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.20
57-
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.9.0
57+
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.9.1
5858
github.com/aws/aws-sdk-go-v2/service/iot v1.32.1
5959
github.com/aws/aws-sdk-go-v2/service/kafka v1.18.0
6060
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.25

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ github.com/aws/aws-sdk-go-v2/service/identitystore v1.15.8 h1:HCU6HS1/EjV5/YxvJn
157157
github.com/aws/aws-sdk-go-v2/service/identitystore v1.15.8/go.mod h1:6GM7bl2aT0wEQZyt7xmcS73j+p+sllsJ4AUUs0wGaPI=
158158
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.20 h1:fEW6ZAJMvga3unKf4NuU4GMK0suzgRfwGKwEshcQ9i8=
159159
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.20/go.mod h1:8Nf9HAOXo/+kcT26RvqaKZ7apXqL1U7PVyY1bQVDffA=
160-
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.9.0 h1:SL5DEAgMgkGbKedB8+bFJRgWyBCgNd8ccchq2QvCdzo=
161-
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.9.0/go.mod h1:JQ5AuJSKfbTRJadoaBD52g5fwMLdz4cwJ2eM1/VlLWU=
160+
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.9.1 h1:PDnJtn6RyZzenxcF9rC18EC0CfE+qBvxwv3Us2ITA9Q=
161+
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.9.1/go.mod h1:LpTRpm7NPHUgkG/L0uAEYbx9VequJPA6xF5SNVXg7fk=
162162
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11 h1:y2+VQzC6Zh2ojtV2LoC0MNwHWc6qXv/j2vrQtlftkdA=
163163
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11/go.mod h1:iV4q2hsqtNECrfmlXyord9u4zyuFEJX9eLgLpSPzWA8=
164164
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.21 h1:77b1GfaSuIok5yB/3HYbG+ypWvOJDQ2rVdq943D17R4=

0 commit comments

Comments
 (0)