From b861060663ed2ce35c4ecd65f5d2d7e333e21165 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 18:39:29 +0800 Subject: Move FirstOrPanic into this module --- http_handle_repo_commit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http_handle_repo_commit.go') diff --git a/http_handle_repo_commit.go b/http_handle_repo_commit.go index 5ac315e..02121a2 100644 --- a/http_handle_repo_commit.go +++ b/http_handle_repo_commit.go @@ -13,7 +13,7 @@ import ( "github.com/go-git/go-git/v5/plumbing/filemode" "github.com/go-git/go-git/v5/plumbing/format/diff" "github.com/go-git/go-git/v5/plumbing/object" - "go.lindenii.runxiyu.org/lindenii-common/misc" + "go.lindenii.runxiyu.org/forge/misc" ) // usableFilePatch is a [diff.FilePatch] that is structured in a way more -- cgit v1.2.3