Incorrect 404 error when importing an explicit version of a package
Hi 
I get this error:
"Implicitly using latest version (v1.5.2) for https://deno.land/x/cheetah/mod.ts"
So, I change the import URL to this: https://deno.land/x/cheetah@1.5.2/mod.ts
And now I get a 404 error package not found!
Another thing about this package is that different repos are set to different versions! And the repo for the latest version is archived.
https://deno.land/x/cheetah@v1.5.2
https://deno.land/x/cheetah@v1.5.0
I get this error:
"Implicitly using latest version (v1.5.2) for https://deno.land/x/cheetah/mod.ts"
So, I change the import URL to this: https://deno.land/x/cheetah@1.5.2/mod.ts
And now I get a 404 error package not found!
Another thing about this package is that different repos are set to different versions! And the repo for the latest version is archived.
https://deno.land/x/cheetah@v1.5.2
https://deno.land/x/cheetah@v1.5.0
