Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/source/aws/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.20
github.com/aws/aws-sdk-go-v2/service/guardduty v1.16.4
github.com/aws/aws-sdk-go-v2/service/iam v1.18.24
github.com/aws/aws-sdk-go-v2/service/identitystore v1.15.8
github.com/aws/aws-sdk-go-v2/service/identitystore v1.15.9
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.20
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.9.1
github.com/aws/aws-sdk-go-v2/service/iot v1.32.1
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 @@ -153,8 +153,8 @@ github.com/aws/aws-sdk-go-v2/service/guardduty v1.16.4 h1:M82gFClPa9d/QDJmRyZRry
github.com/aws/aws-sdk-go-v2/service/guardduty v1.16.4/go.mod h1:OsoFNbV+qgyhNknBfwuOfdyJkjIZl0oTtqjmfSmb9Qw=
github.com/aws/aws-sdk-go-v2/service/iam v1.18.24 h1:BFn0cIQxNzbOLGU62Wa3R93vZWLgpPveviRvy/dOFtE=
github.com/aws/aws-sdk-go-v2/service/iam v1.18.24/go.mod h1:zLk41FZN1dZaTK6b0fSEbL4aO/Lvf1ihBXoT+BupDeA=
github.com/aws/aws-sdk-go-v2/service/identitystore v1.15.8 h1:HCU6HS1/EjV5/YxvJn/R8YThc9Gsuqwav1XgFIn1rOk=
github.com/aws/aws-sdk-go-v2/service/identitystore v1.15.8/go.mod h1:6GM7bl2aT0wEQZyt7xmcS73j+p+sllsJ4AUUs0wGaPI=
github.com/aws/aws-sdk-go-v2/service/identitystore v1.15.9 h1:d93DFhdoRG59asXPsHRK4eJMrTFZkCSjF5VoVHqry0w=
github.com/aws/aws-sdk-go-v2/service/identitystore v1.15.9/go.mod h1:mN2AeMZcyQWmPJhkrMU2fFUh2ZrUlLZER+V+YKplyMQ=
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.20 h1:fEW6ZAJMvga3unKf4NuU4GMK0suzgRfwGKwEshcQ9i8=
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.20/go.mod h1:8Nf9HAOXo/+kcT26RvqaKZ7apXqL1U7PVyY1bQVDffA=
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.9.1 h1:PDnJtn6RyZzenxcF9rC18EC0CfE+qBvxwv3Us2ITA9Q=
Expand Down