chore: Modulname github.com/archivmail → archivmail

Go-Modul in go.mod und allen 45 Go-Dateien umbenannt.
This commit is contained in:
sysops
2026-04-05 20:37:35 +02:00
parent eb48081c5e
commit 2bab61209c
46 changed files with 144 additions and 144 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ import (
"fmt"
"net/http"
"github.com/archivmail/internal/audit"
"github.com/archivmail/internal/ldapauth"
ldapcfg "github.com/archivmail/internal/ldapconfig"
"archivmail/internal/audit"
"archivmail/internal/ldapauth"
ldapcfg "archivmail/internal/ldapconfig"
)
// syncResult is the JSON response returned by LDAP sync endpoints.