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