diff --git a/go.mod b/go.mod
index 1f285cc9928b63befda94525ecdd36a348515b67..a443035d82b52d67a18a540829699c2662cbc7a9 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module api/assistance
+module gitlab-forge.din.developpement-durable.gouv.fr/philippe.wattiez/go-serv
 
 go 1.24.1
diff --git a/main.go b/main.go
index af5e9251db945145d05702c7b7a28e997984128f..f1598fe821280cef4f225557027791af56c97e6d 100644
--- a/main.go
+++ b/main.go
@@ -20,7 +20,7 @@ import (
 	//
 	//    sw "github.com/myname/myrepo/go"
 	//
-	sw "/src/go"
+	sw "gitlab-forge.din.developpement-durable.gouv.fr/philippe.wattiez/go-serv/go"
 )
 
 func main() {