Skip to content

Commit 9a66cf0

Browse files
committed
fix CI issue (#586)
1 parent f77e6cf commit 9a66cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import (
55
"strconv"
66
"strings"
77

8+
"github.com/gonvenience/bunt"
89
"github.com/mgutz/ansi"
910
"github.com/spf13/cobra"
1011
"golang.org/x/term"
11-
"github.com/gonvenience/bunt"
1212
)
1313

1414
const rootCmdLongUsage = `

0 commit comments

Comments
 (0)