Merge pull request #22806 from derekwaynecarr/devel_doc

Comment that godep versions 54 or above do not play nice with Kubernetes
pull/6/head
Andy Goldstein 2016-03-10 15:29:48 -05:00
commit d5d3f92de6
1 changed files with 10 additions and 0 deletions

View File

@ -166,6 +166,16 @@ export GOPATH=$HOME/go-tools
export PATH=$PATH:$GOPATH/bin
```
Note:
At this time, godep update in the Kubernetes project only works properly if your version of godep is < 54.
To check your version of godep:
```sh
$ godep version
godep v53 (linux/amd64/go1.5.3)
```
### Using godep
Here's a quick walkthrough of one way to use godeps to add or update a Kubernetes dependency into Godeps/_workspace. For more details, please see the instructions in [godep's documentation](https://github.com/tools/godep).