These changes provide support for private repos via https basic auth and/or ssh public keys.
This also removes the reliance on github and allows using other repos (github, bitbucket, etc)
@tmrts DO NOT MERGE THIS...
To get private repos / auth working requires upstream changes. They are as follows:
need support for hashed hostnames in crypto/ssh/knownhosts
need gopkg.in/src-d/go-git.v4 rebased with master once these changes are pulled in
Once all of the above is complete, this PR can be merged.
In the meantime, I've vendored the dependencies in the bolir project and made the above changes to get it working. Attached is a zip file of the project with the vendored dependencies. You should be able to extract and run go install to test it out.
This fixes #11
These changes provide support for private repos via https basic auth and/or ssh public keys. This also removes the reliance on github and allows using other repos (github, bitbucket, etc)
@tmrts DO NOT MERGE THIS... To get private repos / auth working requires upstream changes. They are as follows:
Once all of the above is complete, this PR can be merged. In the meantime, I've vendored the dependencies in the bolir project and made the above changes to get it working. Attached is a zip file of the project with the vendored dependencies. You should be able to extract and run
go install
to test it out.boilr.zip