Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
home: fix import
Browse files Browse the repository at this point in the history
ainar-g committed Dec 15, 2023
1 parent 872ccea commit b196912
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/home/config.go
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ import (

"github.com/AdguardTeam/AdGuardHome/internal/aghalg"
"github.com/AdguardTeam/AdGuardHome/internal/aghtls"
configmigrate "github.com/AdguardTeam/AdGuardHome/internal/configmigrate"
"github.com/AdguardTeam/AdGuardHome/internal/configmigrate"
"github.com/AdguardTeam/AdGuardHome/internal/dhcpd"
"github.com/AdguardTeam/AdGuardHome/internal/dnsforward"
"github.com/AdguardTeam/AdGuardHome/internal/filtering"
2 changes: 1 addition & 1 deletion internal/home/options.go
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ import (
"strconv"
"strings"

configmigrate "github.com/AdguardTeam/AdGuardHome/internal/configmigrate"
"github.com/AdguardTeam/AdGuardHome/internal/configmigrate"
"github.com/AdguardTeam/AdGuardHome/internal/version"
"github.com/AdguardTeam/golibs/log"
"github.com/AdguardTeam/golibs/stringutil"

0 comments on commit b196912

Please sign in to comment.