Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Hromada <[email protected]>
  • Loading branch information
ruanda committed Nov 28, 2023
1 parent 57358ba commit ed6f58c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/providers/gkms/gkms.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import (
"fmt"
"os"

"github.com/helmfile/vals/pkg/api"
"github.com/helmfile/vals/pkg/log"
"gopkg.in/yaml.v3"

kms "cloud.google.com/go/kms/apiv1"
kmspb "cloud.google.com/go/kms/apiv1/kmspb"
"gopkg.in/yaml.v3"

"github.com/helmfile/vals/pkg/api"
"github.com/helmfile/vals/pkg/log"
)

type provider struct {
Expand Down

0 comments on commit ed6f58c

Please sign in to comment.