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
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
I'm facing a lot of trouble with accessing internal github projects using dep.
I managed to get an inital lock and toml file using init, but ensure does not seem to use the sources specified in these files: it tries to access the https url instead of the git one, leading to errors when fetching.
Is this expected behavior? I would imagine ensure would be using the sources provided in the lock file.
The text was updated successfully, but these errors were encountered:
I'm facing a lot of trouble with accessing internal github projects using dep.
I managed to get an inital lock and toml file using
init
, butensure
does not seem to use the sources specified in these files: it tries to access the https url instead of the git one, leading to errors when fetching.Is this expected behavior? I would imagine
ensure
would be using the sources provided in the lock file.The text was updated successfully, but these errors were encountered: