aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_commit.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 18:39:29 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 18:39:29 +0800
commitb861060663ed2ce35c4ecd65f5d2d7e333e21165 (patch)
treef6bf9fa940f911dc88e8130a150b9560c48cc5d3 /http_handle_repo_commit.go
parentUse log/slog instead of clog (diff)
downloadforge-b861060663ed2ce35c4ecd65f5d2d7e333e21165.tar.gz
forge-b861060663ed2ce35c4ecd65f5d2d7e333e21165.tar.zst
forge-b861060663ed2ce35c4ecd65f5d2d7e333e21165.zip
Move FirstOrPanic into this module
Diffstat (limited to '')
-rw-r--r--http_handle_repo_commit.go2
1 files changed, 1 insertions, 1 deletions
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