diff --git a/crawler.go b/crawler.go index 98bdc2a..995154c 100644 --- a/crawler.go +++ b/crawler.go @@ -5,7 +5,7 @@ import ( "errors" "log" - config "loafle.com/overflow/agent_api/config_manager" + config "git.loafle.net/overflow/agent_api/config_manager" ) type Internal interface { diff --git a/health_crawler/activedirectory_protocol_crawler_go/ad_protocol_crawler.go b/health_crawler/activedirectory_protocol_crawler_go/ad_protocol_crawler.go index 351c01c..5ff64dd 100644 --- a/health_crawler/activedirectory_protocol_crawler_go/ad_protocol_crawler.go +++ b/health_crawler/activedirectory_protocol_crawler_go/ad_protocol_crawler.go @@ -2,9 +2,9 @@ package activedirectory_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/activedirectory" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/activedirectory" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type ActiveDirectoryHealthCrawler struct { diff --git a/health_crawler/activedirectory_protocol_crawler_go/ad_protocol_crawler_test.go b/health_crawler/activedirectory_protocol_crawler_go/ad_protocol_crawler_test.go index 6670de7..0db7593 100644 --- a/health_crawler/activedirectory_protocol_crawler_go/ad_protocol_crawler_test.go +++ b/health_crawler/activedirectory_protocol_crawler_go/ad_protocol_crawler_test.go @@ -3,10 +3,10 @@ package activedirectory_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -15,9 +15,9 @@ import ( //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/cassandra_protocol_crawler_go/cassandra_protocol_crawler.go b/health_crawler/cassandra_protocol_crawler_go/cassandra_protocol_crawler.go index af22cc2..abd4bb9 100644 --- a/health_crawler/cassandra_protocol_crawler_go/cassandra_protocol_crawler.go +++ b/health_crawler/cassandra_protocol_crawler_go/cassandra_protocol_crawler.go @@ -2,9 +2,9 @@ package cassandra_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/cassandra" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/cassandra" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type CassandraHealthCrawler struct { diff --git a/health_crawler/cassandra_protocol_crawler_go/cassandra_protocol_crawler_test.go b/health_crawler/cassandra_protocol_crawler_go/cassandra_protocol_crawler_test.go index 526bc32..907563d 100644 --- a/health_crawler/cassandra_protocol_crawler_go/cassandra_protocol_crawler_test.go +++ b/health_crawler/cassandra_protocol_crawler_go/cassandra_protocol_crawler_test.go @@ -3,10 +3,10 @@ package cassandra_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -74,9 +74,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/dns_protocol_crawler_go/dns_protocol_crawler.go b/health_crawler/dns_protocol_crawler_go/dns_protocol_crawler.go index eaa9414..127f2fa 100644 --- a/health_crawler/dns_protocol_crawler_go/dns_protocol_crawler.go +++ b/health_crawler/dns_protocol_crawler_go/dns_protocol_crawler.go @@ -2,9 +2,9 @@ package dns_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/dns" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/dns" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type DNSHealthCrawler struct { diff --git a/health_crawler/dns_protocol_crawler_go/dns_protocol_crawler_test.go b/health_crawler/dns_protocol_crawler_go/dns_protocol_crawler_test.go index 7e5cf68..9d86447 100644 --- a/health_crawler/dns_protocol_crawler_go/dns_protocol_crawler_test.go +++ b/health_crawler/dns_protocol_crawler_go/dns_protocol_crawler_test.go @@ -3,10 +3,10 @@ package dns_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -74,9 +74,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/ftp_protocol_crawler_go/ftp_health_matcher.go b/health_crawler/ftp_protocol_crawler_go/ftp_health_matcher.go index c231a3c..9147b81 100644 --- a/health_crawler/ftp_protocol_crawler_go/ftp_health_matcher.go +++ b/health_crawler/ftp_protocol_crawler_go/ftp_health_matcher.go @@ -2,8 +2,8 @@ package ftp_protocol_crawler_go import ( "log" - "loafle.com/overflow/commons_go/matcher/packet" - "loafle.com/overflow/commons_go/model/scaninfo" + "git.loafle.net/overflow/commons_go/matcher/packet" + "git.loafle.net/overflow/commons_go/model/scaninfo" ) const ( diff --git a/health_crawler/ftp_protocol_crawler_go/ftp_protocol_crawler.go b/health_crawler/ftp_protocol_crawler_go/ftp_protocol_crawler.go index 82c9ae0..5075549 100644 --- a/health_crawler/ftp_protocol_crawler_go/ftp_protocol_crawler.go +++ b/health_crawler/ftp_protocol_crawler_go/ftp_protocol_crawler.go @@ -2,9 +2,9 @@ package ftp_protocol_crawler_go import ( - "loafle.com/overflow/crawler_go" + "git.loafle.net/overflow/crawler_go" "encoding/json" - config "loafle.com/overflow/agent_api/config_manager" + config "git.loafle.net/overflow/agent_api/config_manager" ) type FTPHealthCrawler struct { diff --git a/health_crawler/ftp_protocol_crawler_go/ftp_protocol_crawler_test.go b/health_crawler/ftp_protocol_crawler_go/ftp_protocol_crawler_test.go index 2da8706..87117b9 100644 --- a/health_crawler/ftp_protocol_crawler_go/ftp_protocol_crawler_test.go +++ b/health_crawler/ftp_protocol_crawler_go/ftp_protocol_crawler_test.go @@ -1,15 +1,15 @@ package ftp_protocol_crawler_go import ( - "loafle.com/overflow/crawler_go" + "git.loafle.net/overflow/crawler_go" "testing" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/of_rpc_go/models/param" "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go" "log" "time" - "loafle.com/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/client" ) func setConfig() crawler.Crawler { diff --git a/health_crawler/ftps_protocol_crawler_go/ftps_health_matcher.go b/health_crawler/ftps_protocol_crawler_go/ftps_health_matcher.go index 40e301a..1352079 100644 --- a/health_crawler/ftps_protocol_crawler_go/ftps_health_matcher.go +++ b/health_crawler/ftps_protocol_crawler_go/ftps_health_matcher.go @@ -1,8 +1,8 @@ package ftps_protocol_crawler_go import ( - "loafle.com/overflow/commons_go/matcher/packet" - "loafle.com/overflow/commons_go/model/scaninfo" + "git.loafle.net/overflow/commons_go/matcher/packet" + "git.loafle.net/overflow/commons_go/model/scaninfo" ) const ( diff --git a/health_crawler/ftps_protocol_crawler_go/ftps_protocol_crawler.go b/health_crawler/ftps_protocol_crawler_go/ftps_protocol_crawler.go index a5fa85d..c9313ed 100644 --- a/health_crawler/ftps_protocol_crawler_go/ftps_protocol_crawler.go +++ b/health_crawler/ftps_protocol_crawler_go/ftps_protocol_crawler.go @@ -1,10 +1,10 @@ package ftps_protocol_crawler_go import ( - "loafle.com/overflow/crawler_go" + "git.loafle.net/overflow/crawler_go" "encoding/json" - "loafle.com/overflow/commons_go/matcher/ftp" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/ftp" + config "git.loafle.net/overflow/agent_api/config_manager" ) type FTPSHealthCrawler struct { diff --git a/health_crawler/ftps_protocol_crawler_go/ftps_protocol_crawler_test.go b/health_crawler/ftps_protocol_crawler_go/ftps_protocol_crawler_test.go index cd5ed76..dc8ae11 100644 --- a/health_crawler/ftps_protocol_crawler_go/ftps_protocol_crawler_test.go +++ b/health_crawler/ftps_protocol_crawler_go/ftps_protocol_crawler_test.go @@ -1,15 +1,15 @@ package ftps_protocol_crawler_go import ( - "loafle.com/overflow/crawler_go" + "git.loafle.net/overflow/crawler_go" "testing" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/of_rpc_go/models/param" "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go" "log" "time" - "loafle.com/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/client" ) func setConfig() crawler.Crawler { diff --git a/health_crawler/http_protocol_crawler_go/crawler_protocol_http.go b/health_crawler/http_protocol_crawler_go/crawler_protocol_http.go index 4054d7c..ee6cfe5 100644 --- a/health_crawler/http_protocol_crawler_go/crawler_protocol_http.go +++ b/health_crawler/http_protocol_crawler_go/crawler_protocol_http.go @@ -2,9 +2,9 @@ package http_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/http" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/http" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type HTTPHealthCrawler struct { @@ -29,16 +29,16 @@ func NewHTTPHealthCrawler() *HTTPHealthCrawler { //package main // //import ( -// "loafle.com/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/param" // "log" -// "loafle.com/overflow/of_rpc/models/protocol" -// rpc "loafle.com/overflow/of_rpc/json" +// "git.loafle.net/overflow/of_rpc/models/protocol" +// rpc "git.loafle.net/overflow/of_rpc/json" // "encoding/json" // "strconv" // "net" -// "loafle.com/overflow/collector/core/scan/service/matcher/http" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// "loafle.com/overflow/collector/discovery/types/timestamp" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/http" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// "git.loafle.net/overflow/collector/discovery/types/timestamp" //) // //type HttpProtocol struct { diff --git a/health_crawler/http_protocol_crawler_go/crawler_protocol_http_test.go b/health_crawler/http_protocol_crawler_go/crawler_protocol_http_test.go index d2b8886..e5fe626 100644 --- a/health_crawler/http_protocol_crawler_go/crawler_protocol_http_test.go +++ b/health_crawler/http_protocol_crawler_go/crawler_protocol_http_test.go @@ -3,10 +3,10 @@ package http_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" diff --git a/health_crawler/imap_protocol_crawler_go/imap_protocol_crawler.go b/health_crawler/imap_protocol_crawler_go/imap_protocol_crawler.go index bb589a1..1493df1 100644 --- a/health_crawler/imap_protocol_crawler_go/imap_protocol_crawler.go +++ b/health_crawler/imap_protocol_crawler_go/imap_protocol_crawler.go @@ -2,9 +2,9 @@ package imap_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/imap" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/imap" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type IMAPHealthCrawler struct { @@ -32,11 +32,11 @@ func NewIMAPHealthCrawler() *IMAPHealthCrawler { //import ( // "crypto/tls" // "encoding/json" -// "loafle.com/overflow/collector/core/scan/service/matcher/imap" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/imap" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "log" // "net" // "strconv" diff --git a/health_crawler/imap_protocol_crawler_go/imap_protocol_crawler_test.go b/health_crawler/imap_protocol_crawler_go/imap_protocol_crawler_test.go index 83ed082..f64aa9d 100644 --- a/health_crawler/imap_protocol_crawler_go/imap_protocol_crawler_test.go +++ b/health_crawler/imap_protocol_crawler_go/imap_protocol_crawler_test.go @@ -3,10 +3,10 @@ package imap_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -75,9 +75,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/ldap_protocol_crawler_go/ldap_protocol_crawler.go b/health_crawler/ldap_protocol_crawler_go/ldap_protocol_crawler.go index 4c656bd..39e830a 100644 --- a/health_crawler/ldap_protocol_crawler_go/ldap_protocol_crawler.go +++ b/health_crawler/ldap_protocol_crawler_go/ldap_protocol_crawler.go @@ -2,9 +2,9 @@ package ldap_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/ldap" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/ldap" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type LDAPHealthCrawler struct { @@ -31,11 +31,11 @@ func NewLDAPHealthCrawler() *LDAPHealthCrawler { //import ( // "crypto/tls" // "encoding/json" -// "loafle.com/overflow/collector/core/scan/service/matcher/ldap" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/ldap" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "log" // "net" // "strconv" diff --git a/health_crawler/ldap_protocol_crawler_go/ldap_protocol_crawler_test.go b/health_crawler/ldap_protocol_crawler_go/ldap_protocol_crawler_test.go index aee839c..3c5d55e 100644 --- a/health_crawler/ldap_protocol_crawler_go/ldap_protocol_crawler_test.go +++ b/health_crawler/ldap_protocol_crawler_go/ldap_protocol_crawler_test.go @@ -3,10 +3,10 @@ package ldap_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -75,9 +75,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/mongodb_protocol_crawler_go/mongodb_protocol.go b/health_crawler/mongodb_protocol_crawler_go/mongodb_protocol.go index 0c8662a..af4418c 100644 --- a/health_crawler/mongodb_protocol_crawler_go/mongodb_protocol.go +++ b/health_crawler/mongodb_protocol_crawler_go/mongodb_protocol.go @@ -2,9 +2,9 @@ package mongodb_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/mongodb" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/mongodb" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type MongoDBHealthCrawler struct { @@ -30,11 +30,11 @@ func NewMongoDBHealthCrawler() *MongoDBHealthCrawler { //import ( // "crypto/tls" // "encoding/json" -// "loafle.com/overflow/collector/core/scan/service/matcher/mongodb" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/mongodb" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "log" // "net" // "strconv" diff --git a/health_crawler/mongodb_protocol_crawler_go/mongodb_protocol_test.go b/health_crawler/mongodb_protocol_crawler_go/mongodb_protocol_test.go index 3e066fb..cccd3ac 100644 --- a/health_crawler/mongodb_protocol_crawler_go/mongodb_protocol_test.go +++ b/health_crawler/mongodb_protocol_crawler_go/mongodb_protocol_test.go @@ -3,10 +3,10 @@ package mongodb_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -75,9 +75,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/mssql_protocol_crawler_go/mssql_protocol.go b/health_crawler/mssql_protocol_crawler_go/mssql_protocol.go index d9e79d3..c84e0ec 100644 --- a/health_crawler/mssql_protocol_crawler_go/mssql_protocol.go +++ b/health_crawler/mssql_protocol_crawler_go/mssql_protocol.go @@ -2,9 +2,9 @@ package mssql_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/mssql" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/mssql" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type MSSqlHeahthCrawler struct { @@ -29,14 +29,14 @@ func NewMSSqlHeahthCrawler() *MSSqlHeahthCrawler { // //import ( // "encoding/json" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "log" // "net" // "strconv" -// "loafle.com/overflow/collector/core/scan/service/matcher/mssql" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/mssql" //) // //////////////// Delegate.Get implement ///////////////// diff --git a/health_crawler/mssql_protocol_crawler_go/mssql_protocol_test.go b/health_crawler/mssql_protocol_crawler_go/mssql_protocol_test.go index bcf391a..6c2fdac 100644 --- a/health_crawler/mssql_protocol_crawler_go/mssql_protocol_test.go +++ b/health_crawler/mssql_protocol_crawler_go/mssql_protocol_test.go @@ -3,10 +3,10 @@ package mssql_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" diff --git a/health_crawler/mysql_protocol_crawler_go/mysql_protocol.go b/health_crawler/mysql_protocol_crawler_go/mysql_protocol.go index 343edce..239a2dc 100644 --- a/health_crawler/mysql_protocol_crawler_go/mysql_protocol.go +++ b/health_crawler/mysql_protocol_crawler_go/mysql_protocol.go @@ -3,9 +3,9 @@ package mysql_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/mysql" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/mysql" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type MysqlHeahthCrawler struct { @@ -32,11 +32,11 @@ func NewMysqlHeahthCrawler() *MysqlHeahthCrawler { // //import ( // "encoding/json" -// "loafle.com/overflow/collector/core/scan/service/matcher/mysql" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/mysql" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "log" // "net" // "strconv" diff --git a/health_crawler/mysql_protocol_crawler_go/mysql_protocol_test.go b/health_crawler/mysql_protocol_crawler_go/mysql_protocol_test.go index 42b658a..d986f22 100644 --- a/health_crawler/mysql_protocol_crawler_go/mysql_protocol_test.go +++ b/health_crawler/mysql_protocol_crawler_go/mysql_protocol_test.go @@ -4,10 +4,10 @@ package mysql_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" diff --git a/health_crawler/netbios_protocol_crawler_go/netbios_protocol_crawler.go b/health_crawler/netbios_protocol_crawler_go/netbios_protocol_crawler.go index 53cd97c..74bcd2e 100644 --- a/health_crawler/netbios_protocol_crawler_go/netbios_protocol_crawler.go +++ b/health_crawler/netbios_protocol_crawler_go/netbios_protocol_crawler.go @@ -3,9 +3,9 @@ package netbios_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/netbios" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/netbios" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type NetbiosHeahthCrawler struct { @@ -31,14 +31,14 @@ func NewNetbiosHeahthCrawler() *NetbiosHeahthCrawler { //import ( // "encoding/json" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "log" // "net" // "strconv" -// "loafle.com/overflow/collector/core/scan/service/matcher/netbios" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/netbios" //) // //////////////// Delegate.Get implement ///////////////// diff --git a/health_crawler/netbios_protocol_crawler_go/netbios_protocol_crawler_test.go b/health_crawler/netbios_protocol_crawler_go/netbios_protocol_crawler_test.go index 4a6b7b2..2e17cfb 100644 --- a/health_crawler/netbios_protocol_crawler_go/netbios_protocol_crawler_test.go +++ b/health_crawler/netbios_protocol_crawler_go/netbios_protocol_crawler_test.go @@ -4,10 +4,10 @@ package netbios_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -78,9 +78,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/oracle_protocol_crawler_go/oracle_protocol_crawler.go b/health_crawler/oracle_protocol_crawler_go/oracle_protocol_crawler.go index dd5b6b6..998d581 100644 --- a/health_crawler/oracle_protocol_crawler_go/oracle_protocol_crawler.go +++ b/health_crawler/oracle_protocol_crawler_go/oracle_protocol_crawler.go @@ -2,9 +2,9 @@ package oracle_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/oracle" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/oracle" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type OracleHeahthCrawler struct { @@ -33,16 +33,16 @@ func NewOracleHeahthCrawler() *OracleHeahthCrawler { // // //import ( -// "loafle.com/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/param" // "encoding/json" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "strconv" // "crypto/tls" // "net" // -// "loafle.com/overflow/collector/core/scan/service/matcher/oracle" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/oracle" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" // // "log" //) diff --git a/health_crawler/oracle_protocol_crawler_go/oracle_protocol_crawler_test.go b/health_crawler/oracle_protocol_crawler_go/oracle_protocol_crawler_test.go index fd16086..b3c03bd 100644 --- a/health_crawler/oracle_protocol_crawler_go/oracle_protocol_crawler_test.go +++ b/health_crawler/oracle_protocol_crawler_go/oracle_protocol_crawler_test.go @@ -3,10 +3,10 @@ package oracle_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -94,9 +94,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/pgsql_protocol_crawler_go/pgsql_protocol.go b/health_crawler/pgsql_protocol_crawler_go/pgsql_protocol.go index a0f70ec..49198a8 100644 --- a/health_crawler/pgsql_protocol_crawler_go/pgsql_protocol.go +++ b/health_crawler/pgsql_protocol_crawler_go/pgsql_protocol.go @@ -2,9 +2,9 @@ package pgsql_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/pgsql" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/pgsql" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type PGSqlHeahthCrawler struct { @@ -30,14 +30,14 @@ func NewPGSqlHeahthCrawler() *PGSqlHeahthCrawler { // //import ( // "encoding/json" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "log" // "net" // "strconv" -// "loafle.com/overflow/collector/core/scan/service/matcher/mssql" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/mssql" //) // //////////////// Delegate.Get implement ///////////////// diff --git a/health_crawler/pgsql_protocol_crawler_go/pgsql_protocol_test.go b/health_crawler/pgsql_protocol_crawler_go/pgsql_protocol_test.go index 567e2fc..7e05776 100644 --- a/health_crawler/pgsql_protocol_crawler_go/pgsql_protocol_test.go +++ b/health_crawler/pgsql_protocol_crawler_go/pgsql_protocol_test.go @@ -3,10 +3,10 @@ package pgsql_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" diff --git a/health_crawler/pop3_protocol_crawler_go/pop3_protocol_crawler.go b/health_crawler/pop3_protocol_crawler_go/pop3_protocol_crawler.go index 2965cc6..45fe34b 100644 --- a/health_crawler/pop3_protocol_crawler_go/pop3_protocol_crawler.go +++ b/health_crawler/pop3_protocol_crawler_go/pop3_protocol_crawler.go @@ -2,9 +2,9 @@ package pop3_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/pop" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/pop" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type POP3HeahthCrawler struct { @@ -33,11 +33,11 @@ func NewPOP3HeahthCrawler() *POP3HeahthCrawler { //import ( // "crypto/tls" // "encoding/json" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// "loafle.com/overflow/collector/core/scan/service/matcher/pop" -// rpc "loafle.com/overflow/of_rpc/json" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/pop" +// rpc "git.loafle.net/overflow/of_rpc/json" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "log" // "net" // "strconv" diff --git a/health_crawler/pop3_protocol_crawler_go/pop3_protocol_crawler_test.go b/health_crawler/pop3_protocol_crawler_go/pop3_protocol_crawler_test.go index 26c2e44..33c0403 100644 --- a/health_crawler/pop3_protocol_crawler_go/pop3_protocol_crawler_test.go +++ b/health_crawler/pop3_protocol_crawler_go/pop3_protocol_crawler_test.go @@ -3,10 +3,10 @@ package pop3_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -79,9 +79,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/redis_protocol_crawler_go/redis_protocol.go b/health_crawler/redis_protocol_crawler_go/redis_protocol.go index 97e6584..2f2f14f 100644 --- a/health_crawler/redis_protocol_crawler_go/redis_protocol.go +++ b/health_crawler/redis_protocol_crawler_go/redis_protocol.go @@ -2,9 +2,9 @@ package redis_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/redis" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/redis" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type RedisHeahthCrawler struct { diff --git a/health_crawler/redis_protocol_crawler_go/redis_protocol_test.go b/health_crawler/redis_protocol_crawler_go/redis_protocol_test.go index 9ebb15b..a8540e8 100644 --- a/health_crawler/redis_protocol_crawler_go/redis_protocol_test.go +++ b/health_crawler/redis_protocol_crawler_go/redis_protocol_test.go @@ -3,9 +3,9 @@ package redis_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" + "git.loafle.net/overflow/crawler_go" "testing" - "loafle.com/overflow/crawler_go/config" + "git.loafle.net/overflow/crawler_go/config" ) func setConfig() crawler.Crawler { diff --git a/health_crawler/rmi_protocol_crawler_go/rmi_protocol_crawler.go b/health_crawler/rmi_protocol_crawler_go/rmi_protocol_crawler.go index 453ac2c..d42f4ab 100644 --- a/health_crawler/rmi_protocol_crawler_go/rmi_protocol_crawler.go +++ b/health_crawler/rmi_protocol_crawler_go/rmi_protocol_crawler.go @@ -2,9 +2,9 @@ package rmi_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/rmi" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/rmi" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type RMIHeahthCrawler struct { @@ -30,11 +30,11 @@ func NewRMIHeahthCrawler() *RMIHeahthCrawler { // //import ( // "encoding/json" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// "loafle.com/overflow/collector/core/scan/service/matcher/rmi" -// rpc "loafle.com/overflow/of_rpc/json" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/rmi" +// rpc "git.loafle.net/overflow/of_rpc/json" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "log" // "net" // "strconv" diff --git a/health_crawler/rmi_protocol_crawler_go/rmi_protocol_crawler_test.go b/health_crawler/rmi_protocol_crawler_go/rmi_protocol_crawler_test.go index 45166f5..0c5f363 100644 --- a/health_crawler/rmi_protocol_crawler_go/rmi_protocol_crawler_test.go +++ b/health_crawler/rmi_protocol_crawler_go/rmi_protocol_crawler_test.go @@ -3,10 +3,10 @@ package rmi_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -77,9 +77,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/smb_protocol_crawler_go/smb_protocol_crawler.go b/health_crawler/smb_protocol_crawler_go/smb_protocol_crawler.go index 01bc026..8229138 100644 --- a/health_crawler/smb_protocol_crawler_go/smb_protocol_crawler.go +++ b/health_crawler/smb_protocol_crawler_go/smb_protocol_crawler.go @@ -2,9 +2,9 @@ package smb_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/smb" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/smb" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type SMBHeahthCrawler struct { @@ -32,16 +32,16 @@ func NewSMBHeahthCrawler() *SMBHeahthCrawler { // // //import ( -// "loafle.com/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/param" // "encoding/json" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "strconv" // // "net" // -// "loafle.com/overflow/collector/core/scan/service/matcher/smb" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/smb" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" // // "log" // "crypto/tls" diff --git a/health_crawler/smb_protocol_crawler_go/smb_protocol_crawler_test.go b/health_crawler/smb_protocol_crawler_go/smb_protocol_crawler_test.go index e1421f8..8a708cf 100644 --- a/health_crawler/smb_protocol_crawler_go/smb_protocol_crawler_test.go +++ b/health_crawler/smb_protocol_crawler_go/smb_protocol_crawler_test.go @@ -3,10 +3,10 @@ package smb_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -79,9 +79,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/smtp_protocol_crawler_go/smtp_protocol_crawler.go b/health_crawler/smtp_protocol_crawler_go/smtp_protocol_crawler.go index 3beadc7..457e944 100644 --- a/health_crawler/smtp_protocol_crawler_go/smtp_protocol_crawler.go +++ b/health_crawler/smtp_protocol_crawler_go/smtp_protocol_crawler.go @@ -2,9 +2,9 @@ package smtp_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/smtp" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/smtp" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type SMTPHeahthCrawler struct { @@ -33,11 +33,11 @@ func NewSMTPHeahthCrawler() *SMTPHeahthCrawler { //import ( // "crypto/tls" // "encoding/json" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// "loafle.com/overflow/collector/core/scan/service/matcher/smtp" -// rpc "loafle.com/overflow/of_rpc/json" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/smtp" +// rpc "git.loafle.net/overflow/of_rpc/json" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "log" // "net" // "strconv" diff --git a/health_crawler/smtp_protocol_crawler_go/smtp_protocol_crawler_test.go b/health_crawler/smtp_protocol_crawler_go/smtp_protocol_crawler_test.go index c70dd07..cea0b4d 100644 --- a/health_crawler/smtp_protocol_crawler_go/smtp_protocol_crawler_test.go +++ b/health_crawler/smtp_protocol_crawler_go/smtp_protocol_crawler_test.go @@ -3,10 +3,10 @@ package smtp_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -77,9 +77,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/snmpv2c_protocol_crawler_go/snmpv2c_protocol_crawler.go b/health_crawler/snmpv2c_protocol_crawler_go/snmpv2c_protocol_crawler.go index 092df9d..ddb3c16 100644 --- a/health_crawler/snmpv2c_protocol_crawler_go/snmpv2c_protocol_crawler.go +++ b/health_crawler/snmpv2c_protocol_crawler_go/snmpv2c_protocol_crawler.go @@ -2,9 +2,9 @@ package snmpv2c_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/snmp" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/snmp" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type SNMPV2CHeahthCrawler struct { @@ -31,16 +31,16 @@ func NewSNMPV2CHeahthCrawler() *SNMPV2CHeahthCrawler { // // //import ( -// "loafle.com/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/param" // "encoding/json" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "strconv" // // "net" // -// "loafle.com/overflow/collector/core/scan/service/matcher/snmp" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/snmp" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" // // "log" //) diff --git a/health_crawler/snmpv2c_protocol_crawler_go/snmpv2c_protocol_crawler_test.go b/health_crawler/snmpv2c_protocol_crawler_go/snmpv2c_protocol_crawler_test.go index e22ef7a..7ad2c51 100644 --- a/health_crawler/snmpv2c_protocol_crawler_go/snmpv2c_protocol_crawler_test.go +++ b/health_crawler/snmpv2c_protocol_crawler_go/snmpv2c_protocol_crawler_test.go @@ -3,10 +3,10 @@ package snmpv2c_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -78,9 +78,9 @@ func TestRPC(t *testing.T) { //import ( // "github.com/stretchr/testify/assert" // "time" -// "loafle.com/overflow/of_rpc/models/protocol" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/json/client" // "testing" // "encoding/json" //) diff --git a/health_crawler/snmpv3_protocol_crawler_go/snmpv3_protocol_crawler.go b/health_crawler/snmpv3_protocol_crawler_go/snmpv3_protocol_crawler.go index a6fd2e1..beef9c9 100644 --- a/health_crawler/snmpv3_protocol_crawler_go/snmpv3_protocol_crawler.go +++ b/health_crawler/snmpv3_protocol_crawler_go/snmpv3_protocol_crawler.go @@ -2,9 +2,9 @@ package snmpv3_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/snmp" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/snmp" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type SNMPV3HeahthCrawler struct { @@ -31,16 +31,16 @@ func NewSNMPV3HeahthCrawler() *SNMPV3HeahthCrawler { // // //import ( -// "loafle.com/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/param" // "encoding/json" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "strconv" // // "net" // -// "loafle.com/overflow/collector/core/scan/service/matcher/snmp" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/snmp" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" // // "log" //) diff --git a/health_crawler/snmpv3_protocol_crawler_go/snmpv3_protocol_crawler_test.go b/health_crawler/snmpv3_protocol_crawler_go/snmpv3_protocol_crawler_test.go index e92a885..8044a14 100644 --- a/health_crawler/snmpv3_protocol_crawler_go/snmpv3_protocol_crawler_test.go +++ b/health_crawler/snmpv3_protocol_crawler_go/snmpv3_protocol_crawler_test.go @@ -3,10 +3,10 @@ package snmpv3_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -77,9 +77,9 @@ func TestRPC(t *testing.T) { //import ( // "github.com/stretchr/testify/assert" // "time" -// "loafle.com/overflow/of_rpc/models/protocol" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/json/client" // "testing" // "encoding/json" //) diff --git a/health_crawler/ssh_protocol_crawler_go/ssh_protocol_crawler.go b/health_crawler/ssh_protocol_crawler_go/ssh_protocol_crawler.go index 679c6f9..695daa6 100644 --- a/health_crawler/ssh_protocol_crawler_go/ssh_protocol_crawler.go +++ b/health_crawler/ssh_protocol_crawler_go/ssh_protocol_crawler.go @@ -2,9 +2,9 @@ package ssh_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/ssh" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/ssh" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type SSHHeahthCrawler struct { @@ -32,16 +32,16 @@ func NewSSHHeahthCrawler() *SSHHeahthCrawler { // // //import ( -// "loafle.com/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/param" // "encoding/json" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "strconv" // "crypto/tls" // "net" // -// "loafle.com/overflow/collector/core/scan/service/matcher/ssh" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/ssh" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" // // "log" //) diff --git a/health_crawler/ssh_protocol_crawler_go/ssh_protocol_crawler_test.go b/health_crawler/ssh_protocol_crawler_go/ssh_protocol_crawler_test.go index 09f7681..a09655f 100644 --- a/health_crawler/ssh_protocol_crawler_go/ssh_protocol_crawler_test.go +++ b/health_crawler/ssh_protocol_crawler_go/ssh_protocol_crawler_test.go @@ -3,10 +3,10 @@ package ssh_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -77,9 +77,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/telnet_protocol_crawler_go/crawler_protocol_telnet.go b/health_crawler/telnet_protocol_crawler_go/crawler_protocol_telnet.go index 76c9826..e5f77c9 100644 --- a/health_crawler/telnet_protocol_crawler_go/crawler_protocol_telnet.go +++ b/health_crawler/telnet_protocol_crawler_go/crawler_protocol_telnet.go @@ -2,9 +2,9 @@ package telnet_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/telnet" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/telnet" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type TelnetHeahthCrawler struct { @@ -31,16 +31,16 @@ func NewTelnetHeahthCrawler() *TelnetHeahthCrawler { //package main // //import ( -// "loafle.com/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/param" // "encoding/json" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "strconv" // "crypto/tls" // "net" // -// "loafle.com/overflow/collector/core/scan/service/matcher/telnet" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/telnet" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" // // "log" //) diff --git a/health_crawler/telnet_protocol_crawler_go/crawler_protocol_telnet_test.go b/health_crawler/telnet_protocol_crawler_go/crawler_protocol_telnet_test.go index dedeaf7..5b0bdd9 100644 --- a/health_crawler/telnet_protocol_crawler_go/crawler_protocol_telnet_test.go +++ b/health_crawler/telnet_protocol_crawler_go/crawler_protocol_telnet_test.go @@ -3,10 +3,10 @@ package telnet_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -77,9 +77,9 @@ func TestRPC(t *testing.T) { //import ( // "encoding/json" // "github.com/stretchr/testify/assert" -// "loafle.com/overflow/of_rpc/json/client" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "testing" // "time" //) diff --git a/health_crawler/wmi_protocol_crawler_go/wmi_protocol_crawler.go b/health_crawler/wmi_protocol_crawler_go/wmi_protocol_crawler.go index e8a876d..8e24ece 100644 --- a/health_crawler/wmi_protocol_crawler_go/wmi_protocol_crawler.go +++ b/health_crawler/wmi_protocol_crawler_go/wmi_protocol_crawler.go @@ -2,9 +2,9 @@ package wmi_protocol_crawler_go import ( "encoding/json" - "loafle.com/overflow/commons_go/matcher/wmi" - "loafle.com/overflow/crawler_go" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/matcher/wmi" + "git.loafle.net/overflow/crawler_go" + config "git.loafle.net/overflow/agent_api/config_manager" ) type WMIHeahthCrawler struct { @@ -31,16 +31,16 @@ func NewWMIHeahthCrawler() *WMIHeahthCrawler { //package wmi_protocol_crawler // //import ( -// "loafle.com/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/models/param" // "encoding/json" -// "loafle.com/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/models/protocol" // "strconv" // "crypto/tls" // "net" // -// "loafle.com/overflow/collector/core/scan/service/matcher/wmi" -// "loafle.com/overflow/collector/core/scan/service/matcher/packet" -// rpc "loafle.com/overflow/of_rpc/json" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/wmi" +// "git.loafle.net/overflow/collector/core/scan/service/matcher/packet" +// rpc "git.loafle.net/overflow/of_rpc/json" // // "log" //) diff --git a/health_crawler/wmi_protocol_crawler_go/wmi_protocol_crawler_test.go b/health_crawler/wmi_protocol_crawler_go/wmi_protocol_crawler_test.go index 1f077ff..114f329 100644 --- a/health_crawler/wmi_protocol_crawler_go/wmi_protocol_crawler_test.go +++ b/health_crawler/wmi_protocol_crawler_go/wmi_protocol_crawler_test.go @@ -3,10 +3,10 @@ package wmi_protocol_crawler_go import ( "encoding/json" "github.com/stretchr/testify/assert" - "loafle.com/overflow/crawler_go" - "loafle.com/overflow/of_rpc_go" - "loafle.com/overflow/of_rpc_go/client" - "loafle.com/overflow/of_rpc_go/models/param" + "git.loafle.net/overflow/crawler_go" + "git.loafle.net/overflow/of_rpc_go" + "git.loafle.net/overflow/of_rpc_go/client" + "git.loafle.net/overflow/of_rpc_go/models/param" "log" "testing" "time" @@ -77,9 +77,9 @@ func TestRPC(t *testing.T) { //import ( // "github.com/stretchr/testify/assert" // "time" -// "loafle.com/overflow/of_rpc/models/protocol" -// "loafle.com/overflow/of_rpc/models/param" -// "loafle.com/overflow/of_rpc/json/client" +// "git.loafle.net/overflow/of_rpc/models/protocol" +// "git.loafle.net/overflow/of_rpc/models/param" +// "git.loafle.net/overflow/of_rpc/json/client" // "testing" // "encoding/json" //) diff --git a/socket_health_crawler.go b/socket_health_crawler.go index 8030cde..7f1e6e3 100644 --- a/socket_health_crawler.go +++ b/socket_health_crawler.go @@ -2,11 +2,11 @@ package crawler import ( "crypto/tls" - "loafle.com/overflow/commons_go/matcher" - "loafle.com/overflow/commons_go/matcher/packet" + "git.loafle.net/overflow/commons_go/matcher" + "git.loafle.net/overflow/commons_go/matcher/packet" "net" - "loafle.com/overflow/commons_go/model/scaninfo" - config "loafle.com/overflow/agent_api/config_manager" + "git.loafle.net/overflow/commons_go/model/scaninfo" + config "git.loafle.net/overflow/agent_api/config_manager" ) type SocketHeahthCrawler struct { diff --git a/test/crawler_test.go b/test/crawler_test.go index ae6b799..e981130 100644 --- a/test/crawler_test.go +++ b/test/crawler_test.go @@ -4,8 +4,8 @@ import ( "testing" "github.com/stretchr/testify/assert" "encoding/json" - "loafle.com/overflow/crawler_go/health_crawler/redis_protocol_crawler_go" - "loafle.com/overflow/crawler_go" + "git.loafle.net/overflow/crawler_go/health_crawler/redis_protocol_crawler_go" + "git.loafle.net/overflow/crawler_go" "io/ioutil" )