Change module name

This commit is contained in:
William Bouzourène 2025-01-05 14:52:27 +01:00
parent 3e7aa8e8f5
commit 66649193cc
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
20 changed files with 34 additions and 34 deletions

View file

@ -1,8 +1,8 @@
package controllers
import (
"git.readonly.ch/bouzoure/popvaud-people/helpers"
"git.readonly.ch/bouzoure/popvaud-people/models"
"git.readonly.ch/bouzoure/pop-camarades/helpers"
"git.readonly.ch/bouzoure/pop-camarades/models"
"github.com/go-playground/validator"
"github.com/gofiber/fiber/v2"
)