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

@ -5,7 +5,7 @@
package main
import (
autoconfig "git.happydns.org/checker-autoconfig/checker"
autoconfig "git.happydns.org/checker-email-autoconfig/checker"
sdk "git.happydns.org/checker-sdk-go/checker"
)