Created by: cbusbey
In practice, including vendor dependencies with a Go library is fraught with peril. This PR removes the vendor source, but leaves the vendor manifest for versioning.
See this excellent article from Peter Bourgon which touches on some vendor library caveats.