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
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"strings"
"time"
"code.gitea.io/gitea/models/db"
"gitea.dev/models/db"
)
var defaultFileBlockSize int64 = 32 * 1024
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"path"
"time"
"code.gitea.io/gitea/models/db"
"gitea.dev/models/db"
)
/*
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"os"
"testing"
"code.gitea.io/gitea/modules/test"
"gitea.dev/modules/test"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
+1 -1
View File
@@ -6,7 +6,7 @@ package dbfs
import (
"testing"
"code.gitea.io/gitea/models/unittest"
"gitea.dev/models/unittest"
)
func TestMain(m *testing.M) {