diff options
Diffstat (limited to 'http_handle_repo_raw.go')
-rw-r--r-- | http_handle_repo_raw.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/http_handle_repo_raw.go b/http_handle_repo_raw.go index 7e19e02..b714397 100644 --- a/http_handle_repo_raw.go +++ b/http_handle_repo_raw.go @@ -9,8 +9,8 @@ import ( "net/http" "strings" - "go.lindenii.runxiyu.org/forge/git2c" - "go.lindenii.runxiyu.org/forge/misc" + "go.lindenii.runxiyu.org/forge/internal/git2c" + "go.lindenii.runxiyu.org/forge/internal/misc" ) // httpHandleRepoRaw serves raw files, or directory listings that point to raw |