gitextract__8nqrtm7/ ├── .dir-locals.el ├── .github/ │ └── workflows/ │ └── test.yaml ├── .gitignore ├── CHANGES.md ├── CODE_OF_CONDUCT.md ├── README-v1.md ├── README.md ├── UNLICENSE ├── build.clj ├── deps.edn ├── mise.toml ├── src/ │ └── depot/ │ ├── outdated/ │ │ ├── main.clj │ │ ├── resolve_virtual.clj │ │ └── update.clj │ ├── outdated.clj │ └── zip.clj ├── test/ │ └── depot/ │ ├── outdated/ │ │ ├── resolve_virtual_test.clj │ │ └── update_test.clj │ └── zip_test.clj └── tests.edn