aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_index.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 /http_handle_repo_index.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 'http_handle_repo_index.go')
-rw-r--r--http_handle_repo_index.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/http_handle_repo_index.go b/http_handle_repo_index.go
index edba57b..40fd9b0 100644
--- a/http_handle_repo_index.go
+++ b/http_handle_repo_index.go
@@ -6,8 +6,8 @@ package forge
import (
"net/http"
- "go.lindenii.runxiyu.org/forge/git2c"
- "go.lindenii.runxiyu.org/forge/render"
+ "go.lindenii.runxiyu.org/forge/internal/git2c"
+ "go.lindenii.runxiyu.org/forge/internal/render"
)
type commitDisplay struct {