github.com/aclisp/heapster@v0.19.2-0.20160613100040-51756f899a96/docs/hacking.md (about) 1 # Hacking 2 3 ### Godep 4 5 We use [go-extpoints](https://github.com/progrium/go-extpoints) to generate 6 code, which is included via Godeps. When you want to update the dependencies, 7 make sure to run `godep save ./... github.com/progrium/go-extpoints` instead 8 of the usual `godep save ./...` to not remove the vendored `go-extpoints`. 9 10 Even if you do, Travis should catch that since `hooks/run-extpoints.sh` 11 depends on those vendored source files.