Rename module to checker-email-autoconfig

This commit is contained in:
nemunaire 2026-04-27 00:46:36 +07:00
commit 5a53e7bc97
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ import (
"flag"
"log"
autoconfig "git.happydns.org/checker-autoconfig/checker"
autoconfig "git.happydns.org/checker-email-autoconfig/checker"
"git.happydns.org/checker-sdk-go/checker/server"
)