aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_handle_other.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 19:07:57 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 19:07:57 +0800
commit3e268d10876cdb4c3a10b5b19df40f9273ff8f19 (patch)
treea16ecfbac2f15d7b2128cdff9c0a05a44f74afea /git_hooks_handle_other.go
parentBump dependencies (diff)
downloadforge-3e268d10876cdb4c3a10b5b19df40f9273ff8f19.tar.gz
forge-3e268d10876cdb4c3a10b5b19df40f9273ff8f19.tar.zst
forge-3e268d10876cdb4c3a10b5b19df40f9273ff8f19.zip
ansiec: Move ansi escape codes to this module
Diffstat (limited to 'git_hooks_handle_other.go')
-rw-r--r--git_hooks_handle_other.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_hooks_handle_other.go b/git_hooks_handle_other.go
index d0c7088..fdeca83 100644
--- a/git_hooks_handle_other.go
+++ b/git_hooks_handle_other.go
@@ -21,8 +21,8 @@ import (
"github.com/go-git/go-git/v5/plumbing"
"github.com/go-git/go-git/v5/plumbing/object"
"github.com/jackc/pgx/v5"
+ "go.lindenii.runxiyu.org/forge/ansiec"
"go.lindenii.runxiyu.org/forge/misc"
- "go.lindenii.runxiyu.org/lindenii-common/ansiec"
)
var errGetFD = errors.New("unable to get file descriptor")