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

2
go.mod
View file

@ -1,4 +1,4 @@
module git.happydns.org/checker-autoconfig
module git.happydns.org/checker-email-autoconfig
go 1.25.0

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"
)

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"
)