samuong / alpaca

A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication.
Apache License 2.0
184 stars 31 forks source link

Update module path to v2 #113

Closed samuong closed 1 year ago

samuong commented 1 year ago

This also removes the main package's dependency on the cancelable package. That package is no longer used in as many places as when it was introduced, and I don't think it's worth the cost of the abstraction. Also I don't really want to maintain this in v2 onwards.

Fixes #110