Rename module to checker-email-autoconfig
This commit is contained in:
parent
a716ff568f
commit
5a53e7bc97
3 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module git.happydns.org/checker-autoconfig
|
||||
module git.happydns.org/checker-email-autoconfig
|
||||
|
||||
go 1.25.0
|
||||
|
||||
|
|
|
|||
2
main.go
2
main.go
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue