Closed ldx closed 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.
-u
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.