fixed
address
This commit is contained in:
parent
53e060f189
commit
81ce35760e
|
@ -3,10 +3,10 @@ package data_sender_go
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
cm "loafle.com/overflow/agent_api/config_manager"
|
cm "git.loafle.net/overflow/agent_api/config_manager"
|
||||||
"loafle.com/overflow/agent_api/messages"
|
"git.loafle.net/overflow/agent_api/messages"
|
||||||
pb "loafle.com/overflow/crawler_go/grpc"
|
pb "git.loafle.net/overflow/crawler_go/grpc"
|
||||||
q "loafle.com/overflow/queue_go"
|
q "git.loafle.net/overflow/queue_go"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package data_sender_go
|
package data_sender_go
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"loafle.com/overflow/agent_api/observer"
|
"git.loafle.net/overflow/agent_api/observer"
|
||||||
"strconv"
|
"strconv"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user