File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"golang.org/x/sync/semaphore"
13
13
)
14
14
15
- const ScannerParallelQueries = 16
15
+ const ScannerParallelQueries = 2
16
16
17
17
func Scan (region * Region , resourceTypes []string ) <- chan * Item {
18
18
s := & scanner {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/rebuy-de/aws-nuke/v2
3
3
go 1.19
4
4
5
5
require (
6
- github.com/aws/aws-sdk-go v1.44.230
6
+ github.com/aws/aws-sdk-go v1.44.235
7
7
github.com/fatih/color v1.15.0
8
8
github.com/golang/mock v1.6.0
9
9
github.com/google/uuid v1.3.0
Original file line number Diff line number Diff line change 1
- github.com/aws/aws-sdk-go v1.44.230 h1:dcn7TjLyx/31I+0XytMGYRxDc756BRUzsSYVcSyKZlk =
2
- github.com/aws/aws-sdk-go v1.44.230 /go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI =
1
+ github.com/aws/aws-sdk-go v1.44.235 h1:5MS1ZW1Pr27mmHFqqjuXYwGMlNTW/g6DqU5ekamPMeU =
2
+ github.com/aws/aws-sdk-go v1.44.235 /go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI =
3
3
github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
4
4
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
5
5
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments