Track all Go tools version in tools package (#2628)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2022-11-21 12:14:03 +05:30
committed by GitHub
parent d559628f29
commit 68286fe44e
13 changed files with 116 additions and 52 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ package v1
import (
"k8s.io/api/autoscaling/v2beta2"
corev1 "k8s.io/api/core/v1"
runtime "k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime"
)
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.