I have deployed my Golang sls on Vercel, now I'm trying to add one of my private repo as a dependency, but during deployment I'm seeing follwing error
Error: Command failed: go mod tidy
go: github.com/user/[email protected]: reading github.com/user/repo/go.mod at revision v0.0.1: unknown revision v0.0.1
the revision/tag exists and I could set up and test everything from local. But I don't see in any vercel docs how I can configure Vercel to access these private repos. Vercel has read access to my GitHub private repo(dependency).