File tree Expand file tree Collapse file tree 12 files changed +26
-26
lines changed
Expand file tree Collapse file tree 12 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ import (
88 "path/filepath"
99 "strings"
1010
11- "hosts-manager/internal/audit"
12- "hosts-manager/internal/backup"
13- "hosts-manager/internal/config"
14- "hosts-manager/internal/hosts"
15- "hosts-manager/internal/tui"
16- "hosts-manager/pkg/platform"
11+ "github.com/brandonhon/ hosts-manager/internal/audit"
12+ "github.com/brandonhon/ hosts-manager/internal/backup"
13+ "github.com/brandonhon/ hosts-manager/internal/config"
14+ "github.com/brandonhon/ hosts-manager/internal/hosts"
15+ "github.com/brandonhon/ hosts-manager/internal/tui"
16+ "github.com/brandonhon/ hosts-manager/pkg/platform"
1717
1818 "github.com/spf13/cobra"
1919 "gopkg.in/yaml.v3"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ import (
55 "os"
66 "strings"
77
8- "hosts-manager/internal/audit"
9- "hosts-manager/internal/backup"
10- "hosts-manager/internal/config"
11- "hosts-manager/internal/errors"
12- "hosts-manager/internal/hosts"
13- "hosts-manager/pkg/platform"
14- "hosts-manager/pkg/search"
8+ "github.com/brandonhon/ hosts-manager/internal/audit"
9+ "github.com/brandonhon/ hosts-manager/internal/backup"
10+ "github.com/brandonhon/ hosts-manager/internal/config"
11+ "github.com/brandonhon/ hosts-manager/internal/errors"
12+ "github.com/brandonhon/ hosts-manager/internal/hosts"
13+ "github.com/brandonhon/ hosts-manager/pkg/platform"
14+ "github.com/brandonhon/ hosts-manager/pkg/search"
1515
1616 "github.com/spf13/cobra"
1717)
Original file line number Diff line number Diff line change 1- module hosts-manager
1+ module github.com/brandonhon/ hosts-manager
22
33go 1.24.0
44
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "time"
1212 "unicode"
1313
14- "hosts-manager/pkg/platform"
14+ "github.com/brandonhon/ hosts-manager/pkg/platform"
1515)
1616
1717// EventType represents the type of audit event
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
1111 "strings"
1212 "time"
1313
14- "hosts-manager/internal/config"
15- "hosts-manager/pkg/platform"
14+ "github.com/brandonhon/ hosts-manager/internal/config"
15+ "github.com/brandonhon/ hosts-manager/pkg/platform"
1616)
1717
1818type Manager struct {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "testing"
1212 "time"
1313
14- "hosts-manager/internal/config"
14+ "github.com/brandonhon/ hosts-manager/internal/config"
1515)
1616
1717func createTestConfig (tempDir string ) * config.Config {
Original file line number Diff line number Diff line change 55 "os"
66 "path/filepath"
77
8- "hosts-manager/pkg/platform"
8+ "github.com/brandonhon/ hosts-manager/pkg/platform"
99
1010 "gopkg.in/yaml.v3"
1111)
Original file line number Diff line number Diff line change 77 "strings"
88 "unicode"
99
10- "hosts-manager/internal/audit"
10+ "github.com/brandonhon/ hosts-manager/internal/audit"
1111)
1212
1313var (
Original file line number Diff line number Diff line change 44 "fmt"
55 "strings"
66
7- "hosts-manager/internal/config"
8- "hosts-manager/internal/hosts"
7+ "github.com/brandonhon/ hosts-manager/internal/config"
8+ "github.com/brandonhon/ hosts-manager/internal/hosts"
99
1010 tea "github.com/charmbracelet/bubbletea"
1111 "github.com/charmbracelet/lipgloss"
Original file line number Diff line number Diff line change 44 "strings"
55 "testing"
66
7- "hosts-manager/internal/config"
8- "hosts-manager/internal/hosts"
7+ "github.com/brandonhon/ hosts-manager/internal/config"
8+ "github.com/brandonhon/ hosts-manager/internal/hosts"
99
1010 tea "github.com/charmbracelet/bubbletea"
1111)
You can’t perform that action at this time.
0 commit comments