Switch to go mod from dep

This commit is contained in:
stefanprodan
2019-06-11 19:37:36 +03:00
parent 678f79fc61
commit 028933b635
18 changed files with 630 additions and 1346 deletions

5
hack/tools/tools.go Normal file
View File

@@ -0,0 +1,5 @@
package tools
import (
_ "k8s.io/code-generator"
)