diff options
Diffstat (limited to 'modules/repofiles/file.go')
-rw-r--r-- | modules/repofiles/file.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/repofiles/file.go b/modules/repofiles/file.go index 913a9ed535..de3ee71dba 100644 --- a/modules/repofiles/file.go +++ b/modules/repofiles/file.go @@ -12,7 +12,7 @@ import ( "code.gitea.io/gitea/models" "code.gitea.io/gitea/modules/git" - api "code.gitea.io/sdk/gitea" + api "code.gitea.io/gitea/modules/structs" ) // GetFileResponseFromCommit Constructs a FileResponse from a Commit object |