address
This commit is contained in:
snoop 2017-05-29 19:54:51 +09:00
parent e6c0a4ff71
commit 144c1df93b
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"gopkg.in/yaml.v2"
"io/ioutil"
"loafle.com/overflow/agent_api/config_manager"
"git.loafle.net/overflow/agent_api/config_manager"
"log"
"os"
"strings"

View File

@ -6,9 +6,9 @@ import (
"encoding/json"
"github.com/google/uuid"
"io/ioutil"
"loafle.com/overflow/agent_api/config_manager"
"loafle.com/overflow/agent_api/messages"
"loafle.com/overflow/agent_api/observer"
"git.loafle.net/overflow/agent_api/config_manager"
"git.loafle.net/overflow/agent_api/messages"
"git.loafle.net/overflow/agent_api/observer"
"log"
"time"
)