File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,13 @@ import (
3333 "time"
3434
3535 "github.com/cevatbarisyilmaz/ara"
36-
37- "github.com/aws/aws-sdk-go/aws"
38- "github.com/aws/aws-sdk-go/aws/awserr"
39- "github.com/aws/aws-sdk-go/aws/credentials"
40- "github.com/aws/aws-sdk-go/aws/session"
41- "github.com/aws/aws-sdk-go/service/s3"
42- "github.com/aws/aws-sdk-go/service/s3/s3manager"
36+ "github.com/aws/smithy-go"
4337
4438 "github.com/aws/aws-sdk-go-v2/aws"
4539 "github.com/aws/aws-sdk-go-v2/credentials"
4640 s3manager "github.com/aws/aws-sdk-go-v2/feature/s3/manager"
4741 "github.com/aws/aws-sdk-go-v2/service/s3"
4842 s3types "github.com/aws/aws-sdk-go-v2/service/s3/types"
49- "github.com/cevatbarisyilmaz/ara"
5043
5144 "github.com/johannesboyne/gofakes3"
5245 "github.com/johannesboyne/gofakes3/backend/s3mem"
You can’t perform that action at this time.
0 commit comments