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" "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"

View File

@ -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"
) )