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