kevva / download

Download and extract files
MIT License
1.28k stars 199 forks source link

Replace got with fetch? #230

Open jimmywarting opened 1 year ago

jimmywarting commented 1 year ago

What would you think of using fetch instead of got to download things? fetch comes built in now.

m10rten commented 6 months ago

+1 this since got version used in this package is outdated

CodingAnarchy commented 4 months ago

The outdated got version is also introducing vulnerabilities, both directly and through its transitive dependencies.