1
0
Fork 0
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:
Henrik Hautakoski 2023-12-07 18:47:14 +01:00
parent 200b3172b7
commit bd3aa5e948
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ import (
"dnsupdater/provider/manager"
"dnsupdater/ip"
resolver "dnsupdater/ip/resolver"
"dnsupdater/ip/resolver"
)
type App struct {