File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ package bootstrap
2
2
3
3
import (
4
4
_ "embed"
5
- "github.com/pubgo/fastcommit/configs"
6
5
7
6
"github.com/adrg/xdg"
7
+ "github.com/pubgo/fastcommit/configs"
8
8
"github.com/pubgo/fastcommit/utils"
9
9
"github.com/pubgo/funk/assert"
10
10
)
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ package fastcommit
3
3
import (
4
4
"context"
5
5
"fmt"
6
+ "log/slog"
7
+ "os"
8
+ "sort"
9
+
6
10
tea "github.com/charmbracelet/bubbletea"
7
11
"github.com/charmbracelet/x/term"
8
12
"github.com/pubgo/dix"
@@ -16,9 +20,6 @@ import (
16
20
"github.com/pubgo/funk/version"
17
21
"github.com/sashabaranov/go-openai"
18
22
"github.com/urfave/cli/v3"
19
- "log/slog"
20
- "os"
21
- "sort"
22
23
)
23
24
24
25
type Params struct {
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package fastcommit
2
2
3
3
import (
4
4
"fmt"
5
+
5
6
"github.com/charmbracelet/bubbles/textinput"
6
7
tea "github.com/charmbracelet/bubbletea"
7
8
semver "github.com/hashicorp/go-version"
Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ package tagcmd
2
2
3
3
import (
4
4
"fmt"
5
+ "log/slog"
6
+
5
7
"github.com/charmbracelet/bubbles/spinner"
6
8
"github.com/charmbracelet/bubbles/textinput"
7
9
tea "github.com/charmbracelet/bubbletea"
8
10
"github.com/charmbracelet/lipgloss"
9
11
semver "github.com/hashicorp/go-version"
10
- "log/slog"
11
12
)
12
13
13
14
type model struct {
You can’t perform that action at this time.
0 commit comments