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

View File

@@ -9,7 +9,7 @@ import (
"github.com/AdguardTeam/AdGuardHome/dhcpd"
"github.com/AdguardTeam/AdGuardHome/dnsfilter"
"github.com/AdguardTeam/AdGuardHome/dnsforward"
"github.com/AdguardTeam/AdGuardHome/log"
"github.com/hmage/golibs/log"
"gopkg.in/yaml.v2"
)