diff options
Diffstat (limited to 'git_hooks_handle_other.go')
-rw-r--r-- | git_hooks_handle_other.go | 2 |
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") |