This commit is contained in:
2026-05-06 23:21:43 +02:00
parent 1634c4cc0d
commit def67b14e4
6 changed files with 24 additions and 115 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ import (
gcsrf "github.com/gorilla/csrf"
"github.com/gorilla/sessions"
"github.com/forgao/forgebucket/internal/api/handlers"
"github.com/forgao/forgebucket/internal/api/middleware"
"github.com/forgao/forgebucket/internal/config"
"github.com/forgeo/forgebucket/internal/api/handlers"
"github.com/forgeo/forgebucket/internal/api/middleware"
"github.com/forgeo/forgebucket/internal/config"
)
func New(cfg *config.Config, store sessions.Store, staticFiles fs.FS) http.Handler {
+1 -1
View File
@@ -1,7 +1,7 @@
package migrations
import (
"github.com/forgao/forgebucket/internal/models"
"github.com/forgeo/forgebucket/internal/models"
"xorm.io/xorm"
)