Skip to content

Commit 9d0d133

Browse files
ndeloofglours
authored andcommitted
use upstream goderive
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 35c575c commit 9d0d133

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fmt: ## Format go files
3232

3333
.PHONY: deepcopy
3434
deepcopy:
35-
goderive -h >/dev/null 2>&1 || go install github.com/ndeloof/goderive@fcca624b32e4a982a95a6034d7627b3c6b9a674e
35+
goderive -h >/dev/null 2>&1 || go install github.com/awalterschulze/goderive@0a721d5b1d722ae6ba0dddefa1200607ca3ece97
3636
goderive ./types/...
3737

3838
.PHONY: build-validate-image

types/derived.gen.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)