kovetskiy/manul

Custom repository domains

dennwc opened this issue · 4 comments

When trying to vendor packages like google.golang.org/api or bazil.org/fuse manul fails with timeout errors. This may be related to the use of git+ssh scheme instead of https (#8).

Possible fix in #18.

The bug is still here : everything is ok with github.com url, but gopkg.in/yaml.v2 doesn't work.

This issue is caused by when missing go-get param when querying the site. Proposed fix in #25.

Fixed due to #25.