Skip to content

Commit 61c4d82

Browse files
authored
refactor: use prompt package from salt (#149)
1 parent bf9cff1 commit 61c4d82

2 files changed

Lines changed: 1 addition & 74 deletions

File tree

cmd/namespace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"github.com/MakeNowJust/heredoc"
99
"github.com/dustin/go-humanize"
1010
"github.com/odpf/salt/printer"
11+
"github.com/odpf/salt/prompt"
1112
"github.com/odpf/salt/term"
12-
"github.com/odpf/stencil/pkg/prompt"
1313
stencilv1beta1 "github.com/odpf/stencil/proto/odpf/stencil/v1beta1"
1414
"github.com/spf13/cobra"
1515
"google.golang.org/grpc/codes"

pkg/prompt/prompt.go

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)