Skip to content

Commit 03df4a5

Browse files
authored
Fix import groups in kubernetes/planpreview/plugin.go (#6225)
1 parent 2cd6855 commit 03df4a5

File tree

1 file changed

+3
-3
lines changed
  • pkg/app/pipedv1/plugin/kubernetes/planpreview

1 file changed

+3
-3
lines changed

pkg/app/pipedv1/plugin/kubernetes/planpreview/plugin.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ import (
1818
"context"
1919
"fmt"
2020

21+
sdk "github.com/pipe-cd/piped-plugin-sdk-go"
22+
"github.com/pipe-cd/piped-plugin-sdk-go/diff"
23+
2124
kubeconfig "github.com/pipe-cd/pipecd/pkg/app/pipedv1/plugin/kubernetes/config"
2225
"github.com/pipe-cd/pipecd/pkg/app/pipedv1/plugin/kubernetes/provider"
2326
"github.com/pipe-cd/pipecd/pkg/app/pipedv1/plugin/kubernetes/toolregistry"
24-
"github.com/pipe-cd/piped-plugin-sdk-go/diff"
25-
26-
sdk "github.com/pipe-cd/piped-plugin-sdk-go"
2727
)
2828

2929
var (

0 commit comments

Comments
 (0)