diff options
Diffstat (limited to 'http_handle_branches.go')
-rw-r--r-- | http_handle_branches.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_handle_branches.go b/http_handle_branches.go index 96c4ac7..659287f 100644 --- a/http_handle_branches.go +++ b/http_handle_branches.go @@ -10,7 +10,7 @@ import ( "github.com/go-git/go-git/v5" "github.com/go-git/go-git/v5/plumbing" "github.com/go-git/go-git/v5/plumbing/storer" - "go.lindenii.runxiyu.org/forge/misc" + "go.lindenii.runxiyu.org/forge/internal/misc" ) // httpHandleRepoBranches provides the branches page in repos. |