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