You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github.com/mattn/go-ieproxy performs syscalls which can panic due to unexpected signal on MacOS: mattn/go-ieproxy#35
This issue is fixed in github.com/mattn/[email protected]. However, given #29 and #31, it's probably better to remove this dependency rather than upgrade it.
@zezha-msft@adreed-msft Could one of you look at this issue and also #29 and #31? This dependency seems quite problematic. I considered submitting a PR to replace it with http.ProxyFromEnvironment, but it looks like it might be here for Windows support? Do you know why this dependency is needed?
github.com/mattn/go-ieproxy
performs syscalls which can panic due to unexpected signal on MacOS: mattn/go-ieproxy#35This issue is fixed in
github.com/mattn/[email protected]
. However, given #29 and #31, it's probably better to remove this dependency rather than upgrade it.The text was updated successfully, but these errors were encountered: