This commit is contained in:
insanity@loafle.com 2017-08-04 12:11:54 +09:00
commit f0cd311ed0

View File

@ -3,8 +3,8 @@ package crawler_manager
import ( import (
"context" "context"
g "git.loafle.net/overflow/overflow_probe/crawler/grpc" g "git.loafle.net/overflow/overflow_probe/crawler/grpc"
"google.golang.org/grpc"
log "github.com/cihub/seelog" log "github.com/cihub/seelog"
"google.golang.org/grpc"
"encoding/json" "encoding/json"
"git.loafle.net/overflow/overflow_probe/agent_api/config_manager" "git.loafle.net/overflow/overflow_probe/agent_api/config_manager"