Skip to content

Commit 1074576

Browse files
committed
change module to spark
1 parent b0e3d96 commit 1074576

23 files changed

Lines changed: 29 additions & 34 deletions

.github-task-workflow.active-issue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3
1+
4

cmd/agent.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package cmd
22

33
import (
44
"fmt"
5-
"monolize/internal/agent"
6-
"monolize/internal/tui"
5+
"spark/internal/agent"
6+
"spark/internal/tui"
77
"strings"
88

99
"github.com/pterm/pterm"

cmd/agent_profile.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package cmd
22

33
import (
44
"fmt"
5-
"monolize/internal/agent"
6-
"monolize/internal/tui"
5+
"spark/internal/agent"
6+
"spark/internal/tui"
77

88
"github.com/pterm/pterm"
99
"github.com/spf13/cobra"

cmd/git/clone_org.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package git
22

33
import (
44
"fmt"
5-
"monolize/internal/github"
5+
"spark/internal/github"
66
"os"
77
"os/exec"
88
"strings"

cmd/git/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package git
22

33
import (
44
"fmt"
5-
"monolize/internal/git"
5+
"spark/internal/git"
66

77
"github.com/spf13/cobra"
88
"github.com/spf13/viper"

cmd/git/create.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package git
22

33
import (
44
"fmt"
5-
"monolize/internal/git"
6-
"monolize/internal/mono"
5+
"spark/internal/git"
6+
"spark/internal/mono"
77
"os"
88
"path/filepath"
99

cmd/git/gitcode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package git
22

33
import (
44
"fmt"
5-
"monolize/internal/git"
5+
"spark/internal/git"
66

77
"github.com/spf13/cobra"
88
"github.com/spf13/viper"

cmd/git/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package git
22

33
import (
44
"fmt"
5-
"monolize/internal/mono"
5+
"spark/internal/mono"
66

77
"github.com/spf13/cobra"
88
)

cmd/git/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package git
22

33
import (
44
"fmt"
5-
"monolize/internal/git"
5+
"spark/internal/git"
66

77
"github.com/spf13/cobra"
88
"github.com/spf13/viper"

cmd/git/update_org_status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"strings"
1010
"time"
1111

12-
"monolize/internal/github"
12+
"spark/internal/github"
1313

1414
"github.com/spf13/cobra"
1515
)

0 commit comments

Comments
 (0)