Skip to content

Commit

Permalink
fix: wrong import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabricio committed Feb 27, 2025
1 parent fc52c08 commit 4fce343
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Empty file removed claim.yaml
Empty file.
2 changes: 0 additions & 2 deletions pkg/databaseclaim/databaseclaim.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ import (
"strings"
"time"

crossplaneaws "github.com/crossplane-contrib/provider-aws/apis/rds/v1alpha1"
xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
"github.com/go-logr/logr"
_ "github.com/lib/pq"
gopassword "github.com/sethvargo/go-password/password"
"github.com/spf13/viper"
crossplanegcp "github.com/upbound/provider-gcp/apis/alloydb/v1beta2"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/utils/ptr"
Expand Down

0 comments on commit 4fce343

Please sign in to comment.