Skip to content

Commit fe8fd70

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/inspector2 to v1.11.0 (#6483)
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 | minor | `v1.10.0` -> `v1.11.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.11.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.10.0...v1.11.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.10.0...v1.11.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 c7dd4a6 commit fe8fd70

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
@@ -56,7 +56,7 @@ require (
5656
github.com/aws/aws-sdk-go-v2/service/iam v1.19.0
5757
github.com/aws/aws-sdk-go-v2/service/identitystore v1.16.0
5858
github.com/aws/aws-sdk-go-v2/service/inspector v1.13.0
59-
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.10.0
59+
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.11.0
6060
github.com/aws/aws-sdk-go-v2/service/iot v1.33.0
6161
github.com/aws/aws-sdk-go-v2/service/kafka v1.18.2
6262
github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.0

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ github.com/aws/aws-sdk-go-v2/service/identitystore v1.16.0 h1:kaDCnnGZIeeKZdjGjk
158158
github.com/aws/aws-sdk-go-v2/service/identitystore v1.16.0/go.mod h1:mN2AeMZcyQWmPJhkrMU2fFUh2ZrUlLZER+V+YKplyMQ=
159159
github.com/aws/aws-sdk-go-v2/service/inspector v1.13.0 h1:4kZatO2FYgFO5CbkMqg+3R2uqUSipvFzHRo02NUHCsQ=
160160
github.com/aws/aws-sdk-go-v2/service/inspector v1.13.0/go.mod h1:yhb64vvxW/Op5JkExPqVAoRxYr/SF5x7mgddE5WP2K4=
161-
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.10.0 h1:F7M3ahO584qQU6yqD+gfPF2LrBeaytbYmLDks0hBtTw=
162-
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.10.0/go.mod h1:/QsVqJ/J9mmPWc0RD68wd49ZROMlVT6FEOGfZx7Bbhc=
161+
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.11.0 h1:MOVObNSnREy84X0f1kd9Zpo0rpt8sVffBwY0M4R8C3A=
162+
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.11.0/go.mod h1:/QsVqJ/J9mmPWc0RD68wd49ZROMlVT6FEOGfZx7Bbhc=
163163
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11 h1:y2+VQzC6Zh2ojtV2LoC0MNwHWc6qXv/j2vrQtlftkdA=
164164
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11/go.mod h1:iV4q2hsqtNECrfmlXyord9u4zyuFEJX9eLgLpSPzWA8=
165165
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.22 h1:kv5vRAl00tozRxSnI0IszPWGXsJOyA7hmEUHFYqsyvw=

0 commit comments

Comments
 (0)