Leiningen (https://github.com/technomancy/leiningen) looks into some default repositories to satisfy the dependencies specified in your project.clj.
I want to browse
As of October 2020, leiningen uses the following default repositories:
They are hardcoded into leiningen in the namespace leiningen.core.project as a default-repos dictionary.
leiningen.core.project