fixed
address
This commit is contained in:
parent
e1c9f5de64
commit
1b46b28590
|
@ -4,12 +4,12 @@ import (
|
|||
|
||||
"google.golang.org/grpc"
|
||||
"log"
|
||||
g "loafle.com/overflow/crawler_go/grpc"
|
||||
g "git.loafle.net/overflow/crawler_go/grpc"
|
||||
"context"
|
||||
|
||||
|
||||
|
||||
"loafle.com/overflow/agent_api/config_manager"
|
||||
"git.loafle.net/overflow/agent_api/config_manager"
|
||||
"encoding/json"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package crawler_manager
|
||||
|
||||
import (
|
||||
//"loafle.com/overflow/crawler_go/config"
|
||||
//"git.loafle.net/overflow/crawler_go/config"
|
||||
//"encoding/json"
|
||||
"io/ioutil"
|
||||
"google.golang.org/grpc"
|
||||
|
@ -14,7 +14,7 @@ import (
|
|||
|
||||
|
||||
"errors"
|
||||
"loafle.com/overflow/agent_api/config_manager"
|
||||
"git.loafle.net/overflow/agent_api/config_manager"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
package crawler_manager
|
||||
|
||||
import (
|
||||
//ooo "loafle.com/overflow/agent_api/observer"
|
||||
//"loafle.com/overflow/agent_api/config_manager"
|
||||
//"loafle.com/overflow/agent_api/messages"
|
||||
//ooo "git.loafle.net/overflow/agent_api/observer"
|
||||
//"git.loafle.net/overflow/agent_api/config_manager"
|
||||
//"git.loafle.net/overflow/agent_api/messages"
|
||||
//
|
||||
//"fmt"
|
||||
"loafle.com/overflow/agent_api/config_manager"
|
||||
"git.loafle.net/overflow/agent_api/config_manager"
|
||||
|
||||
)
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
"strings"
|
||||
"io/ioutil"
|
||||
|
||||
"loafle.com/overflow/agent_api/config_manager"
|
||||
"git.loafle.net/overflow/agent_api/config_manager"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user