Skip to content

Commit a463f34

Browse files
Merge pull request #56534 from allenpetersen/updateGengo
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Update gengo version to include goimports formatter Update gengo which now uses goimports to format code and organize imports. Fixes #55542 **Special notes for your reviewer**: Updates version of k8s.io/gengo Takes new dependency on golang.org/x/tools/imports and golang.org/x/tools/go/ast/astutil **Release Notes**: ```release-note NONE ``` Kubernetes-commit: 46eabb7d918d962a9c8e0474d41f9371081d47fa
2 parents cc51b76 + 4882ade commit a463f34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/apis/testapigroup/v1/zz_generated.conversion.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ limitations under the License.
2121
package v1
2222

2323
import (
24+
unsafe "unsafe"
25+
2426
meta_v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2527
testapigroup "k8s.io/apimachinery/pkg/apis/testapigroup"
2628
conversion "k8s.io/apimachinery/pkg/conversion"
2729
runtime "k8s.io/apimachinery/pkg/runtime"
28-
unsafe "unsafe"
2930
)
3031

3132
func init() {

0 commit comments

Comments
 (0)