From a35822cbd76f3bf95c3f16623b7d479cdaac6678 Mon Sep 17 00:00:00 2001 From: crusader Date: Sun, 29 Apr 2018 00:01:45 +0900 Subject: [PATCH] ing --- crawler/health/SocketHeahthCrawler.go | 2 +- crawler/ssh/client/client.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crawler/health/SocketHeahthCrawler.go b/crawler/health/SocketHeahthCrawler.go index 5e3e14b..6a268ae 100644 --- a/crawler/health/SocketHeahthCrawler.go +++ b/crawler/health/SocketHeahthCrawler.go @@ -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" ) diff --git a/crawler/ssh/client/client.go b/crawler/ssh/client/client.go index 79780ce..dee7790 100644 --- a/crawler/ssh/client/client.go +++ b/crawler/ssh/client/client.go @@ -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" )