idk
This commit is contained in:
@@ -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,7 +1,7 @@
|
||||
package migrations
|
||||
|
||||
import (
|
||||
"github.com/forgao/forgebucket/internal/models"
|
||||
"github.com/forgeo/forgebucket/internal/models"
|
||||
"xorm.io/xorm"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user