move log wrapper library outside into hmage/golibs/log

This commit is contained in:
Eugene Bujak
2018-12-29 19:12:22 +03:00
parent 568784b992
commit 368e2d1ebd
22 changed files with 22 additions and 76 deletions

2
dns.go
View File

@@ -6,8 +6,8 @@ import (
"github.com/AdguardTeam/AdGuardHome/dnsfilter"
"github.com/AdguardTeam/AdGuardHome/dnsforward"
"github.com/AdguardTeam/AdGuardHome/log"
"github.com/AdguardTeam/dnsproxy/upstream"
"github.com/hmage/golibs/log"
"github.com/joomcode/errorx"
)