What's the best way of "normalizing" ns declarations? i.e., I have something like this:
(:require [foo [core] [utils]]) ;;; I want to convert that into: (:require [foo.core] [foo.utils])