mirror of
https://github.com/lingble/talos.git
synced 2025-12-01 13:23:52 +00:00
chore: fix formatting of imports
This PR cleans up the formatting for various package imports as they were causing the linter to throw errors. Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
This commit is contained in:
committed by
Spencer Smith
parent
1cbbf9cd5a
commit
fa82454be4
@@ -5,7 +5,6 @@
|
||||
package kubernetes
|
||||
|
||||
import (
|
||||
stdlibx509 "crypto/x509"
|
||||
"encoding/json"
|
||||
"encoding/pem"
|
||||
"errors"
|
||||
@@ -15,6 +14,8 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
stdlibx509 "crypto/x509"
|
||||
|
||||
corev1 "k8s.io/api/core/v1"
|
||||
policy "k8s.io/api/policy/v1beta1"
|
||||
apierrors "k8s.io/apimachinery/pkg/api/errors"
|
||||
|
||||
Reference in New Issue
Block a user