Change module name
This commit is contained in:
parent
3e7aa8e8f5
commit
66649193cc
20 changed files with 34 additions and 34 deletions
6
main.go
6
main.go
|
|
@ -7,9 +7,9 @@ import (
|
|||
"log"
|
||||
"net/http"
|
||||
|
||||
"git.readonly.ch/bouzoure/popvaud-people/controllers"
|
||||
"git.readonly.ch/bouzoure/popvaud-people/helpers"
|
||||
"git.readonly.ch/bouzoure/popvaud-people/middlewares"
|
||||
"git.readonly.ch/bouzoure/pop-camarades/controllers"
|
||||
"git.readonly.ch/bouzoure/pop-camarades/helpers"
|
||||
"git.readonly.ch/bouzoure/pop-camarades/middlewares"
|
||||
"github.com/flosch/pongo2/v6"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
"github.com/gofiber/fiber/v2/middleware/filesystem"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue