diff --git a/home/home.go b/home/home.go index becedbbb..f4028b89 100644 --- a/home/home.go +++ b/home/home.go @@ -6,7 +6,6 @@ import ( "crypto/tls" "crypto/x509" "fmt" - "gopkg.in/natefinch/lumberjack.v2" "io" "io/ioutil" "net" @@ -23,6 +22,8 @@ import ( "syscall" "time" + "gopkg.in/natefinch/lumberjack.v2" + "github.com/AdguardTeam/AdGuardHome/util" "github.com/joomcode/errorx"