chore: move core package to top folder.

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu
2022-11-25 17:48:44 +08:00
committed by Jason Song
parent 1148903d79
commit 8255915350
10 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -5,9 +5,9 @@
package bots
import (
"code.gitea.io/gitea/core"
"code.gitea.io/gitea/models/db"
"code.gitea.io/gitea/modules/timeutil"
"code.gitea.io/gitea/routers/api/bots/core"
)
type BuildStep struct {