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