chore: adds consistent vanity import to files and provides tooling for verifying and updating them. (#120642)

* chore: drops update vanity imports from script.

* chore: changes copyright year to 2024.

* chore: makes lint happy.
This commit is contained in:
José Carlos Chávez
2024-02-08 13:33:30 +01:00
committed by GitHub
parent f07b47c3d1
commit 6d6398ef92
37 changed files with 72 additions and 33 deletions

View File

@@ -23,6 +23,7 @@ import (
_ "github.com/aojea/sloppy-netparser"
_ "github.com/client9/misspell/cmd/misspell"
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/jcchavezs/porto/cmd/porto"
_ "honnef.co/go/tools/cmd/staticcheck"
_ "sigs.k8s.io/logtools/logcheck"