summaryrefslogtreecommitdiff
path: root/commit.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2026-01-30 17:18:31 -0700
committermo khan <mo@mokhan.ca>2026-01-30 17:18:31 -0700
commite4ed0342932b0aa741ee78d9e4fe135eba6e9ca7 (patch)
treef1e7f602cb86e78aedf04185b2c2e1428fc5b8f2 /commit.go
parent83be9ddcf82e8a90ea50a9d54c1ebfc3e22ace16 (diff)
initial commit
Diffstat (limited to 'commit.go')
-rw-r--r--commit.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/commit.go b/commit.go
index 028e8a9..442b09c 100644
--- a/commit.go
+++ b/commit.go
@@ -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 {