File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed
Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package main
33import (
44 "log"
55
6- "github.com/bashbunni/project-management /entry"
7- "github.com/bashbunni/project-management /project"
8- "github.com/bashbunni/project-management /tui"
6+ "github.com/bashbunni/pjs /entry"
7+ "github.com/bashbunni/pjs /project"
8+ "github.com/bashbunni/pjs /tui"
99 "github.com/pkg/errors"
1010 "gorm.io/driver/sqlite"
1111 "gorm.io/gorm"
Original file line number Diff line number Diff line change 55 "os"
66 "os/exec"
77
8- "github.com/bashbunni/project-management /project"
9- "github.com/bashbunni/project-management /tui/constants"
10- "github.com/bashbunni/project-management /utils"
8+ "github.com/bashbunni/pjs /project"
9+ "github.com/bashbunni/pjs /tui/constants"
10+ "github.com/bashbunni/pjs /utils"
1111 tea "github.com/charmbracelet/bubbletea"
1212)
1313
Original file line number Diff line number Diff line change 11package constants
22
33import (
4- "github.com/bashbunni/project-management /entry"
5- "github.com/bashbunni/project-management /project"
4+ "github.com/bashbunni/pjs /entry"
5+ "github.com/bashbunni/pjs /project"
66 "github.com/charmbracelet/bubbles/key"
77 tea "github.com/charmbracelet/bubbletea"
88 "github.com/charmbracelet/lipgloss"
Original file line number Diff line number Diff line change 44 "fmt"
55 "os"
66
7- "github.com/bashbunni/project-management /entry"
8- "github.com/bashbunni/project-management /tui/constants"
7+ "github.com/bashbunni/pjs /entry"
8+ "github.com/bashbunni/pjs /tui/constants"
99 "github.com/charmbracelet/bubbles/key"
1010 "github.com/charmbracelet/bubbles/paginator"
1111 "github.com/charmbracelet/bubbles/viewport"
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package tui
33import (
44 "log"
55
6- "github.com/bashbunni/project-management /project"
7- "github.com/bashbunni/project-management /tui/constants"
6+ "github.com/bashbunni/pjs /project"
7+ "github.com/bashbunni/pjs /tui/constants"
88 "github.com/charmbracelet/bubbles/key"
99 "github.com/charmbracelet/bubbles/list"
1010 "github.com/charmbracelet/bubbles/textinput"
Original file line number Diff line number Diff line change 55 "log"
66 "os"
77
8- "github.com/bashbunni/project-management /entry"
9- "github.com/bashbunni/project-management /project"
10- "github.com/bashbunni/project-management /tui/constants"
8+ "github.com/bashbunni/pjs /entry"
9+ "github.com/bashbunni/pjs /project"
10+ "github.com/bashbunni/pjs /tui/constants"
1111 tea "github.com/charmbracelet/bubbletea"
1212)
1313
You can’t perform that action at this time.
0 commit comments