Fix SA1019 deprecations: option.WithCredentialsJSON and middleware.LoggerWithConfig
Address 2 staticcheck deprecation warnings:
option.WithCredentialsJSON in checks/database_backup_gcp.go:145 - use google.CredentialsFromJSON() instead
middleware.LoggerWithConfig in pkg/echo/server.go:48 - use middleware.RequestLoggerWithConfig instead
Fix SA1019 deprecations: option.WithCredentialsJSON and middleware.LoggerWithConfig
Address 2 staticcheck deprecation warnings:
option.WithCredentialsJSONin checks/database_backup_gcp.go:145 - usegoogle.CredentialsFromJSON()insteadmiddleware.LoggerWithConfigin pkg/echo/server.go:48 - usemiddleware.RequestLoggerWithConfiginstead