Fix wrong module name.

master
Thomas BELLEMBOIS 2 years ago
parent 1effa9436b
commit 9da5f43fc8

@ -1,3 +1,3 @@
module codefirst.ddns.net/git/thomas.bellembois/codefirst-menu/v2
module codefirst.iut.uca.fr/git/thomas.bellembois/codefirst-menu/v2
go 1.19

@ -11,7 +11,7 @@ import (
"path/filepath"
"strings"
"codefirst.ddns.net/git/thomas.bellembois/codefirst-menu/v2/menu"
"codefirst.iut.uca.fr/git/thomas.bellembois/codefirst-menu/v2/menu"
)
const (

@ -4,7 +4,7 @@ import (
"bytes"
"html/template"
"codefirst.ddns.net/git/thomas.bellembois/codefirst-menu/v2/icons"
"codefirst.iut.uca.fr/git/thomas.bellembois/codefirst-menu/v2/icons"
)
var CodeFirstMenu string

Loading…
Cancel
Save