Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4790 from hashicorp/go-fmt-installutil-helm
Browse files Browse the repository at this point in the history
go fmt ./internal/installutil/helm/helm.go
  • Loading branch information
jgwhite authored Jun 7, 2023
2 parents 3edb9b2 + 46a2d43 commit 0ed7cc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/installutil/helm/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (

"github.com/google/go-github/github"
"github.com/hashicorp/go-hclog"
"github.com/hashicorp/waypoint/builtin/k8s"
"helm.sh/helm/v3/pkg/action"
"helm.sh/helm/v3/pkg/chart"
"helm.sh/helm/v3/pkg/chart/loader"
Expand All @@ -23,6 +22,8 @@ import (
"k8s.io/client-go/rest"
"k8s.io/client-go/restmapper"
"k8s.io/client-go/tools/clientcmd"

"github.com/hashicorp/waypoint/builtin/k8s"
)

// restClientGetter is a RESTClientGetter interface implementation for the
Expand Down

0 comments on commit 0ed7cc0

Please sign in to comment.