chore: Move import path from code.gitea.io/gitea to gitea.dev (#37873)

This commit is contained in:
Lunny Xiao
2026-05-26 15:49:31 -07:00
committed by GitHub
parent a03e0364eb
commit 61b1a39efe
2411 changed files with 11717 additions and 11717 deletions

View File

@@ -6,7 +6,7 @@ package system
import (
"testing"
"code.gitea.io/gitea/models/unittest"
"gitea.dev/models/unittest"
"github.com/stretchr/testify/assert"
)

View File

@@ -6,9 +6,9 @@ package system
import (
"context"
"code.gitea.io/gitea/models/system"
"code.gitea.io/gitea/modules/json"
"code.gitea.io/gitea/modules/util"
"gitea.dev/models/system"
"gitea.dev/modules/json"
"gitea.dev/modules/util"
)
// DBStore can be used to store app state items in local filesystem