mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-19 00:33:54 +00:00
chore: Move import path from code.gitea.io/gitea to gitea.dev (#37873)
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
"context"
|
||||
"strings"
|
||||
|
||||
repo_model "code.gitea.io/gitea/models/repo"
|
||||
"code.gitea.io/gitea/services/gitdiff"
|
||||
repo_model "gitea.dev/models/repo"
|
||||
"gitea.dev/services/gitdiff"
|
||||
)
|
||||
|
||||
// GetDiffPreview produces and returns diff result of a file which is not yet committed.
|
||||
|
||||
Reference in New Issue
Block a user