[change] control: Handle upstream config with JSON

This commit is contained in:
Aleksey Dmitrevskiy
2019-02-28 13:01:41 +03:00
parent 81e88472cb
commit 3929f0da44
4 changed files with 31 additions and 155 deletions

View File

@@ -16,8 +16,8 @@ import (
"sync/atomic"
"time"
"github.com/bluele/gcache"
"github.com/AdguardTeam/golibs/log"
"github.com/bluele/gcache"
"golang.org/x/net/publicsuffix"
)