This commit is contained in:
crusader 2018-04-29 00:01:45 +09:00
parent 5d6fc50365
commit a35822cbd7
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import (
"time"
cnsm "git.loafle.net/commons/service_matcher-go"
cuej "git.loafle.net/commons_go/util/encoding/json"
cuej "git.loafle.net/commons/util-go/encoding/json"
ocmsc "git.loafle.net/overflow/commons-go/model/sensorconfig"
"git.loafle.net/overflow/crawler-go"
)

View File

@ -6,8 +6,8 @@ import (
"io/ioutil"
"time"
"git.loafle.net/commons_go/logging"
cuej "git.loafle.net/commons_go/util/encoding/json"
"git.loafle.net/commons/logging-go"
cuej "git.loafle.net/commons/util-go/encoding/json"
ocmsc "git.loafle.net/overflow/commons-go/model/sensorconfig"
"golang.org/x/crypto/ssh"
)