fixed
address
This commit is contained in:
parent
e6c0a4ff71
commit
144c1df93b
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"gopkg.in/yaml.v2"
|
"gopkg.in/yaml.v2"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"loafle.com/overflow/agent_api/config_manager"
|
"git.loafle.net/overflow/agent_api/config_manager"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
|
@ -6,9 +6,9 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"github.com/google/uuid"
|
"github.com/google/uuid"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"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"
|
||||||
"loafle.com/overflow/agent_api/observer"
|
"git.loafle.net/overflow/agent_api/observer"
|
||||||
"log"
|
"log"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user