Revert "* dnsfilter: use fastcache instead of gcache"

This reverts commit 6f51df7d2e.
This commit is contained in:
Simon Zolin
2019-08-16 15:07:24 +03:00
parent 56c69cdb79
commit 68d5d595b6
3 changed files with 36 additions and 49 deletions

5
go.mod
View File

@@ -3,12 +3,11 @@ module github.com/AdguardTeam/AdGuardHome
go 1.12
require (
github.com/AdguardTeam/dnsproxy v0.18.1
github.com/AdguardTeam/dnsproxy v0.18.2
github.com/AdguardTeam/golibs v0.1.4
github.com/AdguardTeam/urlfilter v0.5.0
github.com/NYTimes/gziphandler v1.1.1
github.com/VictoriaMetrics/fastcache v1.5.1
github.com/bluele/gcache v0.0.0-20190203144525-2016d595ccb0
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
github.com/go-test/deep v1.0.1
github.com/gobuffalo/packr v1.19.0
github.com/joomcode/errorx v0.8.0