Change module name

This commit is contained in:
William Bouzourène 2025-01-05 14:52:27 +01:00
parent cee139e960
commit 04aa36830f
20 changed files with 34 additions and 34 deletions

View file

@ -3,7 +3,7 @@ package helpers
import (
"log"
"git.readonly.ch/bouzoure/popvaud-people/models"
"git.readonly.ch/bouzoure/pop-camarades/models"
"github.com/glebarez/sqlite"
"gorm.io/gorm"
)

View file

@ -4,7 +4,7 @@ import (
"errors"
"fmt"
"git.readonly.ch/bouzoure/popvaud-people/models"
"git.readonly.ch/bouzoure/pop-camarades/models"
"github.com/gofiber/fiber/v2"
"gorm.io/gorm"
)