diff options
| author | mo khan <mo@mokhan.ca> | 2026-01-30 17:18:31 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2026-01-30 17:18:31 -0700 |
| commit | e4ed0342932b0aa741ee78d9e4fe135eba6e9ca7 (patch) | |
| tree | f1e7f602cb86e78aedf04185b2c2e1428fc5b8f2 /commit.go | |
| parent | 83be9ddcf82e8a90ea50a9d54c1ebfc3e22ace16 (diff) | |
initial commit
Diffstat (limited to 'commit.go')
| -rw-r--r-- | commit.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -17,10 +17,10 @@ import ( "github.com/alecthomas/chroma/v2/lexers" "github.com/alecthomas/chroma/v2/styles" - "github.com/antonmedv/gitmal/pkg/git" - "github.com/antonmedv/gitmal/pkg/gitdiff" - "github.com/antonmedv/gitmal/pkg/progress_bar" - "github.com/antonmedv/gitmal/pkg/templates" + "mokhan.ca/antonmedv/gitmal/pkg/git" + "mokhan.ca/antonmedv/gitmal/pkg/gitdiff" + "mokhan.ca/antonmedv/gitmal/pkg/progress_bar" + "mokhan.ca/antonmedv/gitmal/pkg/templates" ) func generateCommits(commits map[string]git.Commit, params Params) error { |
