Olá pessoal,
Os packages: github.com/alura/db, github.com/alura/models, github.com/Alura/controllers, github.com/Alura/routes
Apresentam esses erros:
go: module github.com/alura/db: git ls-remote -q origin in C:\Users\msantos\go\pkg\mod\cache\vcs\091781196c8c1019225333d8a483747f499a2990db1209e13b03150f1c77d7fd: exit status 128: fatal: Cannot prompt because user interactivity has been disabled. remote: Repository not found. fatal: repository 'github.com/alura/db/' not found.
go: module github.com/alura/models: git ls-remote -q origin in C:\Users\msantos\go\pkg\mod\cache\vcs\091781196c8c1019225333d8a483747f499a2990db1209e13b03150f1c77d7fd: exit status 128:
fatal: Cannot prompt because user interactivity has been disabled.
remote: Repository not found.
fatal: repository 'github.com/alura/models/' not found.
go: module github.com/Alura/controllers: git ls-remote -q origin in C:\Users\msantos\go\pkg\mod\cache\vcs\091781196c8c1019225333d8a483747f499a2990db1209e13b03150f1c77d7fd: exit status 128:
fatal: Cannot prompt because user interactivity has been disabled.
remote: Repository not found.
fatal: repository 'github.com/Alura/controllers/' not found.
go: module github.com/Alura/routes: git ls-remote -q origin in C:\Users\msantos\go\pkg\mod\cache\vcs\091781196c8c1019225333d8a483747f499a2990db1209e13b03150f1c77d7fd: exit status 128: fatal: Cannot prompt because user interactivity has been disabled. remote: Repository not found. fatal: repository 'https://github.com/Alura/routes/' not found.
Como posso resolver isso?
Grato pela atenção.