In my glide.yaml file I am trying to specify some of the repostories my GoLang project is using. But I am struggeling to make it install/update my private bitbucket repostories.
At the moment it looks like this:
import:
- package: bitbucket.org/*****/go-repo
repo: https://*****@bitbucket.org/*****/go-repo.git
vcs: git
So my question is, how do I configure glide.yaml to access a private bitbucket repo?