diff --git a/_third_party/gopkg.in/olivere/elastic.v3/bulk.go b/_third_party/gopkg.in/olivere/elastic.v3/bulk.go index cf5a9d276f..c53045387d 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/bulk.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/bulk.go @@ -11,7 +11,7 @@ import ( "fmt" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) type BulkService struct { diff --git a/_third_party/gopkg.in/olivere/elastic.v3/cluster-test/cluster-test.go b/_third_party/gopkg.in/olivere/elastic.v3/cluster-test/cluster-test.go index 8880992eff..761ca11d3a 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/cluster-test/cluster-test.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/cluster-test/cluster-test.go @@ -17,7 +17,7 @@ import ( "sync/atomic" "time" - "gopkg.in/olivere/elastic.v3" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3" ) type Tweet struct { diff --git a/_third_party/gopkg.in/olivere/elastic.v3/cluster_health.go b/_third_party/gopkg.in/olivere/elastic.v3/cluster_health.go index 0c51c60416..23c216a3a3 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/cluster_health.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/cluster_health.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // ClusterHealthService allows to get a very simple status on the health of the cluster. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/cluster_state.go b/_third_party/gopkg.in/olivere/elastic.v3/cluster_state.go index 9c3678c75c..1863e2e9de 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/cluster_state.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/cluster_state.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // ClusterStateService allows to get a comprehensive state information of the whole cluster. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/cluster_stats.go b/_third_party/gopkg.in/olivere/elastic.v3/cluster_stats.go index 1f0430592f..32db14ae08 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/cluster_stats.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/cluster_stats.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // ClusterStatsService is documented at http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.4/cluster-stats.html. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/count.go b/_third_party/gopkg.in/olivere/elastic.v3/count.go index ebc878b2dc..12f9f6446f 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/count.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/count.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // CountService is a convenient service for determining the diff --git a/_third_party/gopkg.in/olivere/elastic.v3/delete.go b/_third_party/gopkg.in/olivere/elastic.v3/delete.go index dca135ee1e..b430b60a5e 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/delete.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/delete.go @@ -9,7 +9,7 @@ import ( "fmt" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // DeleteService allows to delete a typed JSON document from a specified diff --git a/_third_party/gopkg.in/olivere/elastic.v3/delete_by_query.go b/_third_party/gopkg.in/olivere/elastic.v3/delete_by_query.go index 3db9c0ce83..7e1d30580d 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/delete_by_query.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/delete_by_query.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // DeleteByQueryService deletes documents that match a query. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/delete_template.go b/_third_party/gopkg.in/olivere/elastic.v3/delete_template.go index b8d0223f6c..d60a81b89d 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/delete_template.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/delete_template.go @@ -9,7 +9,7 @@ import ( "fmt" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // DeleteTemplateService deletes a search template. More information can diff --git a/_third_party/gopkg.in/olivere/elastic.v3/example_test.go b/_third_party/gopkg.in/olivere/elastic.v3/example_test.go index 8fc03ec1a4..a33e252f12 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/example_test.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/example_test.go @@ -12,7 +12,7 @@ import ( "reflect" "time" - "gopkg.in/olivere/elastic.v3" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3" ) type Tweet struct { diff --git a/_third_party/gopkg.in/olivere/elastic.v3/exists.go b/_third_party/gopkg.in/olivere/elastic.v3/exists.go index 7a42d53c9d..68199dac48 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/exists.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/exists.go @@ -9,7 +9,7 @@ import ( "net/http" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // ExistsService checks for the existence of a document using HEAD. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/explain.go b/_third_party/gopkg.in/olivere/elastic.v3/explain.go index e922bc9b5c..d7b0cd123d 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/explain.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/explain.go @@ -11,7 +11,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) var ( diff --git a/_third_party/gopkg.in/olivere/elastic.v3/get.go b/_third_party/gopkg.in/olivere/elastic.v3/get.go index eb2221755f..b40f57f6ca 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/get.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/get.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // GetService allows to get a typed JSON document from the index based diff --git a/_third_party/gopkg.in/olivere/elastic.v3/get_template.go b/_third_party/gopkg.in/olivere/elastic.v3/get_template.go index 328d6e5162..4c35d693f7 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/get_template.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/get_template.go @@ -9,7 +9,7 @@ import ( "fmt" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // GetTemplateService reads a search template. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/index.go b/_third_party/gopkg.in/olivere/elastic.v3/index.go index bdaba0560a..dbb9a5a2ad 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/index.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/index.go @@ -9,7 +9,7 @@ import ( "fmt" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndexService adds or updates a typed JSON document in a specified index, diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_close.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_close.go index ad344cb260..3d29e8e14f 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_close.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_close.go @@ -9,7 +9,7 @@ import ( "fmt" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesCloseService closes an index. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_create.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_create.go index 1e98447ea6..13fbdc443e 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_create.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_create.go @@ -9,7 +9,7 @@ import ( "errors" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesCreateService creates a new index. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_delete.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_delete.go index e2582dc6ff..4a2fccea91 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_delete.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_delete.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesDeleteService allows to delete existing indices. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_delete_template.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_delete_template.go index 2c62a06cd4..c170043d86 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_delete_template.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_delete_template.go @@ -9,7 +9,7 @@ import ( "fmt" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesDeleteTemplateService deletes index templates. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_delete_warmer.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_delete_warmer.go index 79aa4c2d5c..f474f2588d 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_delete_warmer.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_delete_warmer.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesDeleteWarmerService allows to delete a warmer. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_exists.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_exists.go index 92f9974f2e..ea4f7fb2e5 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_exists.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_exists.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesExistsService checks if an index or indices exist or not. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_exists_template.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_exists_template.go index 7587a87869..51dc2844a4 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_exists_template.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_exists_template.go @@ -9,7 +9,7 @@ import ( "net/http" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesExistsTemplateService checks if a given template exists. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_exists_type.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_exists_type.go index 631f773fed..ef2cd5f3fb 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_exists_type.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_exists_type.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesExistsTypeService checks if one or more types exist in one or more indices. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_flush.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_flush.go index 3d101f9bdc..2a43778f36 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_flush.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_flush.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // Flush allows to flush one or more indices. The flush process of an index diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_forcemerge.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_forcemerge.go index 6ca7b5b8f5..891010cf2e 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_forcemerge.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_forcemerge.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesForcemergeService allows to force merging of one or more indices. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_get.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_get.go index 3551843947..1041c11a66 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_get.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_get.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesGetService retrieves information about one or more indices. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_get_aliases.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_get_aliases.go index 4de88c63da..2a9e5307fb 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_get_aliases.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_get_aliases.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) type AliasesService struct { diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_get_mapping.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_get_mapping.go index 5526cfcb8b..8f2b97f303 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_get_mapping.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_get_mapping.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesGetMappingService retrieves the mapping definitions for an index or diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_get_settings.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_get_settings.go index 4820cb6567..0da30dece4 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_get_settings.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_get_settings.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesGetSettingsService allows to retrieve settings of one diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_get_template.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_get_template.go index b0e66d3f9f..d9b3aabefb 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_get_template.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_get_template.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesGetTemplateService returns an index template. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_get_warmer.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_get_warmer.go index 29bc6cbfda..e13872afe5 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_get_warmer.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_get_warmer.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesGetWarmerService allows to get the definition of a warmer for a diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_open.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_open.go index 85a45bb1de..3a9be7b1d1 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_open.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_open.go @@ -9,7 +9,7 @@ import ( "fmt" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesOpenService opens an index. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_put_mapping.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_put_mapping.go index 5a23165b07..55b4b5c3e1 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_put_mapping.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_put_mapping.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesPutMappingService allows to register specific mapping definition diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_put_template.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_put_template.go index 72947f3111..bc41378ad4 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_put_template.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_put_template.go @@ -9,7 +9,7 @@ import ( "fmt" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesPutTemplateService creates or updates index mappings. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_put_warmer.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_put_warmer.go index 6e1f3ae661..f239a2baad 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_put_warmer.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_put_warmer.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesPutWarmerService allows to register a warmer. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_refresh.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_refresh.go index 392a8d393d..92904fc04b 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_refresh.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_refresh.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) type RefreshService struct { diff --git a/_third_party/gopkg.in/olivere/elastic.v3/indices_stats.go b/_third_party/gopkg.in/olivere/elastic.v3/indices_stats.go index b9255c0946..91f8b33a9d 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/indices_stats.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/indices_stats.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // IndicesStatsService provides stats on various metrics of one or more diff --git a/_third_party/gopkg.in/olivere/elastic.v3/nodes_info.go b/_third_party/gopkg.in/olivere/elastic.v3/nodes_info.go index 8a1c40fa91..04f5eabfbb 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/nodes_info.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/nodes_info.go @@ -12,7 +12,7 @@ import ( "strings" "time" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) var ( diff --git a/_third_party/gopkg.in/olivere/elastic.v3/optimize.go b/_third_party/gopkg.in/olivere/elastic.v3/optimize.go index c9107f7142..bc9b74c0b5 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/optimize.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/optimize.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) type OptimizeService struct { diff --git a/_third_party/gopkg.in/olivere/elastic.v3/percolate.go b/_third_party/gopkg.in/olivere/elastic.v3/percolate.go index a2bd14ba20..a9e4240e93 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/percolate.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/percolate.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // PercolateService is documented at http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.4/search-percolate.html. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/scan.go b/_third_party/gopkg.in/olivere/elastic.v3/scan.go index 08822531b0..d4ad9b51e8 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/scan.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/scan.go @@ -11,7 +11,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) const ( diff --git a/_third_party/gopkg.in/olivere/elastic.v3/scroll.go b/_third_party/gopkg.in/olivere/elastic.v3/scroll.go index 1cab35c365..66a8bd90d3 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/scroll.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/scroll.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // ScrollService manages a cursor through documents in Elasticsearch. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/search.go b/_third_party/gopkg.in/olivere/elastic.v3/search.go index 4811ee1ed0..c0e3265ab0 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/search.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/search.go @@ -11,7 +11,7 @@ import ( "reflect" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // Search for documents in Elasticsearch. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/search_queries_wildcard_test.go b/_third_party/gopkg.in/olivere/elastic.v3/search_queries_wildcard_test.go index 5cd529aff7..479641f0b0 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/search_queries_wildcard_test.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/search_queries_wildcard_test.go @@ -8,7 +8,7 @@ import ( "encoding/json" "testing" - "gopkg.in/olivere/elastic.v3" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3" ) func ExampleWildcardQuery() { diff --git a/_third_party/gopkg.in/olivere/elastic.v3/search_template.go b/_third_party/gopkg.in/olivere/elastic.v3/search_template.go index 229a2712bb..8ed6e0662a 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/search_template.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/search_template.go @@ -9,7 +9,7 @@ import ( "fmt" "net/url" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // PutTemplateService creates or updates a search template. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/suggest.go b/_third_party/gopkg.in/olivere/elastic.v3/suggest.go index 1fb48ac0ba..3ca8ddcab7 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/suggest.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/suggest.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // SuggestService returns suggestions for text. diff --git a/_third_party/gopkg.in/olivere/elastic.v3/termvectors.go b/_third_party/gopkg.in/olivere/elastic.v3/termvectors.go index 3551082005..1a51983817 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/termvectors.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/termvectors.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // TermvectorsService returns information and statistics on terms in the diff --git a/_third_party/gopkg.in/olivere/elastic.v3/update.go b/_third_party/gopkg.in/olivere/elastic.v3/update.go index a20149b1cc..fe9d2a5885 100644 --- a/_third_party/gopkg.in/olivere/elastic.v3/update.go +++ b/_third_party/gopkg.in/olivere/elastic.v3/update.go @@ -10,7 +10,7 @@ import ( "net/url" "strings" - "gopkg.in/olivere/elastic.v3/uritemplates" + "bosun.org/_third_party/gopkg.in/olivere/elastic.v3/uritemplates" ) // UpdateService updates a document in Elasticsearch.