mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
brand: GohCMS -> GoCMS, project-wide
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"GohCMS2/domain/user"
|
||||
"GohCMS2/useCases"
|
||||
"GoCMS/domain/user"
|
||||
"GoCMS/useCases"
|
||||
"encoding/json"
|
||||
"github.com/go-chi/chi/v5"
|
||||
"github.com/go-chi/jwtauth/v5"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"GohCMS2/adapters/secondary/gateways/models"
|
||||
"GohCMS2/useCases"
|
||||
"GoCMS/adapters/secondary/gateways/models"
|
||||
"GoCMS/useCases"
|
||||
"github.com/glebarez/sqlite"
|
||||
"go.uber.org/dig"
|
||||
"gorm.io/gorm"
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"GohCMS2/useCases"
|
||||
"GoCMS/useCases"
|
||||
"encoding/json"
|
||||
"github.com/go-chi/chi/v5"
|
||||
"net/http"
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user