mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Optimize lint/fmt issues
This commit is contained in:
parent
106508701a
commit
ff19991e27
1 changed files with 4 additions and 5 deletions
|
@ -20,14 +20,13 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/IBM/go-sdk-core/v5/core"
|
||||
"github.com/external-secrets/external-secrets/pkg/utils"
|
||||
"github.com/tidwall/gjson"
|
||||
"k8s.io/apimachinery/pkg/types"
|
||||
|
||||
core "github.com/IBM/go-sdk-core/v5/core"
|
||||
sm "github.com/IBM/secrets-manager-go-sdk/secretsmanagerv1"
|
||||
esv1beta1 "github.com/external-secrets/external-secrets/apis/externalsecrets/v1beta1"
|
||||
utils "github.com/external-secrets/external-secrets/pkg/utils"
|
||||
gjson "github.com/tidwall/gjson"
|
||||
corev1 "k8s.io/api/core/v1"
|
||||
types "k8s.io/apimachinery/pkg/types"
|
||||
ctrl "sigs.k8s.io/controller-runtime"
|
||||
kclient "sigs.k8s.io/controller-runtime/pkg/client"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue