Skip to content

Commit

Permalink
fix: linter 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiGuranIonos committed Nov 11, 2024
1 parent 94f6dde commit 11e40aa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package statefulserverset
import (
"context"
"fmt"

Check failure on line 5 in internal/controller/compute/statefulserverset/serverset_controller.go

View workflow job for this annotation

GitHub Actions / lint

File is not `goimports`-ed with -local github.com/ionos-cloud/crossplane-provider-ionoscloud (goimports)

xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
"github.com/crossplane/crossplane-runtime/pkg/logging"
apiErrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
"sigs.k8s.io/controller-runtime/pkg/client"

xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
"github.com/crossplane/crossplane-runtime/pkg/logging"

"github.com/ionos-cloud/crossplane-provider-ionoscloud/apis/compute/v1alpha1"
"github.com/ionos-cloud/crossplane-provider-ionoscloud/pkg/kube"
)
Expand Down

0 comments on commit 11e40aa

Please sign in to comment.