*(global): fix compat with windows

 Closes: https://github.com/AdguardTeam/AdGuardHome/issues/1549
This commit is contained in:
Andrey Meshkov 2020-04-06 22:32:18 +03:00
parent 1fa6d74862
commit 0d66451084
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -4,7 +4,7 @@ go 1.14
require (
github.com/AdguardTeam/dnsproxy v0.25.0
github.com/AdguardTeam/golibs v0.4.0
github.com/AdguardTeam/golibs v0.4.1
github.com/AdguardTeam/urlfilter v0.9.1
github.com/NYTimes/gziphandler v1.1.1
github.com/fsnotify/fsnotify v1.4.7