kubernetes/docs/getting-started-guides
Filipe Brandenburger 4df5573967 Remove build dependency on godep
Instead of using `godep path`, we can simply set the GOPATH directly to
point to the Godeps/_workspace. We can still use `godep` to manage the
dependencies on the Godeps/ tree, but we don't need to have it available
for straight builds from git.

v2: Rebased and moved to inside kube::setup_go_environment() function.

Tested:
- Built it without godep in $PATH:
  $ hack/build-go.sh
- Ran unit tests without godep in $PATH:
  $ hack/test-go.sh
- Retested after rebase.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
2014-08-27 17:15:09 -07:00
..
azure.md Added getting started guide for Azure. 2014-08-27 16:36:44 -07:00
coreos.md Move getting started guides to dedicated directory 2014-08-03 13:16:18 -07:00
fedora.md Move getting started guides to dedicated directory 2014-08-03 13:16:18 -07:00
gce.md Remove build dependency on godep 2014-08-27 17:15:09 -07:00
locally.md note linux dependency in local getting-started-guide 2014-08-16 20:51:18 +00:00
vagrant.md apiserver listen on 0.0.0.0 in vagrant 2014-08-14 10:02:04 -04:00
vsphere.md Remove build dependency on godep 2014-08-27 17:15:09 -07:00