Merge pull request #1490 from gofiber/dependabot/go_modules/dynamodb/β¦ #157
reviewdog [golangci] report
reported by reviewdog πΆ
Findings (5)
dynamodb.go|235 col 14| SA1019: aws.EndpointResolverWithOptionsFunc is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [EndpointResolver]. (staticcheck)
dynamodb.go|237 col 11| SA1019: aws.Endpoint is deprecated: This structure was used with the global [EndpointResolver] interface, which has been deprecated in favor of service-specific endpoint resolution. See the deprecation docs on that interface for more information. (staticcheck)
dynamodb.go|244 col 10| SA1019: aws.Endpoint is deprecated: This structure was used with the global [EndpointResolver] interface, which has been deprecated in favor of service-specific endpoint resolution. See the deprecation docs on that interface for more information. (staticcheck)
dynamodb.go|251 col 4| SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck)
dynamodb.go|261 col 3| SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck)
Filtered Findings (0)
Annotations
Check failure on line 235 in dynamodb.go
github-actions / golangci
[golangci] dynamodb.go#L235
SA1019: aws.EndpointResolverWithOptionsFunc is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [EndpointResolver]. (staticcheck)
Raw output
dynamodb.go:235:14: SA1019: aws.EndpointResolverWithOptionsFunc is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [EndpointResolver]. (staticcheck)
endpoint := aws.EndpointResolverWithOptionsFunc(func(service, region string, options ...interface{}) (aws.Endpoint, error) {
^
Check failure on line 237 in dynamodb.go
github-actions / golangci
[golangci] dynamodb.go#L237
SA1019: aws.Endpoint is deprecated: This structure was used with the global [EndpointResolver] interface, which has been deprecated in favor of service-specific endpoint resolution. See the deprecation docs on that interface for more information. (staticcheck)
Raw output
dynamodb.go:237:11: SA1019: aws.Endpoint is deprecated: This structure was used with the global [EndpointResolver] interface, which has been deprecated in favor of service-specific endpoint resolution. See the deprecation docs on that interface for more information. (staticcheck)
return aws.Endpoint{
^
Check failure on line 244 in dynamodb.go
github-actions / golangci
[golangci] dynamodb.go#L244
SA1019: aws.Endpoint is deprecated: This structure was used with the global [EndpointResolver] interface, which has been deprecated in favor of service-specific endpoint resolution. See the deprecation docs on that interface for more information. (staticcheck)
Raw output
dynamodb.go:244:10: SA1019: aws.Endpoint is deprecated: This structure was used with the global [EndpointResolver] interface, which has been deprecated in favor of service-specific endpoint resolution. See the deprecation docs on that interface for more information. (staticcheck)
return aws.Endpoint{}, &aws.EndpointNotFoundError{}
^
Check failure on line 251 in dynamodb.go
github-actions / golangci
[golangci] dynamodb.go#L251
SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck)
Raw output
dynamodb.go:251:4: SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck)
awsconfig.WithEndpointResolverWithOptions(endpoint),
^
Check failure on line 261 in dynamodb.go
github-actions / golangci
[golangci] dynamodb.go#L261
SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck)
Raw output
dynamodb.go:261:3: SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck)
awsconfig.WithEndpointResolverWithOptions(endpoint),
^