I needed a way to cache a large number of Terraform providers without the need to clone code repositories and run "terraform init" for each project on the golden image of our CI system. Caching Terraform providers prevents errors when many Terraform commands run in parallel and need to download the same provider (related issue: https://github.com/runatlantis/atlantis/issues/2242).
On the other hand, this tool is the perfect excuse for me to gain real-world experience with Go :D