aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_handle_other.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 21:27:17 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 21:27:17 +0800
commite0635b47c2f30719e1ea026812af85c988632c0e (patch)
treef112904c018dc294cf6f902423745f1f1932449c /git_hooks_handle_other.go
parentExport symbols from database.go (diff)
downloadforge-e0635b47c2f30719e1ea026812af85c988632c0e.tar.gz
forge-e0635b47c2f30719e1ea026812af85c988632c0e.tar.zst
forge-e0635b47c2f30719e1ea026812af85c988632c0e.zip
Move things to internal/v0.1.23
Diffstat (limited to 'git_hooks_handle_other.go')
-rw-r--r--git_hooks_handle_other.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/git_hooks_handle_other.go b/git_hooks_handle_other.go
index 4a4328f..f125ecb 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/forge/internal/ansiec"
+ "go.lindenii.runxiyu.org/forge/internal/misc"
)
var errGetFD = errors.New("unable to get file descriptor")