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
http://github.com/variadico/vbs not found when installing deps
Use case
building your package
Steps to reproduce
build your package
Expected behavior
successful build
Actual behavior
dep ensure
Solving failure:
(1) failed to list versions for https://github.com/variadico/vbs: fatal: could not read Username for'https://github.com': terminal prompts disabled
:exit status 128
(2) failed to list versions for ssh://[email protected]/variadico/vbs: Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
:exit status 128
(3) failed to list versions for git://github.com/variadico/vbs: fatal: remote error:
Repository not found.
:exit status 128
(4) failed to list versions for http://github.com/variadico/vbs: fatal: could not read Username for'https://github.com': terminal prompts disabled
:exit status 128
Version
golang 1.12
Side note
go module support would be nice
The text was updated successfully, but these errors were encountered:
The whole point of vendoring is to avoid situations like these. It sucks that modules have broken this behavior.
By the way, I've moved over the dev branch to modules. You still have the same problem, but if you need to build from source, then you can just do make build. https://github.com/variadico/noti/tree/dev
I'm gonna close this for now because there's not much else we can do until 1.14. The code does build when you set the vendor flag and modules is coming in noti 3.2.0.
Description
http://github.com/variadico/vbs
not found when installing depsUse case
building your package
Steps to reproduce
build your package
Expected behavior
successful build
Actual behavior
Version
golang 1.12
Side note
go module support would be nice
The text was updated successfully, but these errors were encountered: