From e4ed0342932b0aa741ee78d9e4fe135eba6e9ca7 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 30 Jan 2026 17:18:31 -0700 Subject: initial commit --- commit.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'commit.go') 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 { -- cgit v1.2.3