elotl / kip

Virtual-kubelet provider running pods in cloud instances
Apache License 2.0
223 stars 14 forks source link

Fix deepcopy-gen install #128

Closed ldx closed 4 years ago

ldx commented 4 years ago

Using -u with go get will try to update dependencies, and it seems a minor version change broke something in one of them, making the installation of deepcopy-gen fail. Removing -u fixes the problem.