Skip to content

Commit

Permalink
Fix lint issues with goimports
Browse files Browse the repository at this point in the history
Signed-off-by: Ishan Gupta <gishan@vmware.com>
  • Loading branch information
ishangupta-ds committed Mar 20, 2024
1 parent 44af737 commit b0dd2b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/models/policy/recipe/network/custom_egress.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ package policyrecipenetworkmodel

import (
"github.com/go-openapi/swag"

policyrecipenetworkcommonmodel "github.com/vmware/terraform-provider-tanzu-mission-control/internal/models/policy/recipe/network/common"
)

Expand Down
1 change: 1 addition & 0 deletions internal/models/policy/recipe/network/custom_ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ package policyrecipenetworkmodel

import (
"github.com/go-openapi/swag"

policyrecipenetworkcommonmodel "github.com/vmware/terraform-provider-tanzu-mission-control/internal/models/policy/recipe/network/common"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

"github.com/vmware/terraform-provider-tanzu-mission-control/internal/authctx"
"github.com/vmware/terraform-provider-tanzu-mission-control/internal/client/proxy"
"github.com/vmware/terraform-provider-tanzu-mission-control/internal/models/backupschedule/cluster"
backupschedulemodels "github.com/vmware/terraform-provider-tanzu-mission-control/internal/models/backupschedule/cluster"
backupscheduleclustergroupmodels "github.com/vmware/terraform-provider-tanzu-mission-control/internal/models/backupschedule/clustergroup"
backupscheduleres "github.com/vmware/terraform-provider-tanzu-mission-control/internal/resources/backupschedule"
testhelper "github.com/vmware/terraform-provider-tanzu-mission-control/internal/resources/testing"
Expand Down
1 change: 1 addition & 0 deletions internal/resources/helmrelease/spec/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"time"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"

"github.com/vmware/terraform-provider-tanzu-mission-control/internal/helper"
releaseclustermodel "github.com/vmware/terraform-provider-tanzu-mission-control/internal/models/helmrelease/cluster"
)
Expand Down

0 comments on commit b0dd2b1

Please sign in to comment.