mirror of
https://gitlab.com/pnx-tools/dns-updater.git
synced 2026-06-16 05:54:56 +02:00
ip/resolver: fix package name.
This commit is contained in:
parent
200b3172b7
commit
bd3aa5e948
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ import (
|
|||
"dnsupdater/provider/manager"
|
||||
|
||||
"dnsupdater/ip"
|
||||
resolver "dnsupdater/ip/resolver"
|
||||
"dnsupdater/ip/resolver"
|
||||
)
|
||||
|
||||
type App struct {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package lookup
|
||||
package resolver
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package lookup
|
||||
package resolver
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue