*(global): fix compat with windows
✅ Closes: https://github.com/AdguardTeam/AdGuardHome/issues/1549
This commit is contained in:
parent
1fa6d74862
commit
0d66451084
2
go.mod
2
go.mod
|
@ -4,7 +4,7 @@ go 1.14
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/AdguardTeam/dnsproxy v0.25.0
|
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/AdguardTeam/urlfilter v0.9.1
|
||||||
github.com/NYTimes/gziphandler v1.1.1
|
github.com/NYTimes/gziphandler v1.1.1
|
||||||
github.com/fsnotify/fsnotify v1.4.7
|
github.com/fsnotify/fsnotify v1.4.7
|
||||||
|
|
Loading…
Reference in New Issue