mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 20:47:18 +08:00
refactor: 规范go module版本号
This commit is contained in:
@@ -3,8 +3,8 @@ package plugins
|
||||
import (
|
||||
"github.com/goravel/framework/contracts/http"
|
||||
|
||||
"github.com/TheTNB/panel/app/http/controllers"
|
||||
"github.com/TheTNB/panel/internal/services"
|
||||
"github.com/TheTNB/panel/v2/app/http/controllers"
|
||||
"github.com/TheTNB/panel/v2/internal/services"
|
||||
)
|
||||
|
||||
type PHPController struct{}
|
||||
|
||||
Reference in New Issue
Block a user