chore: update import path

This commit is contained in:
Gusted 2025-03-28 13:01:58 +01:00
parent 19e4f1dd71
commit 1b8676881f
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -8,10 +8,10 @@ import (
"net/http"
"testing"
repo_model "code.gitea.io/gitea/models/repo"
"code.gitea.io/gitea/models/unittest"
api "code.gitea.io/gitea/modules/structs"
"code.gitea.io/gitea/tests"
repo_model "forgejo.org/models/repo"
"forgejo.org/models/unittest"
api "forgejo.org/modules/structs"
"forgejo.org/tests"
"github.com/stretchr/testify/assert"
)