Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #983 from kinvolk/invidian/fix-imports
Browse files Browse the repository at this point in the history
pkg/platform: fix imports order
  • Loading branch information
invidian authored Sep 18, 2020
2 parents e995064 + aadb238 commit ede4848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/platform/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ import (
"path/filepath"

"github.com/hashicorp/hcl/v2"
"helm.sh/helm/v3/pkg/chart"

"github.com/kinvolk/lokomotive/pkg/assets"
"github.com/kinvolk/lokomotive/pkg/helm"
"github.com/kinvolk/lokomotive/pkg/terraform"
"github.com/kinvolk/lokomotive/pkg/version"
"helm.sh/helm/v3/pkg/chart"
)

// CommonControlPlaneCharts returns a list of control plane Helm charts to be deployed for all
Expand Down

0 comments on commit ede4848

Please sign in to comment.