On a repo with a private dependency, the command `go mod download` fails when git prompts for a username + password. There are a few ways to authenticate: - Username + password - GitHub token - SSH key Perhaps the info could be passed via environment variables or mounting files in the `lsif-go` container.
On a repo with a private dependency, the command
go mod downloadfails when git prompts for a username + password.There are a few ways to authenticate:
Perhaps the info could be passed via environment variables or mounting files in the
lsif-gocontainer.