From 0d664510848f4abf376eb3481a8ab63ab5368b82 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Mon, 6 Apr 2020 22:32:18 +0300 Subject: [PATCH] *(global): fix compat with windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: https://github.com/AdguardTeam/AdGuardHome/issues/1549 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c4ff10bb..c9e318d8 100644 --- a/go.mod +++ b/go.mod @@ -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