From eeb45e17c2dd192717f03b9d08ed4c33f4032094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ken-H=C3=A5vard=20Lieng?= Date: Fri, 11 Dec 2015 04:35:48 +0100 Subject: [PATCH] Name it --- Dockerfile | 4 +- Godeps/Godeps.json | 2 +- .../toml/cmd/toml-test-decoder/main.go | 2 +- .../toml/cmd/toml-test-encoder/main.go | 2 +- .../BurntSushi/toml/cmd/tomlv/main.go | 2 +- .../custom_analyzer/custom_analyzer.go | 4 +- .../detect_lang_analyzer.go | 10 +- .../keyword_analyzer/keyword_analyzer.go | 6 +- .../simple_analyzer/simple_analyzer.go | 8 +- .../standard_analyzer/standard_analyzer.go | 10 +- .../ignore/ignore_byte_array_converter.go | 4 +- .../json/json_byte_array_converter.go | 4 +- .../string/string_byte_array_conveter.go | 4 +- .../html_char_filter/html_char_filter.go | 6 +- .../regexp_char_filter/regexp_char_filter.go | 4 +- .../zero_width_non_joiner_char_filter.go | 6 +- .../datetime_optional/datetime_optional.go | 6 +- .../flexible_go/flexible_go.go | 4 +- .../flexible_go/flexible_go_test.go | 2 +- .../bleve/analysis/language/ar/analyzer_ar.go | 10 +- .../analysis/language/ar/analyzer_ar_test.go | 4 +- .../analysis/language/ar/arabic_normalize.go | 4 +- .../language/ar/arabic_normalize_test.go | 2 +- .../bleve/analysis/language/ar/stemmer_ar.go | 4 +- .../analysis/language/ar/stemmer_ar_test.go | 2 +- .../analysis/language/ar/stop_filter_ar.go | 6 +- .../analysis/language/ar/stop_words_ar.go | 4 +- .../analysis/language/bg/stop_filter_bg.go | 6 +- .../analysis/language/bg/stop_words_bg.go | 4 +- .../bleve/analysis/language/ca/articles_ca.go | 4 +- .../bleve/analysis/language/ca/elision_ca.go | 6 +- .../analysis/language/ca/elision_ca_test.go | 4 +- .../analysis/language/ca/stop_filter_ca.go | 6 +- .../analysis/language/ca/stop_words_ca.go | 4 +- .../analysis/language/cjk/analyzer_cjk.go | 10 +- .../language/cjk/analyzer_cjk_test.go | 4 +- .../bleve/analysis/language/cjk/cjk_bigram.go | 4 +- .../analysis/language/cjk/cjk_bigram_test.go | 2 +- .../analysis/language/ckb/analyzer_ckb.go | 8 +- .../language/ckb/analyzer_ckb_test.go | 4 +- .../analysis/language/ckb/sorani_normalize.go | 4 +- .../language/ckb/sorani_normalize_test.go | 2 +- .../language/ckb/sorani_stemmer_filter.go | 4 +- .../ckb/sorani_stemmer_filter_test.go | 4 +- .../analysis/language/ckb/stop_filter_ckb.go | 6 +- .../analysis/language/ckb/stop_words_ckb.go | 4 +- .../analysis/language/cs/stop_filter_cs.go | 6 +- .../analysis/language/cs/stop_words_cs.go | 4 +- .../bleve/analysis/language/da/analyzer_da.go | 8 +- .../analysis/language/da/analyzer_da_test.go | 4 +- .../bleve/analysis/language/da/stemmer_da.go | 6 +- .../analysis/language/da/stop_filter_da.go | 6 +- .../analysis/language/da/stop_words_da.go | 4 +- .../bleve/analysis/language/de/analyzer_de.go | 8 +- .../analysis/language/de/analyzer_de_test.go | 4 +- .../analysis/language/de/german_normalize.go | 8 +- .../language/de/german_normalize_test.go | 2 +- .../bleve/analysis/language/de/stemmer_de.go | 6 +- .../analysis/language/de/stop_filter_de.go | 6 +- .../analysis/language/de/stop_words_de.go | 4 +- .../analysis/language/el/stop_filter_el.go | 6 +- .../analysis/language/el/stop_words_el.go | 4 +- .../bleve/analysis/language/en/analyzer_en.go | 10 +- .../analysis/language/en/analyzer_en_test.go | 4 +- .../language/en/possessive_filter_en.go | 4 +- .../language/en/possessive_filter_en_test.go | 4 +- .../bleve/analysis/language/en/stemmer_en.go | 6 +- .../analysis/language/en/stemmer_en_test.go | 4 +- .../analysis/language/en/stop_filter_en.go | 6 +- .../analysis/language/en/stop_words_en.go | 4 +- .../bleve/analysis/language/es/analyzer_es.go | 8 +- .../analysis/language/es/analyzer_es_test.go | 4 +- .../bleve/analysis/language/es/stemmer_es.go | 6 +- .../analysis/language/es/stop_filter_es.go | 6 +- .../analysis/language/es/stop_words_es.go | 4 +- .../analysis/language/eu/stop_filter_eu.go | 6 +- .../analysis/language/eu/stop_words_eu.go | 4 +- .../bleve/analysis/language/fa/analyzer_fa.go | 12 +- .../analysis/language/fa/analyzer_fa_test.go | 4 +- .../analysis/language/fa/persian_normalize.go | 4 +- .../language/fa/persian_normalize_test.go | 2 +- .../analysis/language/fa/stop_filter_fa.go | 6 +- .../analysis/language/fa/stop_words_fa.go | 4 +- .../bleve/analysis/language/fi/analyzer_fi.go | 8 +- .../analysis/language/fi/analyzer_fi_test.go | 4 +- .../bleve/analysis/language/fi/stemmer_fi.go | 6 +- .../analysis/language/fi/stop_filter_fi.go | 6 +- .../analysis/language/fi/stop_words_fi.go | 4 +- .../bleve/analysis/language/fr/analyzer_fr.go | 8 +- .../analysis/language/fr/analyzer_fr_test.go | 4 +- .../bleve/analysis/language/fr/articles_fr.go | 4 +- .../bleve/analysis/language/fr/elision_fr.go | 6 +- .../analysis/language/fr/elision_fr_test.go | 4 +- .../analysis/language/fr/light_stemmer_fr.go | 4 +- .../language/fr/light_stemmer_fr_test.go | 4 +- .../language/fr/minimal_stemmer_fr.go | 4 +- .../language/fr/minimal_stemmer_fr_test.go | 4 +- .../bleve/analysis/language/fr/stemmer_fr.go | 6 +- .../analysis/language/fr/stop_filter_fr.go | 6 +- .../analysis/language/fr/stop_words_fr.go | 4 +- .../bleve/analysis/language/ga/articles_ga.go | 4 +- .../bleve/analysis/language/ga/elision_ga.go | 6 +- .../analysis/language/ga/elision_ga_test.go | 4 +- .../analysis/language/ga/stop_filter_ga.go | 6 +- .../analysis/language/ga/stop_words_ga.go | 4 +- .../analysis/language/gl/stop_filter_gl.go | 6 +- .../analysis/language/gl/stop_words_gl.go | 4 +- .../bleve/analysis/language/hi/analyzer_hi.go | 10 +- .../analysis/language/hi/analyzer_hi_test.go | 4 +- .../analysis/language/hi/hindi_normalize.go | 4 +- .../language/hi/hindi_normalize_test.go | 2 +- .../language/hi/hindi_stemmer_filter.go | 4 +- .../language/hi/hindi_stemmer_filter_test.go | 2 +- .../analysis/language/hi/stop_filter_hi.go | 6 +- .../analysis/language/hi/stop_words_hi.go | 4 +- .../bleve/analysis/language/hu/analyzer_hu.go | 8 +- .../analysis/language/hu/analyzer_hu_test.go | 4 +- .../bleve/analysis/language/hu/stemmer_hu.go | 6 +- .../analysis/language/hu/stop_filter_hu.go | 6 +- .../analysis/language/hu/stop_words_hu.go | 4 +- .../analysis/language/hy/stop_filter_hy.go | 6 +- .../analysis/language/hy/stop_words_hy.go | 4 +- .../analysis/language/id/stop_filter_id.go | 6 +- .../analysis/language/id/stop_words_id.go | 4 +- .../analysis/language/in/indic_normalize.go | 4 +- .../language/in/indic_normalize_test.go | 2 +- .../bleve/analysis/language/in/scripts.go | 4 +- .../bleve/analysis/language/it/analyzer_it.go | 8 +- .../analysis/language/it/analyzer_it_test.go | 4 +- .../bleve/analysis/language/it/articles_it.go | 4 +- .../bleve/analysis/language/it/elision_it.go | 6 +- .../analysis/language/it/elision_it_test.go | 4 +- .../analysis/language/it/light_stemmer_it.go | 4 +- .../language/it/light_stemmer_it_test.go | 4 +- .../bleve/analysis/language/it/stemmer_it.go | 6 +- .../analysis/language/it/stop_filter_it.go | 6 +- .../analysis/language/it/stop_words_it.go | 4 +- .../bleve/analysis/language/ja/analyzer_ja.go | 6 +- .../analysis/language/ja/analyzer_ja_test.go | 4 +- .../analysis/language/ja/ja_morph_kagome.go | 4 +- .../language/ja/ja_morph_kagome_test.go | 2 +- .../bleve/analysis/language/nl/analyzer_nl.go | 8 +- .../analysis/language/nl/analyzer_nl_test.go | 4 +- .../bleve/analysis/language/nl/stemmer_nl.go | 6 +- .../analysis/language/nl/stop_filter_nl.go | 6 +- .../analysis/language/nl/stop_words_nl.go | 4 +- .../bleve/analysis/language/no/analyzer_no.go | 8 +- .../analysis/language/no/analyzer_no_test.go | 4 +- .../bleve/analysis/language/no/stemmer_no.go | 6 +- .../analysis/language/no/stop_filter_no.go | 6 +- .../analysis/language/no/stop_words_no.go | 4 +- .../language/porter/stemmer_porter.go | 6 +- .../bleve/analysis/language/pt/analyzer_pt.go | 8 +- .../analysis/language/pt/analyzer_pt_test.go | 4 +- .../analysis/language/pt/light_stemmer_pt.go | 4 +- .../language/pt/light_stemmer_pt_test.go | 4 +- .../bleve/analysis/language/pt/stemmer_pt.go | 6 +- .../analysis/language/pt/stop_filter_pt.go | 6 +- .../analysis/language/pt/stop_words_pt.go | 4 +- .../bleve/analysis/language/ro/analyzer_ro.go | 8 +- .../analysis/language/ro/analyzer_ro_test.go | 4 +- .../bleve/analysis/language/ro/stemmer_ro.go | 6 +- .../analysis/language/ro/stop_filter_ro.go | 6 +- .../analysis/language/ro/stop_words_ro.go | 4 +- .../bleve/analysis/language/ru/analyzer_ru.go | 8 +- .../analysis/language/ru/analyzer_ru_test.go | 4 +- .../bleve/analysis/language/ru/stemmer_ru.go | 6 +- .../analysis/language/ru/stop_filter_ru.go | 6 +- .../analysis/language/ru/stop_words_ru.go | 4 +- .../bleve/analysis/language/sv/analyzer_sv.go | 8 +- .../analysis/language/sv/analyzer_sv_test.go | 4 +- .../bleve/analysis/language/sv/stemmer_sv.go | 6 +- .../analysis/language/sv/stop_filter_sv.go | 6 +- .../analysis/language/sv/stop_words_sv.go | 4 +- .../bleve/analysis/language/th/analyzer_th.go | 6 +- .../analysis/language/th/analyzer_th_test.go | 4 +- .../analysis/language/th/stop_filter_th.go | 6 +- .../analysis/language/th/stop_words_th.go | 4 +- .../language/th/unicode_tokenizer_th.go | 6 +- .../bleve/analysis/language/tr/analyzer_tr.go | 10 +- .../analysis/language/tr/analyzer_tr_test.go | 4 +- .../bleve/analysis/language/tr/stemmer_tr.go | 6 +- .../analysis/language/tr/stop_filter_tr.go | 6 +- .../analysis/language/tr/stop_words_tr.go | 4 +- .../apostrophe_filter/apostrophe_filter.go | 4 +- .../apostrophe_filter_test.go | 2 +- .../token_filters/cld2/cld2_filter.go | 4 +- .../token_filters/cld2/cld2_filter_test.go | 2 +- .../analysis/token_filters/compound/dict.go | 4 +- .../token_filters/compound/dict_test.go | 6 +- .../edge_ngram_filter/edge_ngram_filter.go | 4 +- .../edge_ngram_filter_test.go | 2 +- .../elision_filter/elision_filter.go | 4 +- .../elision_filter/elision_filter_test.go | 6 +- .../keyword_marker_filter.go | 4 +- .../keyword_marker_filter_test.go | 2 +- .../length_filter/length_filter.go | 4 +- .../length_filter/length_filter_test.go | 2 +- .../lower_case_filter/lower_case_filter.go | 4 +- .../lower_case_filter_test.go | 2 +- .../ngram_filter/ngram_filter.go | 4 +- .../ngram_filter/ngram_filter_test.go | 2 +- .../analysis/token_filters/porter/porter.go | 6 +- .../token_filters/porter/porter_test.go | 2 +- .../analysis/token_filters/shingle/shingle.go | 4 +- .../token_filters/shingle/shingle_test.go | 2 +- .../stemmer_filter/stemmer_filter.go | 4 +- .../stemmer_filter/stemmer_filter_test.go | 2 +- .../stop_tokens_filter/stop_tokens_filter.go | 4 +- .../stop_tokens_filter_test.go | 6 +- .../truncate_token_filter.go | 4 +- .../truncate_token_filter_test.go | 2 +- .../unicode_normalize/unicode_normalize.go | 6 +- .../unicode_normalize_test.go | 2 +- .../bleve/analysis/token_map/custom.go | 4 +- .../tokenizers/exception/exception.go | 4 +- .../tokenizers/exception/exception_test.go | 6 +- .../bleve/analysis/tokenizers/icu/boundary.go | 4 +- .../analysis/tokenizers/icu/boundary_test.go | 2 +- .../regexp_tokenizer/regexp_tokenizer.go | 4 +- .../regexp_tokenizer/regexp_tokenizer_test.go | 2 +- .../tokenizers/single_token/single_token.go | 4 +- .../single_token/single_token_test.go | 2 +- .../analysis/tokenizers/unicode/unicode.go | 6 +- .../tokenizers/unicode/unicode_test.go | 4 +- .../whitespace_tokenizer.go | 6 +- .../whitespace_tokenizer_test.go | 4 +- .../github.com/blevesearch/bleve/config.go | 142 +++++++++--------- .../blevesearch/bleve/config_cld2.go | 4 +- .../blevesearch/bleve/config_cznicb.go | 2 +- .../blevesearch/bleve/config_forestdb.go | 2 +- .../blevesearch/bleve/config_icu.go | 2 +- .../blevesearch/bleve/config_kagome.go | 2 +- .../blevesearch/bleve/config_leveldb.go | 2 +- .../blevesearch/bleve/config_metrics.go | 2 +- .../blevesearch/bleve/config_rocksdb.go | 2 +- .../blevesearch/bleve/config_stemmer.go | 4 +- .../blevesearch/bleve/document/field.go | 2 +- .../bleve/document/field_composite.go | 2 +- .../bleve/document/field_datetime.go | 4 +- .../bleve/document/field_numeric.go | 4 +- .../blevesearch/bleve/document/field_text.go | 2 +- .../blevesearch/bleve/http/debug.go | 2 +- .../blevesearch/bleve/http/doc_get.go | 2 +- .../blevesearch/bleve/http/index_create.go | 2 +- .../blevesearch/bleve/http/index_get.go | 2 +- .../blevesearch/bleve/http/registry.go | 2 +- .../blevesearch/bleve/http/search.go | 2 +- .../src/github.com/blevesearch/bleve/index.go | 6 +- .../blevesearch/bleve/index/index.go | 2 +- .../bleve/index/store/boltdb/iterator.go | 2 +- .../bleve/index/store/boltdb/reader.go | 4 +- .../bleve/index/store/boltdb/store.go | 6 +- .../bleve/index/store/boltdb/store_test.go | 2 +- .../bleve/index/store/boltdb/writer.go | 4 +- .../bleve/index/store/cznicb/cznicb.go | 6 +- .../bleve/index/store/cznicb/cznicb_test.go | 2 +- .../bleve/index/store/cznicb/iterator.go | 2 +- .../bleve/index/store/cznicb/reader.go | 2 +- .../bleve/index/store/cznicb/writer.go | 2 +- .../bleve/index/store/forestdb/reader.go | 2 +- .../bleve/index/store/forestdb/store.go | 4 +- .../bleve/index/store/forestdb/store_test.go | 2 +- .../bleve/index/store/forestdb/writer.go | 2 +- .../bleve/index/store/goleveldb/batch.go | 4 +- .../bleve/index/store/goleveldb/iterator.go | 4 +- .../bleve/index/store/goleveldb/reader.go | 4 +- .../bleve/index/store/goleveldb/store.go | 10 +- .../bleve/index/store/goleveldb/store_test.go | 2 +- .../bleve/index/store/goleveldb/util.go | 2 +- .../bleve/index/store/goleveldb/writer.go | 4 +- .../bleve/index/store/gorocksdb/reader.go | 2 +- .../bleve/index/store/gorocksdb/store.go | 4 +- .../bleve/index/store/gorocksdb/store_test.go | 2 +- .../bleve/index/store/gorocksdb/writer.go | 2 +- .../bleve/index/store/gtreap/gtreap.go | 6 +- .../bleve/index/store/gtreap/gtreap_test.go | 2 +- .../bleve/index/store/gtreap/iterator.go | 2 +- .../bleve/index/store/gtreap/reader.go | 4 +- .../bleve/index/store/gtreap/writer.go | 2 +- .../bleve/index/store/inmem/iterator.go | 2 +- .../bleve/index/store/inmem/reader.go | 2 +- .../bleve/index/store/inmem/store.go | 6 +- .../bleve/index/store/inmem/store_test.go | 2 +- .../bleve/index/store/inmem/writer.go | 2 +- .../bleve/index/store/leveldb/batch.go | 2 +- .../bleve/index/store/leveldb/reader.go | 2 +- .../bleve/index/store/leveldb/store.go | 4 +- .../bleve/index/store/leveldb/store_test.go | 2 +- .../bleve/index/store/leveldb/writer.go | 2 +- .../bleve/index/store/metrics/metrics.go | 4 +- .../bleve/index/store/metrics/metrics_test.go | 4 +- .../bleve/index/store/null/null.go | 2 +- .../bleve/index/store/null/null_test.go | 2 +- .../bleve/index/upside_down/analysis_pool.go | 2 +- .../upside_down/benchmark_boltdb_test.go | 4 +- .../upside_down/benchmark_common_test.go | 10 +- .../upside_down/benchmark_cznicb_test.go | 4 +- .../upside_down/benchmark_forestdb_test.go | 4 +- .../upside_down/benchmark_goleveldb_test.go | 4 +- .../upside_down/benchmark_gorocksdb_test.go | 4 +- .../upside_down/benchmark_gtreap_test.go | 4 +- .../index/upside_down/benchmark_inmem_test.go | 4 +- .../upside_down/benchmark_leveldb_test.go | 4 +- .../index/upside_down/benchmark_null_test.go | 4 +- .../bleve/index/upside_down/dump.go | 2 +- .../bleve/index/upside_down/dump_test.go | 4 +- .../bleve/index/upside_down/field_dict.go | 4 +- .../index/upside_down/field_dict_test.go | 4 +- .../bleve/index/upside_down/index_reader.go | 6 +- .../bleve/index/upside_down/reader.go | 4 +- .../bleve/index/upside_down/reader_test.go | 6 +- .../bleve/index/upside_down/row.go | 2 +- .../bleve/index/upside_down/row_test.go | 2 +- .../bleve/index/upside_down/upside_down.go | 10 +- .../bleve/index/upside_down/upside_down.pb.go | 2 +- .../index/upside_down/upside_down_test.go | 10 +- .../blevesearch/bleve/index_alias_impl.go | 8 +- .../bleve/index_alias_impl_test.go | 8 +- .../blevesearch/bleve/index_impl.go | 16 +- .../blevesearch/bleve/mapping_document.go | 2 +- .../blevesearch/bleve/mapping_field.go | 4 +- .../blevesearch/bleve/mapping_index.go | 6 +- .../blevesearch/bleve/mapping_test.go | 2 +- .../src/github.com/blevesearch/bleve/query.go | 4 +- .../blevesearch/bleve/query_boolean.go | 6 +- .../blevesearch/bleve/query_conjunction.go | 6 +- .../blevesearch/bleve/query_date_range.go | 8 +- .../blevesearch/bleve/query_disjunction.go | 6 +- .../blevesearch/bleve/query_fuzzy.go | 6 +- .../blevesearch/bleve/query_match.go | 4 +- .../blevesearch/bleve/query_match_all.go | 6 +- .../blevesearch/bleve/query_match_none.go | 6 +- .../blevesearch/bleve/query_match_phrase.go | 6 +- .../blevesearch/bleve/query_numeric_range.go | 6 +- .../blevesearch/bleve/query_phrase.go | 6 +- .../blevesearch/bleve/query_prefix.go | 6 +- .../blevesearch/bleve/query_regexp.go | 6 +- .../blevesearch/bleve/query_string.go | 4 +- .../blevesearch/bleve/query_term.go | 6 +- .../blevesearch/bleve/query_wildcard.go | 6 +- .../blevesearch/bleve/registry/analyzer.go | 2 +- .../bleve/registry/byte_array_converter.go | 2 +- .../blevesearch/bleve/registry/char_filter.go | 2 +- .../bleve/registry/datetime_parser.go | 2 +- .../bleve/registry/fragment_formatter.go | 2 +- .../blevesearch/bleve/registry/fragmenter.go | 2 +- .../blevesearch/bleve/registry/highlighter.go | 2 +- .../blevesearch/bleve/registry/registry.go | 4 +- .../blevesearch/bleve/registry/store.go | 2 +- .../bleve/registry/token_filter.go | 2 +- .../blevesearch/bleve/registry/token_maps.go | 2 +- .../blevesearch/bleve/registry/tokenizer.go | 2 +- .../github.com/blevesearch/bleve/search.go | 4 +- .../search/collectors/collector_top_score.go | 2 +- .../collectors/collector_top_score_test.go | 2 +- .../bleve/search/collectors/search_test.go | 2 +- .../search/facets/facet_builder_datetime.go | 6 +- .../search/facets/facet_builder_numeric.go | 6 +- .../facets/facet_builder_numeric_test.go | 4 +- .../search/facets/facet_builder_terms.go | 4 +- .../search/facets/facet_builder_terms_test.go | 2 +- .../bleve/search/facets_builder.go | 2 +- .../ansi/fragment_formatter_ansi.go | 4 +- .../html/fragment_formatter_html.go | 4 +- .../html/fragment_formatter_html_test.go | 4 +- .../fragmenters/simple/fragmenter_simple.go | 4 +- .../simple/fragmenter_simple_test.go | 2 +- .../bleve/search/highlight/highlighter.go | 4 +- .../simple/fragment_scorer_simple.go | 4 +- .../simple/fragment_scorer_simple_test.go | 4 +- .../highlighters/simple/highlighter_simple.go | 8 +- .../simple/highlighter_simple_test.go | 8 +- .../bleve/search/highlight/term_locations.go | 2 +- .../search/scorers/scorer_conjunction.go | 2 +- .../bleve/search/scorers/scorer_constant.go | 2 +- .../search/scorers/scorer_constant_test.go | 4 +- .../search/scorers/scorer_disjunction.go | 2 +- .../bleve/search/scorers/scorer_term.go | 4 +- .../bleve/search/scorers/scorer_term_test.go | 4 +- .../bleve/search/searchers/base_test.go | 12 +- .../searchers/ordered_searchers_list.go | 2 +- .../bleve/search/searchers/search_boolean.go | 6 +- .../search/searchers/search_boolean_test.go | 2 +- .../search/searchers/search_conjunction.go | 6 +- .../searchers/search_conjunction_test.go | 2 +- .../search/searchers/search_disjunction.go | 6 +- .../searchers/search_disjunction_test.go | 2 +- .../bleve/search/searchers/search_fuzzy.go | 4 +- .../search/searchers/search_match_all.go | 6 +- .../search/searchers/search_match_all_test.go | 2 +- .../search/searchers/search_match_none.go | 4 +- .../searchers/search_match_none_test.go | 2 +- .../search/searchers/search_numeric_range.go | 6 +- .../searchers/search_numeric_range_test.go | 2 +- .../bleve/search/searchers/search_phrase.go | 4 +- .../search/searchers/search_phrase_test.go | 2 +- .../bleve/search/searchers/search_regexp.go | 4 +- .../search/searchers/search_regexp_test.go | 2 +- .../bleve/search/searchers/search_term.go | 6 +- .../search/searchers/search_term_prefix.go | 4 +- .../search/searchers/search_term_test.go | 6 +- .../blevesearch/bleve/search_test.go | 2 +- .../blevesearch/bleve/test/integration.go | 2 +- .../bleve/test/integration_test.go | 2 +- .../bleve/utils/bleve_bulkindex/main.go | 2 +- .../bleve/utils/bleve_create/main.go | 2 +- .../bleve/utils/bleve_dump/main.go | 4 +- .../bleve/utils/bleve_index/main.go | 2 +- .../bleve/utils/bleve_query/main.go | 2 +- .../bleve/utils/bleve_registry/main.go | 4 +- .../src/github.com/boltdb/bolt/bucket_test.go | 2 +- .../github.com/boltdb/bolt/cmd/bolt/bench.go | 2 +- .../boltdb/bolt/cmd/bolt/buckets.go | 2 +- .../boltdb/bolt/cmd/bolt/buckets_test.go | 4 +- .../github.com/boltdb/bolt/cmd/bolt/check.go | 2 +- .../github.com/boltdb/bolt/cmd/bolt/get.go | 2 +- .../boltdb/bolt/cmd/bolt/get_test.go | 4 +- .../github.com/boltdb/bolt/cmd/bolt/info.go | 2 +- .../boltdb/bolt/cmd/bolt/info_test.go | 4 +- .../github.com/boltdb/bolt/cmd/bolt/keys.go | 2 +- .../boltdb/bolt/cmd/bolt/keys_test.go | 4 +- .../github.com/boltdb/bolt/cmd/bolt/main.go | 2 +- .../boltdb/bolt/cmd/bolt/main_test.go | 4 +- .../github.com/boltdb/bolt/cmd/bolt/pages.go | 2 +- .../github.com/boltdb/bolt/cmd/bolt/stats.go | 2 +- .../boltdb/bolt/cmd/bolt/stats_test.go | 4 +- .../src/github.com/boltdb/bolt/cursor_test.go | 2 +- .../src/github.com/boltdb/bolt/db_test.go | 2 +- .../github.com/boltdb/bolt/simulation_test.go | 2 +- .../src/github.com/boltdb/bolt/tx_test.go | 2 +- .../golang/protobuf/proto/all_test.go | 4 +- .../golang/protobuf/proto/clone_test.go | 4 +- .../golang/protobuf/proto/equal_test.go | 4 +- .../golang/protobuf/proto/extensions_test.go | 4 +- .../golang/protobuf/proto/proto3_test.go | 6 +- .../golang/protobuf/proto/size_test.go | 6 +- .../golang/protobuf/proto/testdata/test.pb.go | 2 +- .../golang/protobuf/proto/text_parser_test.go | 6 +- .../golang/protobuf/proto/text_test.go | 6 +- .../websocket/examples/autobahn/server.go | 2 +- .../gorilla/websocket/examples/chat/conn.go | 2 +- .../websocket/examples/filewatch/main.go | 2 +- .../src/github.com/kr/pretty/example_test.go | 2 +- .../src/github.com/kr/pretty/formatter.go | 2 +- .../src/github.com/kr/text/mc/mc.go | 2 +- .../src/github.com/spf13/cast/cast_test.go | 2 +- .../src/github.com/spf13/cast/caste.go | 2 +- .../spf13/cobra/bash_completions.go | 2 +- .../src/github.com/spf13/cobra/command.go | 4 +- .../spf13/jwalterweatherman/jww_test.go | 2 +- .../src/github.com/spf13/pflag/bool_test.go | 2 +- .../github.com/spf13/pflag/example_test.go | 2 +- .../src/github.com/spf13/pflag/flag_test.go | 2 +- .../src/github.com/spf13/viper/util.go | 10 +- .../src/github.com/spf13/viper/viper.go | 12 +- .../src/github.com/spf13/viper/viper_test.go | 4 +- .../syndtr/goleveldb/leveldb/batch.go | 4 +- .../syndtr/goleveldb/leveldb/batch_test.go | 4 +- .../syndtr/goleveldb/leveldb/bench_test.go | 6 +- .../syndtr/goleveldb/leveldb/cache/cache.go | 2 +- .../syndtr/goleveldb/leveldb/comparer.go | 2 +- .../syndtr/goleveldb/leveldb/corrupt_test.go | 6 +- .../github.com/syndtr/goleveldb/leveldb/db.go | 16 +- .../syndtr/goleveldb/leveldb/db_compaction.go | 6 +- .../syndtr/goleveldb/leveldb/db_iter.go | 6 +- .../syndtr/goleveldb/leveldb/db_snapshot.go | 6 +- .../syndtr/goleveldb/leveldb/db_state.go | 4 +- .../syndtr/goleveldb/leveldb/db_test.go | 14 +- .../syndtr/goleveldb/leveldb/db_util.go | 10 +- .../syndtr/goleveldb/leveldb/db_write.go | 6 +- .../syndtr/goleveldb/leveldb/errors.go | 2 +- .../syndtr/goleveldb/leveldb/errors/errors.go | 4 +- .../syndtr/goleveldb/leveldb/external_test.go | 4 +- .../syndtr/goleveldb/leveldb/filter.go | 2 +- .../syndtr/goleveldb/leveldb/filter/bloom.go | 2 +- .../goleveldb/leveldb/filter/bloom_test.go | 2 +- .../goleveldb/leveldb/iterator/array_iter.go | 2 +- .../leveldb/iterator/array_iter_test.go | 4 +- .../leveldb/iterator/indexed_iter.go | 4 +- .../leveldb/iterator/indexed_iter_test.go | 6 +- .../syndtr/goleveldb/leveldb/iterator/iter.go | 2 +- .../leveldb/iterator/iter_suite_test.go | 2 +- .../goleveldb/leveldb/iterator/merged_iter.go | 6 +- .../leveldb/iterator/merged_iter_test.go | 6 +- .../goleveldb/leveldb/journal/journal.go | 4 +- .../syndtr/goleveldb/leveldb/key.go | 2 +- .../syndtr/goleveldb/leveldb/key_test.go | 2 +- .../goleveldb/leveldb/leveldb_suite_test.go | 2 +- .../goleveldb/leveldb/memdb/bench_test.go | 2 +- .../syndtr/goleveldb/leveldb/memdb/memdb.go | 8 +- .../leveldb/memdb/memdb_suite_test.go | 2 +- .../goleveldb/leveldb/memdb/memdb_test.go | 8 +- .../syndtr/goleveldb/leveldb/opt/options.go | 6 +- .../syndtr/goleveldb/leveldb/options.go | 4 +- .../syndtr/goleveldb/leveldb/session.go | 12 +- .../goleveldb/leveldb/session_record.go | 2 +- .../goleveldb/leveldb/session_record_test.go | 2 +- .../syndtr/goleveldb/leveldb/session_util.go | 4 +- .../goleveldb/leveldb/storage/file_storage.go | 2 +- .../goleveldb/leveldb/storage/mem_storage.go | 2 +- .../goleveldb/leveldb/storage/storage.go | 2 +- .../syndtr/goleveldb/leveldb/storage_test.go | 4 +- .../syndtr/goleveldb/leveldb/table.go | 12 +- .../goleveldb/leveldb/table/block_test.go | 8 +- .../syndtr/goleveldb/leveldb/table/reader.go | 18 +-- .../leveldb/table/table_suite_test.go | 2 +- .../goleveldb/leveldb/table/table_test.go | 8 +- .../syndtr/goleveldb/leveldb/table/writer.go | 10 +- .../syndtr/goleveldb/leveldb/testutil/db.go | 6 +- .../syndtr/goleveldb/leveldb/testutil/iter.go | 2 +- .../syndtr/goleveldb/leveldb/testutil/kv.go | 2 +- .../goleveldb/leveldb/testutil/kvtest.go | 4 +- .../goleveldb/leveldb/testutil/storage.go | 4 +- .../syndtr/goleveldb/leveldb/testutil/util.go | 2 +- .../syndtr/goleveldb/leveldb/testutil_test.go | 8 +- .../syndtr/goleveldb/leveldb/util.go | 2 +- .../syndtr/goleveldb/leveldb/version.go | 6 +- .../crypt/backend/consul/consul.go | 4 +- .../crypt/backend/etcd/etcd.go | 4 +- .../crypt/backend/mock/mock.go | 2 +- .../xordataexchange/crypt/config/config.go | 8 +- .../crypt/config/config_test.go | 2 +- .../crypt/encoding/secconf/secconf.go | 2 +- .../x/crypto/openpgp/armor/armor.go | 2 +- .../x/crypto/openpgp/clearsign/clearsign.go | 6 +- .../openpgp/clearsign/clearsign_test.go | 2 +- .../src/golang.org/x/crypto/openpgp/keys.go | 6 +- .../golang.org/x/crypto/openpgp/keys_test.go | 2 +- .../x/crypto/openpgp/packet/compressed.go | 2 +- .../x/crypto/openpgp/packet/encrypted_key.go | 4 +- .../openpgp/packet/one_pass_signature.go | 4 +- .../x/crypto/openpgp/packet/opaque.go | 2 +- .../x/crypto/openpgp/packet/packet.go | 4 +- .../x/crypto/openpgp/packet/packet_test.go | 2 +- .../x/crypto/openpgp/packet/private_key.go | 6 +- .../x/crypto/openpgp/packet/public_key.go | 4 +- .../x/crypto/openpgp/packet/public_key_v3.go | 2 +- .../x/crypto/openpgp/packet/reader.go | 2 +- .../x/crypto/openpgp/packet/signature.go | 4 +- .../x/crypto/openpgp/packet/signature_v3.go | 4 +- .../openpgp/packet/signature_v3_test.go | 2 +- .../openpgp/packet/symmetric_key_encrypted.go | 4 +- .../openpgp/packet/symmetrically_encrypted.go | 2 +- .../packet/symmetrically_encrypted_test.go | 2 +- .../src/golang.org/x/crypto/openpgp/read.go | 6 +- .../golang.org/x/crypto/openpgp/read_test.go | 2 +- .../golang.org/x/crypto/openpgp/s2k/s2k.go | 2 +- .../src/golang.org/x/crypto/openpgp/write.go | 8 +- .../x/text/transform/examples_test.go | 4 +- .../x/text/unicode/norm/example_iter_test.go | 2 +- .../x/text/unicode/norm/normregtest.go | 2 +- .../x/text/unicode/norm/transform.go | 2 +- .../x/text/unicode/norm/transform_test.go | 2 +- .../src/gopkg.in/yaml.v2/decode_test.go | 2 +- .../src/gopkg.in/yaml.v2/encode_test.go | 2 +- README.md | 14 +- commands/clear.go | 4 +- commands/config.go | 2 +- commands/name_pending.go | 16 +- docker.sh | 4 +- irc/client_test.go | 2 +- irc/conn_test.go | 2 +- irc/message_test.go | 2 +- main.go | 2 +- server/irc_handler.go | 4 +- server/irc_handler_test.go | 6 +- server/json.go | 2 +- server/serve_files.go | 2 +- server/server.go | 6 +- server/session.go | 4 +- server/websocket.go | 2 +- server/websocket_handler.go | 6 +- storage/channel_test.go | 2 +- storage/storage.go | 2 +- storage/user.go | 4 +- 576 files changed, 1289 insertions(+), 1289 deletions(-) diff --git a/Dockerfile b/Dockerfile index d4e20578..a8bbe255 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM scratch -ADD build/name_pending / +ADD build/dispatch / ADD ca-certificates.crt /etc/ssl/certs/ VOLUME ["/data"] -ENTRYPOINT ["/name_pending"] +ENTRYPOINT ["/dispatch"] CMD ["-p=8080", "--dir=/data"] \ No newline at end of file diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index e93fea4b..d0c00e61 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,5 +1,5 @@ { - "ImportPath": "github.com/khlieng/name_pending", + "ImportPath": "github.com/khlieng/dispatch", "GoVersion": "go1.4.2", "Packages": [ "./..." diff --git a/Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-decoder/main.go b/Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-decoder/main.go index 045be453..d442e4d9 100644 --- a/Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-decoder/main.go +++ b/Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-decoder/main.go @@ -11,7 +11,7 @@ import ( "path" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/BurntSushi/toml" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/BurntSushi/toml" ) func init() { diff --git a/Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-encoder/main.go b/Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-encoder/main.go index 4e66fbd3..af2a91cf 100644 --- a/Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-encoder/main.go +++ b/Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-encoder/main.go @@ -11,7 +11,7 @@ import ( "strconv" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/BurntSushi/toml" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/BurntSushi/toml" ) func init() { diff --git a/Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/tomlv/main.go b/Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/tomlv/main.go index be1d9006..3095762b 100644 --- a/Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/tomlv/main.go +++ b/Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/tomlv/main.go @@ -10,7 +10,7 @@ import ( "strings" "text/tabwriter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/BurntSushi/toml" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/BurntSushi/toml" ) var ( diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/custom_analyzer/custom_analyzer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/custom_analyzer/custom_analyzer.go index ba327f7b..6f1a23f0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/custom_analyzer/custom_analyzer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/custom_analyzer/custom_analyzer.go @@ -12,8 +12,8 @@ package standard_analyzer import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "custom" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/detect_lang_analyzer/detect_lang_analyzer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/detect_lang_analyzer/detect_lang_analyzer.go index 8b2f2b85..ab732299 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/detect_lang_analyzer/detect_lang_analyzer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/detect_lang_analyzer/detect_lang_analyzer.go @@ -12,11 +12,11 @@ package detect_lang_analyzer import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/cld2" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/cld2" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "detect_lang" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/keyword_analyzer/keyword_analyzer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/keyword_analyzer/keyword_analyzer.go index 57827035..63092fb9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/keyword_analyzer/keyword_analyzer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/keyword_analyzer/keyword_analyzer.go @@ -10,9 +10,9 @@ package keyword_analyzer import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "keyword" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/simple_analyzer/simple_analyzer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/simple_analyzer/simple_analyzer.go index b7ffd770..826de1fe 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/simple_analyzer/simple_analyzer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/simple_analyzer/simple_analyzer.go @@ -10,10 +10,10 @@ package simple_analyzer import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "simple" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/standard_analyzer/standard_analyzer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/standard_analyzer/standard_analyzer.go index ab551da1..f515a33e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/standard_analyzer/standard_analyzer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/standard_analyzer/standard_analyzer.go @@ -10,11 +10,11 @@ package standard_analyzer import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "standard" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/ignore/ignore_byte_array_converter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/ignore/ignore_byte_array_converter.go index 413d8781..d981ec0f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/ignore/ignore_byte_array_converter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/ignore/ignore_byte_array_converter.go @@ -10,8 +10,8 @@ package ignore_byte_array_converter import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) type IgnoreByteArrayConverter struct{} diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/json/json_byte_array_converter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/json/json_byte_array_converter.go index d64221fa..459c3130 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/json/json_byte_array_converter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/json/json_byte_array_converter.go @@ -12,8 +12,8 @@ package json_byte_array_converter import ( "encoding/json" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) type JSONByteArrayConverter struct{} diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/string/string_byte_array_conveter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/string/string_byte_array_conveter.go index 7f170d1c..4386256b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/string/string_byte_array_conveter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/string/string_byte_array_conveter.go @@ -10,8 +10,8 @@ package string_byte_array_converter import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) type StringByteArrayConverter struct{} diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/html_char_filter/html_char_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/html_char_filter/html_char_filter.go index 521f5dd0..863a7678 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/html_char_filter/html_char_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/html_char_filter/html_char_filter.go @@ -12,9 +12,9 @@ package html_char_filter import ( "regexp" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/regexp_char_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/regexp_char_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "html" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/regexp_char_filter/regexp_char_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/regexp_char_filter/regexp_char_filter.go index ee7fcc41..5c866ed8 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/regexp_char_filter/regexp_char_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/regexp_char_filter/regexp_char_filter.go @@ -14,8 +14,8 @@ import ( "fmt" "regexp" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "regexp" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/zero_width_non_joiner/zero_width_non_joiner_char_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/zero_width_non_joiner/zero_width_non_joiner_char_filter.go index 8e2c290a..e9cd60af 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/zero_width_non_joiner/zero_width_non_joiner_char_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/zero_width_non_joiner/zero_width_non_joiner_char_filter.go @@ -12,9 +12,9 @@ package zero_width_non_joiner import ( "regexp" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/regexp_char_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/regexp_char_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "zero_width_spaces" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/datetime_optional/datetime_optional.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/datetime_optional/datetime_optional.go index 0ea96a3f..77f63a37 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/datetime_optional/datetime_optional.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/datetime_optional/datetime_optional.go @@ -12,9 +12,9 @@ package html_char_filter import ( "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/flexible_go" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/flexible_go" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "dateTimeOptional" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/flexible_go/flexible_go.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/flexible_go/flexible_go.go index e5431042..4a67d70c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/flexible_go/flexible_go.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/flexible_go/flexible_go.go @@ -13,8 +13,8 @@ import ( "fmt" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "flexiblego" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/flexible_go/flexible_go_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/flexible_go/flexible_go_test.go index 70150ff6..bdd3a66a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/flexible_go/flexible_go_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/flexible_go/flexible_go_test.go @@ -14,7 +14,7 @@ import ( "testing" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestFlexibleDateTimeParser(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/analyzer_ar.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/analyzer_ar.go index c41d4ae9..d2ffb75f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/analyzer_ar.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/analyzer_ar.go @@ -10,11 +10,11 @@ package ar import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "ar" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/analyzer_ar_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/analyzer_ar_test.go index 963d4000..d6340747 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/analyzer_ar_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/analyzer_ar_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestArabicAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/arabic_normalize.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/arabic_normalize.go index a310ea96..042f9645 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/arabic_normalize.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/arabic_normalize.go @@ -12,8 +12,8 @@ package ar import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const NormalizeName = "normalize_ar" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/arabic_normalize_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/arabic_normalize_test.go index 20aa97ff..6d79ded5 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/arabic_normalize_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/arabic_normalize_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestArabicNormalizeFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stemmer_ar.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stemmer_ar.go index 6d762fbd..1450f0a3 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stemmer_ar.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stemmer_ar.go @@ -12,8 +12,8 @@ package ar import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_ar" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stemmer_ar_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stemmer_ar_test.go index 3e37f2c8..85db685b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stemmer_ar_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stemmer_ar_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestArabicStemmerFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stop_filter_ar.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stop_filter_ar.go index e567e191..88504ffe 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stop_filter_ar.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stop_filter_ar.go @@ -10,9 +10,9 @@ package ar import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stop_words_ar.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stop_words_ar.go index 20755f50..725d3eb9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stop_words_ar.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar/stop_words_ar.go @@ -1,8 +1,8 @@ package ar import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_ar" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/bg/stop_filter_bg.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/bg/stop_filter_bg.go index 9a198225..0099068c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/bg/stop_filter_bg.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/bg/stop_filter_bg.go @@ -10,9 +10,9 @@ package bg import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/bg/stop_words_bg.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/bg/stop_words_bg.go index ee3eeac8..fe7a994e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/bg/stop_words_bg.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/bg/stop_words_bg.go @@ -1,8 +1,8 @@ package bg import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_bg" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/articles_ca.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/articles_ca.go index 516d8946..f41a47d4 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/articles_ca.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/articles_ca.go @@ -1,8 +1,8 @@ package ca import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const ArticlesName = "articles_ca" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/elision_ca.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/elision_ca.go index 8110edfc..6df50589 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/elision_ca.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/elision_ca.go @@ -12,9 +12,9 @@ package ca import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const ElisionName = "elision_ca" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/elision_ca_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/elision_ca_test.go index 49aff361..d0d0a058 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/elision_ca_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/elision_ca_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestFrenchElision(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/stop_filter_ca.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/stop_filter_ca.go index 8597808e..7537b8a4 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/stop_filter_ca.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/stop_filter_ca.go @@ -10,9 +10,9 @@ package ca import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/stop_words_ca.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/stop_words_ca.go index 063a43bb..8f63062c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/stop_words_ca.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca/stop_words_ca.go @@ -1,8 +1,8 @@ package ca import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_ca" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/analyzer_cjk.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/analyzer_cjk.go index f29bb5c7..82feb783 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/analyzer_cjk.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/analyzer_cjk.go @@ -10,11 +10,11 @@ package cjk import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/whitespace_tokenizer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/whitespace_tokenizer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "cjk" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/analyzer_cjk_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/analyzer_cjk_test.go index 80af6ab0..8df2a455 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/analyzer_cjk_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/analyzer_cjk_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestCJKAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/cjk_bigram.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/cjk_bigram.go index 2e902ccd..71cbb683 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/cjk_bigram.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/cjk_bigram.go @@ -12,8 +12,8 @@ package cjk import ( "container/ring" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const BigramName = "cjk_bigram" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/cjk_bigram_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/cjk_bigram_test.go index 7805e969..083f2599 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/cjk_bigram_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk/cjk_bigram_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestCJKBigramFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/analyzer_ckb.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/analyzer_ckb.go index 48b4bddd..7a0d8b25 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/analyzer_ckb.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/analyzer_ckb.go @@ -12,10 +12,10 @@ package ckb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "ckb" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/analyzer_ckb_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/analyzer_ckb_test.go index c0d6257b..7d45dfce 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/analyzer_ckb_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/analyzer_ckb_test.go @@ -15,8 +15,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestSoraniAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_normalize.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_normalize.go index f35fd6a0..27750476 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_normalize.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_normalize.go @@ -13,8 +13,8 @@ import ( "bytes" "unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const NormalizeName = "normalize_ckb" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_normalize_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_normalize_test.go index 48a8a8f6..ee8afa74 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_normalize_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_normalize_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestSoraniNormalizeFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_stemmer_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_stemmer_filter.go index 6f664d4e..84a2eebe 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_stemmer_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_stemmer_filter.go @@ -13,8 +13,8 @@ import ( "bytes" "unicode/utf8" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_ckb" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_stemmer_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_stemmer_filter_test.go index fab292c5..371d9e7c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_stemmer_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/sorani_stemmer_filter_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token" ) func TestSoraniStemmerFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/stop_filter_ckb.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/stop_filter_ckb.go index 46efffac..913832c9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/stop_filter_ckb.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/stop_filter_ckb.go @@ -10,9 +10,9 @@ package ckb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/stop_words_ckb.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/stop_words_ckb.go index 55654af8..d91a523f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/stop_words_ckb.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb/stop_words_ckb.go @@ -1,8 +1,8 @@ package ckb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_ckb" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cs/stop_filter_cs.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cs/stop_filter_cs.go index 8e7e34d5..79716cd4 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cs/stop_filter_cs.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cs/stop_filter_cs.go @@ -10,9 +10,9 @@ package cs import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cs/stop_words_cs.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cs/stop_words_cs.go index 28e1b6c5..aa77d715 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cs/stop_words_cs.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cs/stop_words_cs.go @@ -1,8 +1,8 @@ package cs import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_cs" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/analyzer_da.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/analyzer_da.go index f9fe25d7..37b259d2 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/analyzer_da.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/analyzer_da.go @@ -13,10 +13,10 @@ package da import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "da" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/analyzer_da_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/analyzer_da_test.go index 2b63d46c..4880a42e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/analyzer_da_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/analyzer_da_test.go @@ -16,8 +16,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestDanishAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/stemmer_da.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/stemmer_da.go index 4b7fc2dc..9866cc65 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/stemmer_da.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/stemmer_da.go @@ -12,9 +12,9 @@ package da import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_da" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/stop_filter_da.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/stop_filter_da.go index e72c9e31..2d5cfa5e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/stop_filter_da.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/stop_filter_da.go @@ -10,9 +10,9 @@ package da import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/stop_words_da.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/stop_words_da.go index 8ae6a539..beb9de30 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/stop_words_da.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da/stop_words_da.go @@ -1,8 +1,8 @@ package da import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_da" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/analyzer_de.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/analyzer_de.go index 8d181868..ee39f63b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/analyzer_de.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/analyzer_de.go @@ -13,10 +13,10 @@ package de import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "de" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/analyzer_de_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/analyzer_de_test.go index e760bf6b..bf13a443 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/analyzer_de_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/analyzer_de_test.go @@ -16,8 +16,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestGermanAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/german_normalize.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/german_normalize.go index b67abaf7..d03f7970 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/german_normalize.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/german_normalize.go @@ -12,16 +12,16 @@ package de import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const NormalizeName = "normalize_de" const ( N = /* ordinary state */ 0 - V = 1 /* stops 'u' from entering umlaut state */ - U = 2 /* umlaut state, allows e-deletion */ + V = 1 /* stops 'u' from entering umlaut state */ + U = 2 /* umlaut state, allows e-deletion */ ) type GermanNormalizeFilter struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/german_normalize_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/german_normalize_test.go index f9a4c8d1..7fdfcb10 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/german_normalize_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/german_normalize_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestGermanNormalizeFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/stemmer_de.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/stemmer_de.go index 3a80ebda..627ba0fa 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/stemmer_de.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/stemmer_de.go @@ -12,9 +12,9 @@ package de import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_de" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/stop_filter_de.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/stop_filter_de.go index 856eab5f..32f2e6e2 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/stop_filter_de.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/stop_filter_de.go @@ -10,9 +10,9 @@ package de import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/stop_words_de.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/stop_words_de.go index 2168bbc4..24f65162 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/stop_words_de.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de/stop_words_de.go @@ -1,8 +1,8 @@ package de import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_de" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/el/stop_filter_el.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/el/stop_filter_el.go index 3ce2c1d3..966272cc 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/el/stop_filter_el.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/el/stop_filter_el.go @@ -10,9 +10,9 @@ package el import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/el/stop_words_el.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/el/stop_words_el.go index e2238795..5d854d03 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/el/stop_words_el.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/el/stop_words_el.go @@ -1,8 +1,8 @@ package el import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_el" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/analyzer_en.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/analyzer_en.go index 40a6cb02..cf26db7c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/analyzer_en.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/analyzer_en.go @@ -10,11 +10,11 @@ package en import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/porter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/porter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "en" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/analyzer_en_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/analyzer_en_test.go index c2b0c86d..cf67ed97 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/analyzer_en_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/analyzer_en_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestEnglishAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/possessive_filter_en.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/possessive_filter_en.go index ce6a5dfa..9fccffdc 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/possessive_filter_en.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/possessive_filter_en.go @@ -12,8 +12,8 @@ package en import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const PossessiveName = "possessive_en" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/possessive_filter_en_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/possessive_filter_en_test.go index df055125..80494645 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/possessive_filter_en_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/possessive_filter_en_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestEnglishPossessiveFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stemmer_en.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stemmer_en.go index c778efe8..138cfc9a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stemmer_en.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stemmer_en.go @@ -12,9 +12,9 @@ package en import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_en" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stemmer_en_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stemmer_en_test.go index 95930b4c..80337a32 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stemmer_en_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stemmer_en_test.go @@ -15,8 +15,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestEnglishStemmer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stop_filter_en.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stop_filter_en.go index 191d7492..56aecada 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stop_filter_en.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stop_filter_en.go @@ -10,9 +10,9 @@ package en import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stop_words_en.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stop_words_en.go index a3f94b16..7b58b98f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stop_words_en.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en/stop_words_en.go @@ -1,8 +1,8 @@ package en import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_en" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/analyzer_es.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/analyzer_es.go index 0fba32f3..8c3e04e1 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/analyzer_es.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/analyzer_es.go @@ -13,10 +13,10 @@ package es import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "es" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/analyzer_es_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/analyzer_es_test.go index e322b2ac..3f071b70 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/analyzer_es_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/analyzer_es_test.go @@ -16,8 +16,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestSpanishAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/stemmer_es.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/stemmer_es.go index c0f8acf1..4b328669 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/stemmer_es.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/stemmer_es.go @@ -12,9 +12,9 @@ package es import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_es" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/stop_filter_es.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/stop_filter_es.go index 9dd1475a..b5d867a1 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/stop_filter_es.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/stop_filter_es.go @@ -10,9 +10,9 @@ package es import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/stop_words_es.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/stop_words_es.go index 6ac1a299..33c2113b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/stop_words_es.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es/stop_words_es.go @@ -1,8 +1,8 @@ package es import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_es" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/eu/stop_filter_eu.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/eu/stop_filter_eu.go index 83a7cd19..b98c986b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/eu/stop_filter_eu.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/eu/stop_filter_eu.go @@ -10,9 +10,9 @@ package eu import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/eu/stop_words_eu.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/eu/stop_words_eu.go index 7b5afd81..48169912 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/eu/stop_words_eu.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/eu/stop_words_eu.go @@ -1,8 +1,8 @@ package eu import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_eu" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/analyzer_fa.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/analyzer_fa.go index 04e1667f..8bf51df3 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/analyzer_fa.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/analyzer_fa.go @@ -12,12 +12,12 @@ package fa import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/zero_width_non_joiner" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/zero_width_non_joiner" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "fa" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/analyzer_fa_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/analyzer_fa_test.go index c2495f73..a631dcfb 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/analyzer_fa_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/analyzer_fa_test.go @@ -15,8 +15,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestPersianAnalyzerVerbs(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/persian_normalize.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/persian_normalize.go index 6b2aea4f..16bc5771 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/persian_normalize.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/persian_normalize.go @@ -12,8 +12,8 @@ package fa import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const NormalizeName = "normalize_fa" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/persian_normalize_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/persian_normalize_test.go index 1861abe3..2b9f12e7 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/persian_normalize_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/persian_normalize_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestPersianNormalizeFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/stop_filter_fa.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/stop_filter_fa.go index f0380820..e88f6ac3 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/stop_filter_fa.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/stop_filter_fa.go @@ -10,9 +10,9 @@ package fa import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/stop_words_fa.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/stop_words_fa.go index 2f320a2f..31563b59 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/stop_words_fa.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa/stop_words_fa.go @@ -1,8 +1,8 @@ package fa import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_fa" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/analyzer_fi.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/analyzer_fi.go index 3b6eaf30..d58e74e1 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/analyzer_fi.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/analyzer_fi.go @@ -13,10 +13,10 @@ package fi import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "fi" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/analyzer_fi_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/analyzer_fi_test.go index 0557d1d7..34dc953e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/analyzer_fi_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/analyzer_fi_test.go @@ -16,8 +16,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestFinishAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/stemmer_fi.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/stemmer_fi.go index fc411309..ca79af11 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/stemmer_fi.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/stemmer_fi.go @@ -12,9 +12,9 @@ package fi import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_fi" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/stop_filter_fi.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/stop_filter_fi.go index bf6290e6..f5f68b29 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/stop_filter_fi.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/stop_filter_fi.go @@ -10,9 +10,9 @@ package fi import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/stop_words_fi.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/stop_words_fi.go index 7b83aa90..6405f982 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/stop_words_fi.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi/stop_words_fi.go @@ -1,8 +1,8 @@ package fi import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_fi" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/analyzer_fr.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/analyzer_fr.go index 8ce551b3..68d16095 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/analyzer_fr.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/analyzer_fr.go @@ -10,10 +10,10 @@ package fr import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "fr" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/analyzer_fr_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/analyzer_fr_test.go index e973ff56..01c37ed5 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/analyzer_fr_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/analyzer_fr_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestFrenchAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/articles_fr.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/articles_fr.go index 04340fef..2ca6e11f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/articles_fr.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/articles_fr.go @@ -1,8 +1,8 @@ package fr import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const ArticlesName = "articles_fr" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/elision_fr.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/elision_fr.go index d3ee602c..d6b80c55 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/elision_fr.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/elision_fr.go @@ -12,9 +12,9 @@ package fr import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const ElisionName = "elision_fr" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/elision_fr_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/elision_fr_test.go index e68ae93a..121cf55a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/elision_fr_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/elision_fr_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestFrenchElision(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/light_stemmer_fr.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/light_stemmer_fr.go index fa871c73..5292681a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/light_stemmer_fr.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/light_stemmer_fr.go @@ -13,8 +13,8 @@ import ( "bytes" "unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const LightStemmerName = "stemmer_fr_light" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/light_stemmer_fr_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/light_stemmer_fr_test.go index 39180871..a0012724 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/light_stemmer_fr_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/light_stemmer_fr_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestFrenchLightStemmer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/minimal_stemmer_fr.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/minimal_stemmer_fr.go index 6eef925c..1946ac06 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/minimal_stemmer_fr.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/minimal_stemmer_fr.go @@ -12,8 +12,8 @@ package fr import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const MinimalStemmerName = "stemmer_fr_min" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/minimal_stemmer_fr_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/minimal_stemmer_fr_test.go index a71ebe35..79bf6691 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/minimal_stemmer_fr_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/minimal_stemmer_fr_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestFrenchMinimalStemmer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/stemmer_fr.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/stemmer_fr.go index 2db836e5..33c8b341 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/stemmer_fr.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/stemmer_fr.go @@ -12,9 +12,9 @@ package fr import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_fr" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/stop_filter_fr.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/stop_filter_fr.go index a4ec9e3b..6f031216 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/stop_filter_fr.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/stop_filter_fr.go @@ -10,9 +10,9 @@ package fr import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/stop_words_fr.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/stop_words_fr.go index 3debc895..a00f9279 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/stop_words_fr.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr/stop_words_fr.go @@ -1,8 +1,8 @@ package fr import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_fr" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/articles_ga.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/articles_ga.go index 0c8d4a98..8af8558a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/articles_ga.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/articles_ga.go @@ -1,8 +1,8 @@ package ga import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const ArticlesName = "articles_ga" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/elision_ga.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/elision_ga.go index 6ea1e113..70f67ffc 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/elision_ga.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/elision_ga.go @@ -12,9 +12,9 @@ package ga import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const ElisionName = "elision_ga" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/elision_ga_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/elision_ga_test.go index 92ea6814..46826c7f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/elision_ga_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/elision_ga_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestFrenchElision(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/stop_filter_ga.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/stop_filter_ga.go index af117c28..0ba791dc 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/stop_filter_ga.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/stop_filter_ga.go @@ -10,9 +10,9 @@ package ga import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/stop_words_ga.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/stop_words_ga.go index 4497024a..880ff48a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/stop_words_ga.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga/stop_words_ga.go @@ -1,8 +1,8 @@ package ga import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_ga" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/gl/stop_filter_gl.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/gl/stop_filter_gl.go index d5bd8488..15e03af9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/gl/stop_filter_gl.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/gl/stop_filter_gl.go @@ -10,9 +10,9 @@ package gl import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/gl/stop_words_gl.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/gl/stop_words_gl.go index 09afa73c..0e4f4afd 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/gl/stop_words_gl.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/gl/stop_words_gl.go @@ -1,8 +1,8 @@ package gl import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_gl" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/analyzer_hi.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/analyzer_hi.go index 661fa0af..82fac849 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/analyzer_hi.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/analyzer_hi.go @@ -10,11 +10,11 @@ package hi import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "hi" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/analyzer_hi_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/analyzer_hi_test.go index 91293a68..e69944b9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/analyzer_hi_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/analyzer_hi_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestHindiAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_normalize.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_normalize.go index eb8ee591..92769521 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_normalize.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_normalize.go @@ -12,8 +12,8 @@ package hi import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const NormalizeName = "normalize_hi" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_normalize_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_normalize_test.go index 7aab7823..e7366b14 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_normalize_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_normalize_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestHindiNormalizeFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_stemmer_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_stemmer_filter.go index 5f4295f1..928731db 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_stemmer_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_stemmer_filter.go @@ -13,8 +13,8 @@ import ( "bytes" "unicode/utf8" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_hi" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_stemmer_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_stemmer_filter_test.go index 7d2f0855..8622261b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_stemmer_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/hindi_stemmer_filter_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestHindiStemmerFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/stop_filter_hi.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/stop_filter_hi.go index 87a8a6ff..5f5f967d 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/stop_filter_hi.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/stop_filter_hi.go @@ -10,9 +10,9 @@ package hi import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/stop_words_hi.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/stop_words_hi.go index 47d04a1e..391d17a5 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/stop_words_hi.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi/stop_words_hi.go @@ -1,8 +1,8 @@ package hi import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_hi" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/analyzer_hu.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/analyzer_hu.go index 2f103d58..1c9c120a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/analyzer_hu.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/analyzer_hu.go @@ -13,10 +13,10 @@ package hu import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "hu" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/analyzer_hu_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/analyzer_hu_test.go index 93a65c6b..346d196a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/analyzer_hu_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/analyzer_hu_test.go @@ -16,8 +16,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestHungarianAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/stemmer_hu.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/stemmer_hu.go index 863e9664..31123357 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/stemmer_hu.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/stemmer_hu.go @@ -12,9 +12,9 @@ package hu import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_hu" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/stop_filter_hu.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/stop_filter_hu.go index 195bd233..16810c2e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/stop_filter_hu.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/stop_filter_hu.go @@ -10,9 +10,9 @@ package hu import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/stop_words_hu.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/stop_words_hu.go index 45f01524..e58075e8 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/stop_words_hu.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu/stop_words_hu.go @@ -1,8 +1,8 @@ package hu import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_hu" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hy/stop_filter_hy.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hy/stop_filter_hy.go index 418083ae..69aa865c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hy/stop_filter_hy.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hy/stop_filter_hy.go @@ -10,9 +10,9 @@ package hy import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hy/stop_words_hy.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hy/stop_words_hy.go index 8f36d3fc..08c6ed88 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hy/stop_words_hy.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hy/stop_words_hy.go @@ -1,8 +1,8 @@ package hy import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_hy" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/id/stop_filter_id.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/id/stop_filter_id.go index 0f42571a..60b27570 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/id/stop_filter_id.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/id/stop_filter_id.go @@ -10,9 +10,9 @@ package id import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/id/stop_words_id.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/id/stop_words_id.go index 4f4f1ae8..f4108843 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/id/stop_words_id.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/id/stop_words_id.go @@ -1,8 +1,8 @@ package id import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_id" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in/indic_normalize.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in/indic_normalize.go index 6968cba2..8c1d00ee 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in/indic_normalize.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in/indic_normalize.go @@ -12,8 +12,8 @@ package in import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const NormalizeName = "normalize_in" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in/indic_normalize_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in/indic_normalize_test.go index b5728b37..5fe6a55d 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in/indic_normalize_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in/indic_normalize_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestIndicNormalizeFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in/scripts.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in/scripts.go index 6465ff5a..25926985 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in/scripts.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in/scripts.go @@ -12,8 +12,8 @@ package in import ( "unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/willf/bitset" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/willf/bitset" ) type ScriptData struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/analyzer_it.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/analyzer_it.go index bb58a2eb..473f4d09 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/analyzer_it.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/analyzer_it.go @@ -10,10 +10,10 @@ package it import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "it" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/analyzer_it_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/analyzer_it_test.go index 7fcaba83..0fb56540 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/analyzer_it_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/analyzer_it_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestItalianAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/articles_it.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/articles_it.go index edb0ad1d..019eda7f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/articles_it.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/articles_it.go @@ -1,8 +1,8 @@ package it import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const ArticlesName = "articles_it" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/elision_it.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/elision_it.go index c5a898a3..34e484bf 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/elision_it.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/elision_it.go @@ -12,9 +12,9 @@ package it import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const ElisionName = "elision_it" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/elision_it_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/elision_it_test.go index 5a76ebbf..c40a8b0a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/elision_it_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/elision_it_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestItalianElision(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/light_stemmer_it.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/light_stemmer_it.go index 71f4115a..225c5678 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/light_stemmer_it.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/light_stemmer_it.go @@ -12,8 +12,8 @@ package it import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const LightStemmerName = "stemmer_it_light" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/light_stemmer_it_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/light_stemmer_it_test.go index 3df155d6..268e86de 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/light_stemmer_it_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/light_stemmer_it_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestItalianLightStemmer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/stemmer_it.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/stemmer_it.go index a74e75fb..6d0c30d7 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/stemmer_it.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/stemmer_it.go @@ -12,9 +12,9 @@ package it import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_it" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/stop_filter_it.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/stop_filter_it.go index d9af6390..01558a61 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/stop_filter_it.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/stop_filter_it.go @@ -10,9 +10,9 @@ package it import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/stop_words_it.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/stop_words_it.go index 05a06eb8..8769e638 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/stop_words_it.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it/stop_words_it.go @@ -1,8 +1,8 @@ package it import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_it" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/analyzer_ja.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/analyzer_ja.go index 968defe5..e53f38a6 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/analyzer_ja.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/analyzer_ja.go @@ -12,9 +12,9 @@ package ja import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "ja" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/analyzer_ja_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/analyzer_ja_test.go index 102a82ee..be772861 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/analyzer_ja_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/analyzer_ja_test.go @@ -15,8 +15,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestJaAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/ja_morph_kagome.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/ja_morph_kagome.go index ca5283bc..166f9e48 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/ja_morph_kagome.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/ja_morph_kagome.go @@ -13,8 +13,8 @@ package ja import ( "github.com/ikawaha/kagome" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const TokenizerName = "kagome" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/ja_morph_kagome_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/ja_morph_kagome_test.go index a2cf8610..201274d1 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/ja_morph_kagome_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja/ja_morph_kagome_test.go @@ -15,7 +15,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestKagome(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/analyzer_nl.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/analyzer_nl.go index 6c567e82..bb8e09c0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/analyzer_nl.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/analyzer_nl.go @@ -13,10 +13,10 @@ package nl import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "nl" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/analyzer_nl_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/analyzer_nl_test.go index 7ca9e6f9..b7108c28 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/analyzer_nl_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/analyzer_nl_test.go @@ -16,8 +16,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestDutchAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/stemmer_nl.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/stemmer_nl.go index bf3d6863..8c2328bc 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/stemmer_nl.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/stemmer_nl.go @@ -12,9 +12,9 @@ package nl import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_nl" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/stop_filter_nl.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/stop_filter_nl.go index e2157ef7..57cb6d17 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/stop_filter_nl.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/stop_filter_nl.go @@ -10,9 +10,9 @@ package nl import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/stop_words_nl.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/stop_words_nl.go index 39966c36..56d702f0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/stop_words_nl.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl/stop_words_nl.go @@ -1,8 +1,8 @@ package nl import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_nl" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/analyzer_no.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/analyzer_no.go index 1a2a9b59..6cfc3eb3 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/analyzer_no.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/analyzer_no.go @@ -13,10 +13,10 @@ package no import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "no" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/analyzer_no_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/analyzer_no_test.go index 870a7979..a0e72f98 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/analyzer_no_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/analyzer_no_test.go @@ -16,8 +16,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestNorwegianAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/stemmer_no.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/stemmer_no.go index 3ae818c9..e38b453a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/stemmer_no.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/stemmer_no.go @@ -12,9 +12,9 @@ package no import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_no" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/stop_filter_no.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/stop_filter_no.go index 747afe87..8a58aea5 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/stop_filter_no.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/stop_filter_no.go @@ -10,9 +10,9 @@ package no import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/stop_words_no.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/stop_words_no.go index 2b0817af..367842d0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/stop_words_no.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no/stop_words_no.go @@ -1,8 +1,8 @@ package no import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_no" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/porter/stemmer_porter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/porter/stemmer_porter.go index 8d3eac14..e516e47e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/porter/stemmer_porter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/porter/stemmer_porter.go @@ -12,9 +12,9 @@ package porter import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_porter_classic" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/analyzer_pt.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/analyzer_pt.go index ce8aa157..876d9ee3 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/analyzer_pt.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/analyzer_pt.go @@ -10,10 +10,10 @@ package pt import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "pt" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/analyzer_pt_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/analyzer_pt_test.go index 9a2d542b..5da0502e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/analyzer_pt_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/analyzer_pt_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestPortugueseAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/light_stemmer_pt.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/light_stemmer_pt.go index 75179cb5..3e7165e4 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/light_stemmer_pt.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/light_stemmer_pt.go @@ -12,8 +12,8 @@ package pt import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const LightStemmerName = "stemmer_pt_light" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/light_stemmer_pt_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/light_stemmer_pt_test.go index fdb60f4a..e09571c5 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/light_stemmer_pt_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/light_stemmer_pt_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestPortugueseLightStemmer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/stemmer_pt.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/stemmer_pt.go index fc589678..78357c0d 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/stemmer_pt.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/stemmer_pt.go @@ -12,9 +12,9 @@ package pt import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_pt" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/stop_filter_pt.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/stop_filter_pt.go index 629a02de..e4750bdd 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/stop_filter_pt.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/stop_filter_pt.go @@ -10,9 +10,9 @@ package pt import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/stop_words_pt.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/stop_words_pt.go index 4502873e..7af4307a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/stop_words_pt.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt/stop_words_pt.go @@ -1,8 +1,8 @@ package pt import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_pt" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/analyzer_ro.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/analyzer_ro.go index 7283c25a..6ca899b2 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/analyzer_ro.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/analyzer_ro.go @@ -13,10 +13,10 @@ package ro import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "ro" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/analyzer_ro_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/analyzer_ro_test.go index 57a2b0c1..90bf61b0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/analyzer_ro_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/analyzer_ro_test.go @@ -16,8 +16,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestRomanianAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/stemmer_ro.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/stemmer_ro.go index 26504bdf..012408c6 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/stemmer_ro.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/stemmer_ro.go @@ -12,9 +12,9 @@ package ro import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_ro" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/stop_filter_ro.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/stop_filter_ro.go index 47687cc0..69c18ee6 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/stop_filter_ro.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/stop_filter_ro.go @@ -10,9 +10,9 @@ package ro import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/stop_words_ro.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/stop_words_ro.go index 46379f7b..d18ca892 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/stop_words_ro.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro/stop_words_ro.go @@ -1,8 +1,8 @@ package ro import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_ro" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/analyzer_ru.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/analyzer_ru.go index 76e7d2be..5b548ae2 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/analyzer_ru.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/analyzer_ru.go @@ -13,10 +13,10 @@ package ru import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "ru" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/analyzer_ru_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/analyzer_ru_test.go index 60b66023..3a0720b7 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/analyzer_ru_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/analyzer_ru_test.go @@ -16,8 +16,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestRussianAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/stemmer_ru.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/stemmer_ru.go index f7e24eb5..a519b6b2 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/stemmer_ru.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/stemmer_ru.go @@ -12,9 +12,9 @@ package ru import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_ru" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/stop_filter_ru.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/stop_filter_ru.go index ce46018d..15fea49c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/stop_filter_ru.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/stop_filter_ru.go @@ -10,9 +10,9 @@ package ru import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/stop_words_ru.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/stop_words_ru.go index aea73640..e61209e8 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/stop_words_ru.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru/stop_words_ru.go @@ -1,8 +1,8 @@ package ru import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_ru" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/analyzer_sv.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/analyzer_sv.go index 149ad204..083880f0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/analyzer_sv.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/analyzer_sv.go @@ -13,10 +13,10 @@ package sv import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "sv" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/analyzer_sv_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/analyzer_sv_test.go index 5f67cfaa..32571e26 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/analyzer_sv_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/analyzer_sv_test.go @@ -16,8 +16,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestSwedishAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/stemmer_sv.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/stemmer_sv.go index f844665c..d5b61a1c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/stemmer_sv.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/stemmer_sv.go @@ -12,9 +12,9 @@ package sv import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_sv" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/stop_filter_sv.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/stop_filter_sv.go index 2abb8de8..db8fb236 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/stop_filter_sv.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/stop_filter_sv.go @@ -10,9 +10,9 @@ package sv import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/stop_words_sv.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/stop_words_sv.go index 6efd70d8..f79f11a9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/stop_words_sv.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv/stop_words_sv.go @@ -1,8 +1,8 @@ package sv import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_sv" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/analyzer_th.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/analyzer_th.go index 65a67dd3..d5c1fc60 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/analyzer_th.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/analyzer_th.go @@ -12,9 +12,9 @@ package th import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "th" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/analyzer_th_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/analyzer_th_test.go index 0368c2db..bd847fd3 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/analyzer_th_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/analyzer_th_test.go @@ -15,8 +15,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) // tried to adapt these from the lucene tests, most of which either diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/stop_filter_th.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/stop_filter_th.go index 53d78ad9..6e0c7fec 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/stop_filter_th.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/stop_filter_th.go @@ -10,9 +10,9 @@ package th import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/stop_words_th.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/stop_words_th.go index 70ee3793..571fc9af 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/stop_words_th.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/stop_words_th.go @@ -1,8 +1,8 @@ package th import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_th" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/unicode_tokenizer_th.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/unicode_tokenizer_th.go index 21e0960f..025d4344 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/unicode_tokenizer_th.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th/unicode_tokenizer_th.go @@ -12,9 +12,9 @@ package th import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const TokenizerName = "icu_th" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/analyzer_tr.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/analyzer_tr.go index 8e920ad6..4afa7308 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/analyzer_tr.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/analyzer_tr.go @@ -13,11 +13,11 @@ package tr import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/apostrophe_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/apostrophe_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const AnalyzerName = "tr" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/analyzer_tr_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/analyzer_tr_test.go index 79d8098e..29de3223 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/analyzer_tr_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/analyzer_tr_test.go @@ -16,8 +16,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestTurkishAnalyzer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/stemmer_tr.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/stemmer_tr.go index 27838182..65fa4b92 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/stemmer_tr.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/stemmer_tr.go @@ -12,9 +12,9 @@ package tr import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StemmerName = "stemmer_tr" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/stop_filter_tr.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/stop_filter_tr.go index 77983fec..3e2f80ac 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/stop_filter_tr.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/stop_filter_tr.go @@ -10,9 +10,9 @@ package tr import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/stop_words_tr.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/stop_words_tr.go index a4d54f31..bd19f5ba 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/stop_words_tr.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr/stop_words_tr.go @@ -1,8 +1,8 @@ package tr import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const StopName = "stop_tr" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/apostrophe_filter/apostrophe_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/apostrophe_filter/apostrophe_filter.go index 08ffefae..df0bf799 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/apostrophe_filter/apostrophe_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/apostrophe_filter/apostrophe_filter.go @@ -12,8 +12,8 @@ package apostrophe_filter import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "apostrophe" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/apostrophe_filter/apostrophe_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/apostrophe_filter/apostrophe_filter_test.go index 55af5ab7..87a9bc85 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/apostrophe_filter/apostrophe_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/apostrophe_filter/apostrophe_filter_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestApostropheFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/cld2/cld2_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/cld2/cld2_filter.go index 8125c996..388f1181 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/cld2/cld2_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/cld2/cld2_filter.go @@ -19,8 +19,8 @@ import "C" import ( "unsafe" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "detect_lang" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/cld2/cld2_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/cld2/cld2_filter_test.go index 12290814..af2e14d4 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/cld2/cld2_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/cld2/cld2_filter_test.go @@ -15,7 +15,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestCld2Filter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/compound/dict.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/compound/dict.go index cf05dc48..8825cbc9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/compound/dict.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/compound/dict.go @@ -14,8 +14,8 @@ import ( "fmt" "unicode/utf8" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "dict_compound" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/compound/dict_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/compound/dict_test.go index 7617e09a..fabc9ff0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/compound/dict_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/compound/dict_test.go @@ -13,9 +13,9 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_map" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_map" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestStopWordsFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/edge_ngram_filter/edge_ngram_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/edge_ngram_filter/edge_ngram_filter.go index 5cf107e9..925db959 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/edge_ngram_filter/edge_ngram_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/edge_ngram_filter/edge_ngram_filter.go @@ -14,8 +14,8 @@ import ( "fmt" "unicode/utf8" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "edge_ngram" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/edge_ngram_filter/edge_ngram_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/edge_ngram_filter/edge_ngram_filter_test.go index 78b0d58e..002d00db 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/edge_ngram_filter/edge_ngram_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/edge_ngram_filter/edge_ngram_filter_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestEdgeNgramFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter/elision_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter/elision_filter.go index 94548a48..cb98204a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter/elision_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter/elision_filter.go @@ -13,8 +13,8 @@ import ( "bytes" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "elision" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter/elision_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter/elision_filter_test.go index 7bffc533..190f0a23 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter/elision_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter/elision_filter_test.go @@ -13,9 +13,9 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_map" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_map" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestElisionFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/keyword_marker_filter/keyword_marker_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/keyword_marker_filter/keyword_marker_filter.go index 9a788d2d..269bb6cc 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/keyword_marker_filter/keyword_marker_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/keyword_marker_filter/keyword_marker_filter.go @@ -12,8 +12,8 @@ package keyword_filter import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "keyword_marker" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/keyword_marker_filter/keyword_marker_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/keyword_marker_filter/keyword_marker_filter_test.go index f5dfa55d..16bebfa4 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/keyword_marker_filter/keyword_marker_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/keyword_marker_filter/keyword_marker_filter_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestKeyWordMarkerFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/length_filter/length_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/length_filter/length_filter.go index 9e16440f..02083acb 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/length_filter/length_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/length_filter/length_filter.go @@ -13,8 +13,8 @@ import ( "fmt" "unicode/utf8" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "length" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/length_filter/length_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/length_filter/length_filter_test.go index b7bfcad4..029c8afa 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/length_filter/length_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/length_filter/length_filter_test.go @@ -12,7 +12,7 @@ package length_filter import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestLengthFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter/lower_case_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter/lower_case_filter.go index 73c27ea1..7f8973eb 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter/lower_case_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter/lower_case_filter.go @@ -14,8 +14,8 @@ import ( "unicode" "unicode/utf8" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "to_lower" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter/lower_case_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter/lower_case_filter_test.go index 637b51be..35df4270 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter/lower_case_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter/lower_case_filter_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestLowerCaseFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/ngram_filter/ngram_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/ngram_filter/ngram_filter.go index 8384b81f..81325b16 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/ngram_filter/ngram_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/ngram_filter/ngram_filter.go @@ -14,8 +14,8 @@ import ( "fmt" "unicode/utf8" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "ngram" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/ngram_filter/ngram_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/ngram_filter/ngram_filter_test.go index cb9e292a..3de35f9e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/ngram_filter/ngram_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/ngram_filter/ngram_filter_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestNgramFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/porter/porter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/porter/porter.go index a73b4083..82be82d5 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/porter/porter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/porter/porter.go @@ -10,9 +10,9 @@ package porter import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/go-porterstemmer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/go-porterstemmer" ) const Name = "stemmer_porter" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/porter/porter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/porter/porter_test.go index 30dbb784..2f00dcfe 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/porter/porter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/porter/porter_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestPorterStemmer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/shingle/shingle.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/shingle/shingle.go index 5d2b1d6f..b091c49e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/shingle/shingle.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/shingle/shingle.go @@ -4,8 +4,8 @@ import ( "container/ring" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "shingle" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/shingle/shingle_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/shingle/shingle_test.go index 1548f861..6ac531b7 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/shingle/shingle_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/shingle/shingle_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestShingleFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter/stemmer_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter/stemmer_filter.go index 3eeeba55..79bbc1dd 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter/stemmer_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter/stemmer_filter.go @@ -15,8 +15,8 @@ import ( "fmt" "bitbucket.org/tebeka/snowball" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "stem" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter/stemmer_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter/stemmer_filter_test.go index c3d129a2..9351d8ab 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter/stemmer_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter/stemmer_filter_test.go @@ -15,7 +15,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestStemmerFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter/stop_tokens_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter/stop_tokens_filter.go index e7af7cad..1f0b5560 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter/stop_tokens_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter/stop_tokens_filter.go @@ -12,8 +12,8 @@ package stop_tokens_filter import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "stop_tokens" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter/stop_tokens_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter/stop_tokens_filter_test.go index 1998cc45..48cc57a5 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter/stop_tokens_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter/stop_tokens_filter_test.go @@ -13,9 +13,9 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_map" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_map" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestStopWordsFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/truncate_token_filter/truncate_token_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/truncate_token_filter/truncate_token_filter.go index 4ccd75ad..aa20ae52 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/truncate_token_filter/truncate_token_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/truncate_token_filter/truncate_token_filter.go @@ -14,8 +14,8 @@ import ( "fmt" "unicode/utf8" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "truncate_token" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/truncate_token_filter/truncate_token_filter_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/truncate_token_filter/truncate_token_filter_test.go index 5585ee00..9e412c3a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/truncate_token_filter/truncate_token_filter_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/truncate_token_filter/truncate_token_filter_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestTruncateTokenFilter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize/unicode_normalize.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize/unicode_normalize.go index e60c449c..f147cf9c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize/unicode_normalize.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize/unicode_normalize.go @@ -12,9 +12,9 @@ package unicode_normalize import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/text/unicode/norm" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/text/unicode/norm" ) const Name = "normalize_unicode" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize/unicode_normalize_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize/unicode_normalize_test.go index b1a33260..a3909f1f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize/unicode_normalize_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize/unicode_normalize_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) // the following tests come from the lucene diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_map/custom.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_map/custom.go index ee614856..c12051e3 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_map/custom.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_map/custom.go @@ -12,8 +12,8 @@ package token_map import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "custom" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/exception/exception.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/exception/exception.go index a74308d7..fb2514d6 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/exception/exception.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/exception/exception.go @@ -14,8 +14,8 @@ import ( "regexp" "strings" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "exception" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/exception/exception_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/exception/exception_test.go index b2a56a5b..65e1b5df 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/exception/exception_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/exception/exception_test.go @@ -4,9 +4,9 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func TestExceptionsTokenizer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu/boundary.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu/boundary.go index ac5f9958..a22f7cb0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu/boundary.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu/boundary.go @@ -23,8 +23,8 @@ import "C" import ( "unsafe" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "icu" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu/boundary_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu/boundary_test.go index 1086314a..4d0cb807 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu/boundary_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu/boundary_test.go @@ -15,7 +15,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestBoundary(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer/regexp_tokenizer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer/regexp_tokenizer.go index 7ea18805..7c82669e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer/regexp_tokenizer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer/regexp_tokenizer.go @@ -14,8 +14,8 @@ import ( "regexp" "strconv" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "regexp" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer/regexp_tokenizer_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer/regexp_tokenizer_test.go index c68e429e..47200ffa 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer/regexp_tokenizer_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer/regexp_tokenizer_test.go @@ -14,7 +14,7 @@ import ( "regexp" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestBoundary(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token/single_token.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token/single_token.go index 8c9f9002..3e12de9e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token/single_token.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token/single_token.go @@ -10,8 +10,8 @@ package single_token import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "single" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token/single_token_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token/single_token_test.go index e64daef7..d19d5f85 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token/single_token_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token/single_token_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func TestSingleTokenTokenizer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode/unicode.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode/unicode.go index 9e7a4a0f..95dd5fe6 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode/unicode.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode/unicode.go @@ -10,9 +10,9 @@ package unicode import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/segment" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/segment" ) const Name = "unicode" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode/unicode_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode/unicode_test.go index 1db6d0e7..90b50e53 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode/unicode_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode/unicode_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/segment" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/segment" ) func TestUnicode(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/whitespace_tokenizer/whitespace_tokenizer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/whitespace_tokenizer/whitespace_tokenizer.go index 753ea9cf..923e6389 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/whitespace_tokenizer/whitespace_tokenizer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/whitespace_tokenizer/whitespace_tokenizer.go @@ -12,9 +12,9 @@ package whitespace_tokenizer import ( "regexp" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "whitespace" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/whitespace_tokenizer/whitespace_tokenizer_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/whitespace_tokenizer/whitespace_tokenizer_test.go index 3aa12d19..8795fe19 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/whitespace_tokenizer/whitespace_tokenizer_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/whitespace_tokenizer/whitespace_tokenizer_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer" ) func TestBoundary(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/config.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/config.go index 2a296265..7d609690 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/config.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/config.go @@ -15,80 +15,80 @@ import ( "log" "time" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/custom_analyzer" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/keyword_analyzer" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/simple_analyzer" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/standard_analyzer" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/ignore" // token filters + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/custom_analyzer" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/keyword_analyzer" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/simple_analyzer" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/standard_analyzer" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/ignore" // token filters - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/json" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/string" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/html_char_filter" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/regexp_char_filter" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/zero_width_non_joiner" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/datetime_optional" // analyzers - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/flexible_go" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar" // languages - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/bg" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cs" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/el" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/eu" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/gl" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hy" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/id" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/apostrophe_filter" // kv stores - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/compound" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/edge_ngram_filter" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/keyword_marker_filter" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/length_filter" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/ngram_filter" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/shingle" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/truncate_token_filter" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_map" // tokenizers - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/exception" // fragment formatters - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/whitespace_tokenizer" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb" // date time parsers - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down" // byte array converters - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/ansi" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/json" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/byte_array_converters/string" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/html_char_filter" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/regexp_char_filter" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/char_filters/zero_width_non_joiner" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/datetime_optional" // analyzers + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/datetime_parsers/flexible_go" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ar" // languages + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/bg" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ca" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cjk" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ckb" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/cs" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/da" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/de" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/el" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/en" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/es" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/eu" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fa" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fi" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/fr" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ga" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/gl" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hi" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hu" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/hy" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/id" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/in" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/it" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/nl" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/no" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/pt" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ro" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ru" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/sv" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/th" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/tr" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/apostrophe_filter" // kv stores + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/compound" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/edge_ngram_filter" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/elision_filter" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/keyword_marker_filter" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/length_filter" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/lower_case_filter" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/ngram_filter" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/shingle" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stop_tokens_filter" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/truncate_token_filter" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/unicode_normalize" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_map" // tokenizers + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/exception" // fragment formatters + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/single_token" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/unicode" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/whitespace_tokenizer" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb" // date time parsers + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down" // byte array converters + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/ansi" // token maps - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/html" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragmenters/simple" // fragmenters - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple" // highlighters + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/html" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragmenters/simple" // fragmenters + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple" // highlighters ) var bleveExpVar = expvar.NewMap("bleve") diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_cld2.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_cld2.go index 413f1c77..863dd7e9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_cld2.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_cld2.go @@ -13,8 +13,8 @@ package bleve import ( // cld2 token filter - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/detect_lang_analyzer" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/detect_lang_analyzer" // detect language analyzer - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/cld2" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/cld2" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_cznicb.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_cznicb.go index 9c267c09..67ac1110 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_cznicb.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_cznicb.go @@ -12,5 +12,5 @@ package bleve import ( - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_forestdb.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_forestdb.go index 90ab4819..cbfabb3a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_forestdb.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_forestdb.go @@ -12,5 +12,5 @@ package bleve import ( - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_icu.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_icu.go index 19ff4d6e..f5d1117d 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_icu.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_icu.go @@ -12,5 +12,5 @@ package bleve import ( - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/icu" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_kagome.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_kagome.go index a188fcd8..bf2924f7 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_kagome.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_kagome.go @@ -12,5 +12,5 @@ package bleve import ( - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/ja" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_leveldb.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_leveldb.go index f33eb075..11e35160 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_leveldb.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_leveldb.go @@ -12,7 +12,7 @@ package bleve import ( - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb" ) func init() { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_metrics.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_metrics.go index 7e989adc..3f8baf3b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_metrics.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_metrics.go @@ -12,5 +12,5 @@ package bleve import ( - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/metrics" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/metrics" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_rocksdb.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_rocksdb.go index fc32c29c..f9db7601 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_rocksdb.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_rocksdb.go @@ -12,5 +12,5 @@ package bleve import ( - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_stemmer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_stemmer.go index d55d39a0..c80cb6e5 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/config_stemmer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/config_stemmer.go @@ -12,6 +12,6 @@ package bleve import ( - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/porter" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/language/porter" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/token_filters/stemmer_filter" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field.go index 77323467..a664e0ba 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field.go @@ -10,7 +10,7 @@ package document import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) type Field interface { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_composite.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_composite.go index 4ca6a4c1..b831aa9b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_composite.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_composite.go @@ -10,7 +10,7 @@ package document import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) const DefaultCompositeIndexingOptions = IndexField diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_datetime.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_datetime.go index b5520d65..5a2981e5 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_datetime.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_datetime.go @@ -14,8 +14,8 @@ import ( "math" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" ) const DefaultDateTimeIndexingOptions = StoreField | IndexField diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_numeric.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_numeric.go index 49d97faa..4a5ab0a9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_numeric.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_numeric.go @@ -12,8 +12,8 @@ package document import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" ) const DefaultNumericIndexingOptions = StoreField | IndexField diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_text.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_text.go index deb2761a..6b2720ad 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_text.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/document/field_text.go @@ -12,7 +12,7 @@ package document import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) const DefaultTextIndexingOptions = IndexField diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/http/debug.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/http/debug.go index 7109515f..2780fe13 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/http/debug.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/http/debug.go @@ -13,7 +13,7 @@ import ( "fmt" "net/http" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down" ) // DebugDocumentHandler allows you to debug the index content diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/http/doc_get.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/http/doc_get.go index 890e4250..3554dcc1 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/http/doc_get.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/http/doc_get.go @@ -14,7 +14,7 @@ import ( "net/http" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" ) type DocGetHandler struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/http/index_create.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/http/index_create.go index afada612..a9f520d0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/http/index_create.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/http/index_create.go @@ -16,7 +16,7 @@ import ( "net/http" "os" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" ) type CreateIndexHandler struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/http/index_get.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/http/index_get.go index a8411a81..a1b7c205 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/http/index_get.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/http/index_get.go @@ -13,7 +13,7 @@ import ( "fmt" "net/http" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" ) type GetIndexHandler struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/http/registry.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/http/registry.go index bdd75f43..03f60772 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/http/registry.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/http/registry.go @@ -13,7 +13,7 @@ import ( "fmt" "sync" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" ) var indexNameMapping map[string]bleve.Index diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/http/search.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/http/search.go index 6c43a4a9..14d508e2 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/http/search.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/http/search.go @@ -15,7 +15,7 @@ import ( "io/ioutil" "net/http" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" ) // SearchHandler can handle search requests sent over HTTP diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index.go index 50805c2f..b0d4c36d 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index.go @@ -10,9 +10,9 @@ package bleve import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) // A Batch groups together multiple Index and Delete diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/index.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/index.go index 5c984e99..35332818 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/index.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/index.go @@ -13,7 +13,7 @@ import ( "encoding/json" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" ) type Index interface { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/iterator.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/iterator.go index 2aed7219..a6009e75 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/iterator.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/iterator.go @@ -10,7 +10,7 @@ package boltdb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) type Iterator struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/reader.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/reader.go index d85671e5..5f3d3fad 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/reader.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/reader.go @@ -10,8 +10,8 @@ package boltdb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) type Reader struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/store.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/store.go index 42357fd8..ca611266 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/store.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/store.go @@ -13,9 +13,9 @@ import ( "fmt" "sync" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) const Name = "boltdb" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/store_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/store_test.go index a5e194f7..79dda93a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/store_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/store_test.go @@ -14,7 +14,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) func TestStore(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/writer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/writer.go index 00f3317c..09b1b3b5 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/writer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb/writer.go @@ -10,8 +10,8 @@ package boltdb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) type Writer struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/cznicb.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/cznicb.go index fbc9c91a..ae054242 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/cznicb.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/cznicb.go @@ -21,9 +21,9 @@ import ( "fmt" "sync" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/cznic/b" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/cznic/b" ) const Name = "cznicb" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/cznicb_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/cznicb_test.go index f7b78bc0..d646a0c8 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/cznicb_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/cznicb_test.go @@ -15,7 +15,7 @@ package cznicb import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) func TestCznicBStore(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/iterator.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/iterator.go index 135b97cf..6385a702 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/iterator.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/iterator.go @@ -16,7 +16,7 @@ package cznicb import ( "errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/cznic/b" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/cznic/b" ) var iteratorDoneErr = errors.New("iteratorDoneErr") // A sentinel value. diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/reader.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/reader.go index 2c5ea86a..05ff5d9b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/reader.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/reader.go @@ -14,7 +14,7 @@ package cznicb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type Reader struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/writer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/writer.go index f69aa85a..9f9df0da 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/writer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb/writer.go @@ -12,7 +12,7 @@ package cznicb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type Writer struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/reader.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/reader.go index c4b26f16..e8a29e48 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/reader.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/reader.go @@ -15,7 +15,7 @@ import ( "fmt" "github.com/couchbase/goforestdb" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type Reader struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/store.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/store.go index 054b9033..d4825cfc 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/store.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/store.go @@ -19,8 +19,8 @@ import ( "sync" "github.com/couchbase/goforestdb" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) type ForestDBConfig struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/store_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/store_test.go index 19a71691..76f7e187 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/store_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/store_test.go @@ -16,7 +16,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) func TestForestDBStore(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/writer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/writer.go index 6a5b2bc6..e0ec140d 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/writer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb/writer.go @@ -12,7 +12,7 @@ package forestdb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type Writer struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/batch.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/batch.go index 9b0e67bc..e0b9d21b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/batch.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/batch.go @@ -10,8 +10,8 @@ package goleveldb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb" ) type Batch struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/iterator.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/iterator.go index 455a3306..36d51979 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/iterator.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/iterator.go @@ -10,8 +10,8 @@ package goleveldb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" ) type Iterator struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/reader.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/reader.go index 8a5985ae..7ce722a0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/reader.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/reader.go @@ -10,8 +10,8 @@ package goleveldb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb" ) type Reader struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/store.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/store.go index 6ffd209b..a5b4455b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/store.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/store.go @@ -13,11 +13,11 @@ import ( "fmt" "sync" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" ) const Name = "goleveldb" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/store_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/store_test.go index ef807b4c..c5198f70 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/store_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/store_test.go @@ -14,7 +14,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) var leveldbTestOptions = map[string]interface{}{ diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/util.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/util.go index 353e4a9e..7b53bab1 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/util.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/util.go @@ -10,7 +10,7 @@ package goleveldb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" ) func defaultWriteOptions() *opt.WriteOptions { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/writer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/writer.go index f62f4c82..4a0e54e0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/writer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb/writer.go @@ -10,8 +10,8 @@ package goleveldb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb" ) type Writer struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/reader.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/reader.go index e220a3ee..7428ab9e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/reader.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/reader.go @@ -12,7 +12,7 @@ package rocksdb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" "github.com/tecbot/gorocksdb" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/store.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/store.go index 33591ed6..0672561e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/store.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/store.go @@ -15,8 +15,8 @@ import ( "fmt" "sync" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" "github.com/tecbot/gorocksdb" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/store_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/store_test.go index 1ff20aea..d481090b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/store_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/store_test.go @@ -16,7 +16,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) var rocksdbTestOptions = map[string]interface{}{ diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/writer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/writer.go index fde00896..e968606b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/writer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb/writer.go @@ -12,7 +12,7 @@ package rocksdb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" "github.com/tecbot/gorocksdb" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/gtreap.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/gtreap.go index 311e15ba..6e16a215 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/gtreap.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/gtreap.go @@ -19,9 +19,9 @@ import ( "fmt" "sync" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/steveyen/gtreap" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/steveyen/gtreap" ) const Name = "gtreap" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/gtreap_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/gtreap_test.go index 93f4598c..f590ac1b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/gtreap_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/gtreap_test.go @@ -16,7 +16,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) func TestGTreapStore(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/iterator.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/iterator.go index 3c242639..10a4805d 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/iterator.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/iterator.go @@ -17,7 +17,7 @@ package gtreap import ( "sync" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/steveyen/gtreap" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/steveyen/gtreap" ) type Iterator struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/reader.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/reader.go index 59685291..f3c36b0a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/reader.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/reader.go @@ -15,8 +15,8 @@ package gtreap import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/steveyen/gtreap" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/steveyen/gtreap" ) type Reader struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/writer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/writer.go index 0c5d1736..f600419a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/writer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap/writer.go @@ -17,7 +17,7 @@ package gtreap import ( "math/rand" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) func (w *Writer) BytesSafeAfterClose() bool { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/iterator.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/iterator.go index dfb3dc93..11bedbd8 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/iterator.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/iterator.go @@ -10,7 +10,7 @@ package inmem import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/ryszard/goskiplist/skiplist" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/ryszard/goskiplist/skiplist" ) type Iterator struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/reader.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/reader.go index a7757919..2d2778ff 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/reader.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/reader.go @@ -10,7 +10,7 @@ package inmem import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type Reader struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/store.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/store.go index 8048ef6a..de1d87f8 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/store.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/store.go @@ -12,9 +12,9 @@ package inmem import ( "sync" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/ryszard/goskiplist/skiplist" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/ryszard/goskiplist/skiplist" ) const Name = "mem" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/store_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/store_test.go index ff0a695c..b83a302f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/store_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/store_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) func TestStore(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/writer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/writer.go index 6dbd8f14..7aa1748e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/writer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem/writer.go @@ -10,7 +10,7 @@ package inmem import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type Writer struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/batch.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/batch.go index dee96d6e..3f7f18f1 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/batch.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/batch.go @@ -13,7 +13,7 @@ package leveldb import ( "github.com/jmhodges/levigo" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type Batch struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/reader.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/reader.go index 230f3479..f83d85c1 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/reader.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/reader.go @@ -13,7 +13,7 @@ package leveldb import ( "github.com/jmhodges/levigo" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type Reader struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/store.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/store.go index e46cee22..bdb272a0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/store.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/store.go @@ -16,8 +16,8 @@ import ( "sync" "github.com/jmhodges/levigo" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const Name = "leveldb" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/store_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/store_test.go index ad7848d7..4878a0ec 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/store_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/store_test.go @@ -16,7 +16,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) var leveldbTestOptions = map[string]interface{}{ diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/writer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/writer.go index b40cb716..e09fda9f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/writer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb/writer.go @@ -13,7 +13,7 @@ package leveldb import ( "github.com/jmhodges/levigo" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type Writer struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/metrics/metrics.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/metrics/metrics.go index ba94b089..95fdcb7d 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/metrics/metrics.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/metrics/metrics.go @@ -24,8 +24,8 @@ import ( "sync" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" "github.com/rcrowley/go-metrics" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/metrics/metrics_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/metrics/metrics_test.go index 074a6e49..7ba4838f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/metrics/metrics_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/metrics/metrics_test.go @@ -21,8 +21,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap" ) func TestMetricsStore(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/null/null.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/null/null.go index f316e815..083e0c30 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/null/null.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/null/null.go @@ -10,7 +10,7 @@ package null import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type Store struct{} diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/null/null_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/null/null_test.go index cf8246c8..845ac828 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/null/null_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/null/null_test.go @@ -3,7 +3,7 @@ package null import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) func TestStore(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/analysis_pool.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/analysis_pool.go index aee4bd18..b2f812c9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/analysis_pool.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/analysis_pool.go @@ -10,7 +10,7 @@ package upside_down import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" ) type AnalysisResult struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_boltdb_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_boltdb_test.go index d2933191..3ed59af8 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_boltdb_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_boltdb_test.go @@ -13,8 +13,8 @@ import ( "os" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb" ) func CreateBoltDB() (store.KVStore, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_common_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_common_test.go index ccbecbdb..6cefeafa 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_common_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_common_test.go @@ -13,11 +13,11 @@ import ( "strconv" "testing" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/standard_analyzer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/analyzers/standard_analyzer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) var benchmarkDocBodies = []string{ diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_cznicb_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_cznicb_test.go index d265d045..e71433e7 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_cznicb_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_cznicb_test.go @@ -12,8 +12,8 @@ package upside_down import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/cznicb" ) func CreateCznicB() (store.KVStore, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_forestdb_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_forestdb_test.go index 33d769f6..27452758 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_forestdb_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_forestdb_test.go @@ -15,8 +15,8 @@ import ( "os" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/forestdb" ) func CreateForestDB() (store.KVStore, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_goleveldb_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_goleveldb_test.go index df8e7cb0..f988c0e2 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_goleveldb_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_goleveldb_test.go @@ -13,8 +13,8 @@ import ( "os" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/goleveldb" ) var goLevelDBTestOptions = map[string]interface{}{ diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_gorocksdb_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_gorocksdb_test.go index 559817af..6c061a8e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_gorocksdb_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_gorocksdb_test.go @@ -15,8 +15,8 @@ import ( "os" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gorocksdb" ) var rocksdbTestOptions = map[string]interface{}{ diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_gtreap_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_gtreap_test.go index 53e20e9a..fa96876c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_gtreap_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_gtreap_test.go @@ -12,8 +12,8 @@ package upside_down import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/gtreap" ) func CreateGTreap() (store.KVStore, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_inmem_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_inmem_test.go index 1de51d85..4422c597 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_inmem_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_inmem_test.go @@ -12,8 +12,8 @@ package upside_down import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem" ) func CreateInMem() (store.KVStore, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_leveldb_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_leveldb_test.go index a516d2de..1f4796bb 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_leveldb_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_leveldb_test.go @@ -15,8 +15,8 @@ import ( "os" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/leveldb" ) var leveldbTestOptions = map[string]interface{}{ diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_null_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_null_test.go index c32ac512..4283c5fa 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_null_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/benchmark_null_test.go @@ -12,8 +12,8 @@ package upside_down import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/null" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/null" ) func CreateNull() (store.KVStore, error) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/dump.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/dump.go index 094280d7..71e6cf1d 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/dump.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/dump.go @@ -13,7 +13,7 @@ import ( "bytes" "sort" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) // the functions in this file are only intended to be used by diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/dump_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/dump_test.go index 9fafa6a3..0ea0b267 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/dump_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/dump_test.go @@ -10,12 +10,12 @@ package upside_down import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb" "os" "testing" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" ) func TestDump(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/field_dict.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/field_dict.go index 6b893bfe..d3871693 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/field_dict.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/field_dict.go @@ -13,8 +13,8 @@ import ( "bytes" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type UpsideDownCouchFieldDict struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/field_dict_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/field_dict_test.go index c53b016a..f3a5f245 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/field_dict_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/field_dict_test.go @@ -14,8 +14,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb" ) func TestIndexFieldDict(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/index_reader.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/index_reader.go index 3277074c..f6abb4e3 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/index_reader.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/index_reader.go @@ -12,9 +12,9 @@ package upside_down import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type IndexReader struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/reader.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/reader.go index b035effc..84bc469c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/reader.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/reader.go @@ -12,8 +12,8 @@ package upside_down import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) type UpsideDownCouchTermFieldReader struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/reader_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/reader_test.go index e658e4ea..3424f0b9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/reader_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/reader_test.go @@ -14,9 +14,9 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb" ) func TestIndexReader(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/row.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/row.go index 36451cda..ded9534a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/row.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/row.go @@ -16,7 +16,7 @@ import ( "io" "math" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" ) const ByteSeparator byte = 0xff diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/row_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/row_test.go index 753b40ca..be1e7dda 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/row_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/row_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" ) func TestRows(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/upside_down.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/upside_down.go index 58846979..22d83f6d 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/upside_down.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/upside_down.go @@ -17,11 +17,11 @@ import ( "sync/atomic" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" ) var VersionKey = []byte{'v'} diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/upside_down.pb.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/upside_down.pb.go index 95556f39..879a0c6d 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/upside_down.pb.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/upside_down.pb.go @@ -15,7 +15,7 @@ It has these top-level messages: */ package upside_down -import proto "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" +import proto "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" import math "math" // Reference imports to suppress errors if they are not otherwise used. diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/upside_down_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/upside_down_test.go index 58e28a48..3faf6fda 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/upside_down_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down/upside_down_test.go @@ -16,11 +16,11 @@ import ( "testing" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/boltdb" ) var testAnalyzer = &analysis.Analyzer{ diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index_alias_impl.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index_alias_impl.go index d5c71576..a31ea366 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index_alias_impl.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index_alias_impl.go @@ -14,10 +14,10 @@ import ( "sync" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type indexAliasImpl struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index_alias_impl_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index_alias_impl_test.go index dbfa8e55..711e7053 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index_alias_impl_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index_alias_impl_test.go @@ -6,10 +6,10 @@ import ( "testing" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) func TestIndexAliasSingle(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/index_impl.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/index_impl.go index 07415bc6..22ebea0f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/index_impl.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/index_impl.go @@ -17,14 +17,14 @@ import ( "sync/atomic" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets" ) type indexImpl struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_document.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_document.go index 6769b7fc..3b8f447d 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_document.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_document.go @@ -15,7 +15,7 @@ import ( "reflect" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) // A DocumentMapping describes how a type of document diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_field.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_field.go index 4dcfd1a9..10b4fbf5 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_field.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_field.go @@ -12,8 +12,8 @@ package bleve import ( "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" ) // A FieldMapping describes how a specific item diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_index.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_index.go index e5ee4757..08d3278c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_index.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_index.go @@ -12,9 +12,9 @@ package bleve import ( "encoding/json" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) const defaultTypeField = "_type" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_test.go index 6a43305d..17ce53eb 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/mapping_test.go @@ -11,7 +11,7 @@ package bleve import ( "encoding/json" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" "reflect" "testing" ) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query.go index 3d151ff6..45844e28 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query.go @@ -12,8 +12,8 @@ package bleve import ( "encoding/json" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) // A Query represents a description of the type diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_boolean.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_boolean.go index d156d2ec..51c1517b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_boolean.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_boolean.go @@ -13,9 +13,9 @@ import ( "encoding/json" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) type booleanQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_conjunction.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_conjunction.go index 5599c4b0..d42e7884 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_conjunction.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_conjunction.go @@ -12,9 +12,9 @@ package bleve import ( "encoding/json" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) type conjunctionQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_date_range.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_date_range.go index 0efdfb91..1c0f7e73 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_date_range.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_date_range.go @@ -13,10 +13,10 @@ import ( "fmt" "math" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) type dateRangeQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_disjunction.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_disjunction.go index d2ab6898..6bc56692 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_disjunction.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_disjunction.go @@ -12,9 +12,9 @@ package bleve import ( "encoding/json" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) type disjunctionQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_fuzzy.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_fuzzy.go index a5ccd8aa..c6c49887 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_fuzzy.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_fuzzy.go @@ -10,9 +10,9 @@ package bleve import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) type fuzzyQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match.go index 76a94795..3072a44e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match.go @@ -12,8 +12,8 @@ package bleve import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type matchQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match_all.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match_all.go index c1d6208d..cb2eefe2 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match_all.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match_all.go @@ -10,9 +10,9 @@ package bleve import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) type matchAllQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match_none.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match_none.go index 8408c8c1..4bbf53ef 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match_none.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match_none.go @@ -10,9 +10,9 @@ package bleve import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) type matchNoneQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match_phrase.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match_phrase.go index a7f66066..0854e578 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match_phrase.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_match_phrase.go @@ -12,9 +12,9 @@ package bleve import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type matchPhraseQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_numeric_range.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_numeric_range.go index d45449df..2647c037 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_numeric_range.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_numeric_range.go @@ -10,9 +10,9 @@ package bleve import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) type numericRangeQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_phrase.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_phrase.go index 7c755021..c4d70416 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_phrase.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_phrase.go @@ -13,9 +13,9 @@ import ( "encoding/json" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) type phraseQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_prefix.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_prefix.go index 3a381979..c6652181 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_prefix.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_prefix.go @@ -10,9 +10,9 @@ package bleve import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) type prefixQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_regexp.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_regexp.go index 83b3eb3d..c804d265 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_regexp.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_regexp.go @@ -12,9 +12,9 @@ package bleve import ( "regexp" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) type regexpQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_string.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_string.go index c6d4b304..1132cc09 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_string.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_string.go @@ -10,8 +10,8 @@ package bleve import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type queryStringQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_term.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_term.go index 50db0afe..9760d035 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_term.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_term.go @@ -10,9 +10,9 @@ package bleve import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) type termQuery struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_wildcard.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_wildcard.go index 1ed6e67a..5b3e2f7a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/query_wildcard.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/query_wildcard.go @@ -13,9 +13,9 @@ import ( "regexp" "strings" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers" ) var wildcardRegexpReplacer = strings.NewReplacer( diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/analyzer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/analyzer.go index 4bd91a91..d6977e56 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/analyzer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/analyzer.go @@ -12,7 +12,7 @@ package registry import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func RegisterAnalyzer(name string, constructor AnalyzerConstructor) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/byte_array_converter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/byte_array_converter.go index 0a0f4dd7..0e285507 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/byte_array_converter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/byte_array_converter.go @@ -12,7 +12,7 @@ package registry import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func RegisterByteArrayConverter(name string, constructor ByteArrayConverterConstructor) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/char_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/char_filter.go index fb796689..1cb65bde 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/char_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/char_filter.go @@ -12,7 +12,7 @@ package registry import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func RegisterCharFilter(name string, constructor CharFilterConstructor) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/datetime_parser.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/datetime_parser.go index ce1d358a..21a533df 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/datetime_parser.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/datetime_parser.go @@ -12,7 +12,7 @@ package registry import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func RegisterDateTimeParser(name string, constructor DateTimeParserConstructor) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/fragment_formatter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/fragment_formatter.go index 4e7c6fa4..a4526bc0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/fragment_formatter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/fragment_formatter.go @@ -12,7 +12,7 @@ package registry import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" ) func RegisterFragmentFormatter(name string, constructor FragmentFormatterConstructor) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/fragmenter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/fragmenter.go index 53b4892c..db75cd00 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/fragmenter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/fragmenter.go @@ -12,7 +12,7 @@ package registry import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" ) func RegisterFragmenter(name string, constructor FragmenterConstructor) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/highlighter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/highlighter.go index ce641762..adbbd4cc 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/highlighter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/highlighter.go @@ -12,7 +12,7 @@ package registry import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" ) func RegisterHighlighter(name string, constructor HighlighterConstructor) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/registry.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/registry.go index 999f9b12..a7717faa 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/registry.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/registry.go @@ -12,8 +12,8 @@ package registry import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" ) var stores = make(KVStoreRegistry, 0) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/store.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/store.go index 51c4c23c..29d50288 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/store.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/store.go @@ -12,7 +12,7 @@ package registry import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store" ) func RegisterKVStore(name string, constructor KVStoreConstructor) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/token_filter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/token_filter.go index b75a49ee..55c8f093 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/token_filter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/token_filter.go @@ -12,7 +12,7 @@ package registry import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func RegisterTokenFilter(name string, constructor TokenFilterConstructor) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/token_maps.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/token_maps.go index 97922c45..6c6e930f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/token_maps.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/token_maps.go @@ -12,7 +12,7 @@ package registry import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func RegisterTokenMap(name string, constructor TokenMapConstructor) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/tokenizer.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/tokenizer.go index ed148566..04f6cfb3 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/tokenizer.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/registry/tokenizer.go @@ -12,7 +12,7 @@ package registry import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" ) func RegisterTokenizer(name string, constructor TokenizerConstructor) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search.go index aa5c1b79..cb73f3e6 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search.go @@ -14,8 +14,8 @@ import ( "fmt" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type numericRange struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors/collector_top_score.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors/collector_top_score.go index b87ed515..d989ddd3 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors/collector_top_score.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors/collector_top_score.go @@ -13,7 +13,7 @@ import ( "container/list" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type TopScoreCollector struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors/collector_top_score_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors/collector_top_score_test.go index 055a299e..77baa139 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors/collector_top_score_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors/collector_top_score_test.go @@ -14,7 +14,7 @@ import ( "strconv" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) func TestTop10Scores(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors/search_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors/search_test.go index ecd2fdce..d465ad49 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors/search_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/collectors/search_test.go @@ -10,7 +10,7 @@ package collectors import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type stubSearcher struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_datetime.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_datetime.go index a533eaa9..c4ba5255 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_datetime.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_datetime.go @@ -13,9 +13,9 @@ import ( "container/list" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type dateTimeRange struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_numeric.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_numeric.go index b7f57ad2..c0bbb3b3 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_numeric.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_numeric.go @@ -12,9 +12,9 @@ package facets import ( "sort" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type numericRange struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_numeric_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_numeric_test.go index dfa8d77e..59fc72df 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_numeric_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_numeric_test.go @@ -4,8 +4,8 @@ import ( "strconv" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - nu "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + nu "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" ) var pcodedvalues []nu.PrefixCoded diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_terms.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_terms.go index 22fc49d7..c7c522d2 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_terms.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_terms.go @@ -12,8 +12,8 @@ package facets import ( "sort" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type TermsFacetBuilder struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_terms_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_terms_test.go index fa54257e..cf67ef5e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_terms_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets/facet_builder_terms_test.go @@ -5,7 +5,7 @@ import ( "regexp" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" ) var terms []string diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets_builder.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets_builder.go index 6ee7b72f..28fda800 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets_builder.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/facets_builder.go @@ -12,7 +12,7 @@ package search import ( "sort" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" ) type FacetBuilder interface { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/ansi/fragment_formatter_ansi.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/ansi/fragment_formatter_ansi.go index 49d43b7e..e72dde07 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/ansi/fragment_formatter_ansi.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/ansi/fragment_formatter_ansi.go @@ -10,8 +10,8 @@ package ansi import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" ) const Name = "ansi" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/html/fragment_formatter_html.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/html/fragment_formatter_html.go index 61a7278a..135bd607 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/html/fragment_formatter_html.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/html/fragment_formatter_html.go @@ -10,8 +10,8 @@ package html import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" ) const Name = "html" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/html/fragment_formatter_html_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/html/fragment_formatter_html_test.go index f2204ec5..662ed8db 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/html/fragment_formatter_html_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/html/fragment_formatter_html_test.go @@ -12,8 +12,8 @@ package html import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" ) func TestHTMLFragmentFormatter1(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragmenters/simple/fragmenter_simple.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragmenters/simple/fragmenter_simple.go index 1f041128..5300337a 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragmenters/simple/fragmenter_simple.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragmenters/simple/fragmenter_simple.go @@ -12,8 +12,8 @@ package simple import ( "unicode/utf8" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" ) const Name = "simple" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragmenters/simple/fragmenter_simple_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragmenters/simple/fragmenter_simple_test.go index fee1e712..c4edc9cc 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragmenters/simple/fragmenter_simple_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragmenters/simple/fragmenter_simple_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" ) func TestSimpleFragmenter(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighter.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighter.go index e70880ee..61565eb4 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighter.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighter.go @@ -10,8 +10,8 @@ package highlight import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type Fragment struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/fragment_scorer_simple.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/fragment_scorer_simple.go index 3774b648..0d3ae4b7 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/fragment_scorer_simple.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/fragment_scorer_simple.go @@ -10,8 +10,8 @@ package simple import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" ) // FragmentScorer will score fragments by how many diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/fragment_scorer_simple_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/fragment_scorer_simple_test.go index 2e101aee..dbb13489 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/fragment_scorer_simple_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/fragment_scorer_simple_test.go @@ -12,8 +12,8 @@ package simple import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" ) func TestSimpleFragmentScorer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/highlighter_simple.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/highlighter_simple.go index de9b587a..8fbdc0dd 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/highlighter_simple.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/highlighter_simple.go @@ -13,10 +13,10 @@ import ( "container/heap" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight" ) const Name = "simple" diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/highlighter_simple_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/highlighter_simple_test.go index 99a46be0..c878c9ed 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/highlighter_simple_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/highlighters/simple/highlighter_simple_test.go @@ -13,10 +13,10 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/ansi" - sfrag "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragmenters/simple" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragment_formatters/ansi" + sfrag "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/fragmenters/simple" ) const ( diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/term_locations.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/term_locations.go index e5ec9ca5..0d3269cd 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/term_locations.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/highlight/term_locations.go @@ -12,7 +12,7 @@ package highlight import ( "sort" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type TermLocation struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_conjunction.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_conjunction.go index a2c11082..0e2e4460 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_conjunction.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_conjunction.go @@ -10,7 +10,7 @@ package scorers import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type ConjunctionQueryScorer struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_constant.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_constant.go index d895ffeb..1d34596b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_constant.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_constant.go @@ -12,7 +12,7 @@ package scorers import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type ConstantScorer struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_constant_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_constant_test.go index 0b438caa..81f278a0 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_constant_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_constant_test.go @@ -13,8 +13,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) func TestConstantScorer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_disjunction.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_disjunction.go index b7873e27..3a9eb392 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_disjunction.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_disjunction.go @@ -12,7 +12,7 @@ package scorers import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type DisjunctionQueryScorer struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_term.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_term.go index e0045cd0..45b90c61 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_term.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_term.go @@ -13,8 +13,8 @@ import ( "fmt" "math" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type TermQueryScorer struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_term_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_term_test.go index ec6b6c72..430cfccf 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_term_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers/scorer_term_test.go @@ -14,8 +14,8 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) func TestTermScorer(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/base_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/base_test.go index 1951bd1b..e7aa946f 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/base_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/base_test.go @@ -13,12 +13,12 @@ import ( "math" "regexp" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down" ) var twoDocIndex index.Index //= upside_down.NewUpsideDownCouch(inmem.MustOpen()) diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/ordered_searchers_list.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/ordered_searchers_list.go index b46e2f57..86f3ba1e 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/ordered_searchers_list.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/ordered_searchers_list.go @@ -10,7 +10,7 @@ package searchers import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type OrderedSearcherList []search.Searcher diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_boolean.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_boolean.go index 0ee1fe4a..dc220c39 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_boolean.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_boolean.go @@ -12,9 +12,9 @@ package searchers import ( "math" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers" ) type BooleanSearcher struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_boolean_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_boolean_test.go index b49b2a1f..617b0734 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_boolean_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_boolean_test.go @@ -12,7 +12,7 @@ package searchers import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) func TestBooleanSearch(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_conjunction.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_conjunction.go index 420bc47d..a7050d85 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_conjunction.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_conjunction.go @@ -13,9 +13,9 @@ import ( "math" "sort" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers" ) type ConjunctionSearcher struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_conjunction_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_conjunction_test.go index 14999b43..bd3d717c 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_conjunction_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_conjunction_test.go @@ -12,7 +12,7 @@ package searchers import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) func TestConjunctionSearch(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_disjunction.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_disjunction.go index cc8b32a1..8d6856ca 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_disjunction.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_disjunction.go @@ -13,9 +13,9 @@ import ( "math" "sort" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers" ) type DisjunctionSearcher struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_disjunction_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_disjunction_test.go index 273ffe40..f858593b 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_disjunction_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_disjunction_test.go @@ -12,7 +12,7 @@ package searchers import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) func TestDisjunctionSearch(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_fuzzy.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_fuzzy.go index 4f5e3003..47e65cb9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_fuzzy.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_fuzzy.go @@ -10,8 +10,8 @@ package searchers import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type FuzzySearcher struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_all.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_all.go index 8ce5740f..1b8b4e23 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_all.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_all.go @@ -10,9 +10,9 @@ package searchers import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers" ) type MatchAllSearcher struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_all_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_all_test.go index 3bb6e149..fa0223ce 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_all_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_all_test.go @@ -12,7 +12,7 @@ package searchers import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) func TestMatchAllSearch(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_none.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_none.go index f7c5940f..08f8ef47 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_none.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_none.go @@ -10,8 +10,8 @@ package searchers import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type MatchNoneSearcher struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_none_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_none_test.go index ce7dee86..c51f6204 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_none_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_match_none_test.go @@ -12,7 +12,7 @@ package searchers import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) func TestMatchNoneSearch(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_numeric_range.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_numeric_range.go index a5a02690..b5a71219 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_numeric_range.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_numeric_range.go @@ -13,9 +13,9 @@ import ( "bytes" "math" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type NumericRangeSearcher struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_numeric_range_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_numeric_range_test.go index a7599e8b..77b6a7fb 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_numeric_range_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_numeric_range_test.go @@ -13,7 +13,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/numeric_util" ) func TestSplitRange(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_phrase.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_phrase.go index 3f8f5342..a7887f38 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_phrase.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_phrase.go @@ -12,8 +12,8 @@ package searchers import ( "math" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type PhraseSearcher struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_phrase_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_phrase_test.go index 9deaeefd..4cb1da12 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_phrase_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_phrase_test.go @@ -12,7 +12,7 @@ package searchers import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) func TestPhraseSearch(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_regexp.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_regexp.go index 7a5905b9..5be204d6 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_regexp.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_regexp.go @@ -12,8 +12,8 @@ package searchers import ( "regexp" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type RegexpSearcher struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_regexp_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_regexp_test.go index 87e7bf8b..3bcb6f17 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_regexp_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_regexp_test.go @@ -13,7 +13,7 @@ import ( "regexp" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) func TestRegexpSearch(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_term.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_term.go index 51b8a944..7fc6e8f9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_term.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_term.go @@ -10,9 +10,9 @@ package searchers import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search/scorers" ) type TermSearcher struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_term_prefix.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_term_prefix.go index 3fd88df6..3b85de09 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_term_prefix.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_term_prefix.go @@ -10,8 +10,8 @@ package searchers import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) type TermPrefixSearcher struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_term_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_term_test.go index 4f2b52ef..a96660d4 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_term_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search/searchers/search_term_test.go @@ -13,9 +13,9 @@ import ( "math" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/document" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/document" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/store/inmem" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down" ) func TestTermSearcher(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/search_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/search_test.go index 16ffc7b9..f160f0f6 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/search_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/search_test.go @@ -15,7 +15,7 @@ import ( "testing" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/search" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/search" ) func TestSearchResultString(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/test/integration.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/test/integration.go index 45e4cb33..9037e8cd 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/test/integration.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/test/integration.go @@ -10,7 +10,7 @@ package test import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" ) type SearchTest struct { diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/test/integration_test.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/test/integration_test.go index 1b424632..7fc421ad 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/test/integration_test.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/test/integration_test.go @@ -19,7 +19,7 @@ import ( "regexp" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" ) var dataset = flag.String("dataset", "", "only test datasets matching this regex") diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_bulkindex/main.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_bulkindex/main.go index 13783107..6cbe1805 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_bulkindex/main.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_bulkindex/main.go @@ -16,7 +16,7 @@ import ( "math/rand" "os" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" ) var indexPath = flag.String("index", "", "index path") diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_create/main.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_create/main.go index 7850e550..d1252cf8 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_create/main.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_create/main.go @@ -15,7 +15,7 @@ import ( "io/ioutil" "log" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" ) var indexPath = flag.String("index", "", "index path") diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_dump/main.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_dump/main.go index 6404b593..15f147f9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_dump/main.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_dump/main.go @@ -15,8 +15,8 @@ import ( "fmt" "log" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/index/upside_down" ) var indexPath = flag.String("index", "", "index path") diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_index/main.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_index/main.go index 4f5fc708..8e5d1830 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_index/main.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_index/main.go @@ -16,7 +16,7 @@ import ( "os" "path/filepath" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" ) var indexPath = flag.String("index", "", "index path") diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_query/main.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_query/main.go index 668469ee..05ce7de9 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_query/main.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_query/main.go @@ -17,7 +17,7 @@ import ( "runtime/pprof" "strings" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" ) var indexPath = flag.String("index", "", "index path") diff --git a/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_registry/main.go b/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_registry/main.go index cfd23a96..0531f1cd 100644 --- a/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_registry/main.go +++ b/Godeps/_workspace/src/github.com/blevesearch/bleve/utils/bleve_registry/main.go @@ -13,8 +13,8 @@ import ( "fmt" "sort" - _ "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" + _ "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve/registry" ) func main() { diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go b/Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go index 687f137b..9cbc531d 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go @@ -12,7 +12,7 @@ import ( "testing" "testing/quick" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) // Ensure that a bucket that gets a non-existent key returns nil. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go index e350615c..80901ab6 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go @@ -12,7 +12,7 @@ import ( "runtime/pprof" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) // File handlers for the various profiles. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/buckets.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/buckets.go index 28315cb8..71acabd8 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/buckets.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/buckets.go @@ -3,7 +3,7 @@ package main import ( "os" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) // Buckets prints a list of all buckets. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/buckets_test.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/buckets_test.go index e190dc2e..ff099254 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/buckets_test.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/buckets_test.go @@ -3,8 +3,8 @@ package main_test import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt" ) // Ensure that a list of buckets can be retrieved. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/check.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/check.go index bad38260..96975023 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/check.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/check.go @@ -3,7 +3,7 @@ package main import ( "os" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) // Check performs a consistency check on the database and prints any errors found. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/get.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/get.go index 71669e08..464fa167 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/get.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/get.go @@ -3,7 +3,7 @@ package main import ( "os" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) // Get retrieves the value for a given bucket/key. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/get_test.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/get_test.go index 4241fad3..1e09a237 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/get_test.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/get_test.go @@ -3,8 +3,8 @@ package main_test import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt" ) // Ensure that a value can be retrieved from the CLI. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/info.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/info.go index 1be2667c..eb07f7f2 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/info.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/info.go @@ -3,7 +3,7 @@ package main import ( "os" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) // Info prints basic information about a database. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/info_test.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/info_test.go index 6df3729e..87d2664f 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/info_test.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/info_test.go @@ -3,8 +3,8 @@ package main_test import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt" ) func // Ensure that a database info can be printed. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/keys.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/keys.go index 04dd87c6..f9b2a587 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/keys.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/keys.go @@ -3,7 +3,7 @@ package main import ( "os" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) // Keys retrieves a list of keys for a given bucket. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/keys_test.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/keys_test.go index 722847c6..17a2ad65 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/keys_test.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/keys_test.go @@ -3,8 +3,8 @@ package main_test import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt" ) // Ensure that a list of keys can be retrieved for a given bucket. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main.go index f3b4f323..71068451 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main.go @@ -8,7 +8,7 @@ import ( "time" "github.com/codegangsta/cli" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) var branch, commit string diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main_test.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main_test.go index b82127d2..d9684349 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main_test.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main_test.go @@ -10,8 +10,8 @@ import ( "strings" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt" ) // open creates and opens a Bolt database in the temp directory. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/pages.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/pages.go index d1fed390..a8acf068 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/pages.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/pages.go @@ -4,7 +4,7 @@ import ( "os" "strconv" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) // Pages prints a list of all pages in a database. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/stats.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/stats.go index 89cdfb63..b6805e21 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/stats.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/stats.go @@ -4,7 +4,7 @@ import ( "bytes" "os" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) // Collect stats for all top level buckets matching the prefix. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/stats_test.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/stats_test.go index 276d0279..244c4776 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/stats_test.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/stats_test.go @@ -5,8 +5,8 @@ import ( "strconv" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt" ) func TestStats(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cursor_test.go b/Godeps/_workspace/src/github.com/boltdb/bolt/cursor_test.go index 32cc763b..2b5648de 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/cursor_test.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/cursor_test.go @@ -9,7 +9,7 @@ import ( "testing" "testing/quick" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) // Ensure that a cursor can return a reference to the bucket that created it. diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go b/Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go index f414fb09..9ca7193a 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go @@ -14,7 +14,7 @@ import ( "testing" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) var statsFlag = flag.Bool("stats", false, "show performance stats") diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go b/Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go index 0a51a2ca..7d0e917d 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go @@ -7,7 +7,7 @@ import ( "sync" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) func TestSimulate_1op_1p(t *testing.T) { testSimulate(t, 100, 1) } diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go b/Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go index ed9fb356..61dd03bf 100644 --- a/Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go +++ b/Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go @@ -6,7 +6,7 @@ import ( "os" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) // Ensure that committing a closed transaction returns an error. diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/all_test.go b/Godeps/_workspace/src/github.com/golang/protobuf/proto/all_test.go index 6e044dff..efde3b5c 100644 --- a/Godeps/_workspace/src/github.com/golang/protobuf/proto/all_test.go +++ b/Godeps/_workspace/src/github.com/golang/protobuf/proto/all_test.go @@ -44,8 +44,8 @@ import ( "testing" "time" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" ) var globalO *Buffer diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/clone_test.go b/Godeps/_workspace/src/github.com/golang/protobuf/proto/clone_test.go index fa5b792a..e8ab81fe 100644 --- a/Godeps/_workspace/src/github.com/golang/protobuf/proto/clone_test.go +++ b/Godeps/_workspace/src/github.com/golang/protobuf/proto/clone_test.go @@ -34,8 +34,8 @@ package proto_test import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" - pb "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" + pb "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" ) var cloneTestMessage = &pb.MyMessage{ diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/equal_test.go b/Godeps/_workspace/src/github.com/golang/protobuf/proto/equal_test.go index b09684ff..0e55df7f 100644 --- a/Godeps/_workspace/src/github.com/golang/protobuf/proto/equal_test.go +++ b/Godeps/_workspace/src/github.com/golang/protobuf/proto/equal_test.go @@ -34,8 +34,8 @@ package proto_test import ( "testing" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" - pb "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" + pb "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" ) // Four identical base messages. diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/extensions_test.go b/Godeps/_workspace/src/github.com/golang/protobuf/proto/extensions_test.go index ea7542a0..ea3d6a67 100644 --- a/Godeps/_workspace/src/github.com/golang/protobuf/proto/extensions_test.go +++ b/Godeps/_workspace/src/github.com/golang/protobuf/proto/extensions_test.go @@ -34,8 +34,8 @@ package proto_test import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" - pb "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" + pb "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" ) func TestGetExtensionsWithMissingExtensions(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_test.go b/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_test.go index 10453925..d4c52fd7 100644 --- a/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_test.go +++ b/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_test.go @@ -34,9 +34,9 @@ package proto_test import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" - pb "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto" - tpb "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" + pb "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto" + tpb "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" ) func TestProto3ZeroValues(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/size_test.go b/Godeps/_workspace/src/github.com/golang/protobuf/proto/size_test.go index 308aafb4..2a27817e 100644 --- a/Godeps/_workspace/src/github.com/golang/protobuf/proto/size_test.go +++ b/Godeps/_workspace/src/github.com/golang/protobuf/proto/size_test.go @@ -36,9 +36,9 @@ import ( "strings" "testing" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" - proto3pb "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto" - pb "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" + proto3pb "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto" + pb "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" ) var messageWithExtension1 = &pb.MyMessage{Count: Int32(7)} diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata/test.pb.go b/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata/test.pb.go index 74426c81..53c9bc68 100644 --- a/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata/test.pb.go +++ b/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata/test.pb.go @@ -37,7 +37,7 @@ It has these top-level messages: */ package testdata -import proto "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" +import proto "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" import math "math" // Reference imports to suppress errors if they are not otherwise used. diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/text_parser_test.go b/Godeps/_workspace/src/github.com/golang/protobuf/proto/text_parser_test.go index 8aeca60c..2b737095 100644 --- a/Godeps/_workspace/src/github.com/golang/protobuf/proto/text_parser_test.go +++ b/Godeps/_workspace/src/github.com/golang/protobuf/proto/text_parser_test.go @@ -36,9 +36,9 @@ import ( "reflect" "testing" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" - proto3pb "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" + proto3pb "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" ) type UnmarshalTextTest struct { diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/text_test.go b/Godeps/_workspace/src/github.com/golang/protobuf/proto/text_test.go index 3e73fb81..e98567c6 100644 --- a/Godeps/_workspace/src/github.com/golang/protobuf/proto/text_test.go +++ b/Godeps/_workspace/src/github.com/golang/protobuf/proto/text_test.go @@ -39,9 +39,9 @@ import ( "strings" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto" - proto3pb "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto" - pb "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto" + proto3pb "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto" + pb "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/golang/protobuf/proto/testdata" ) // textMessage implements the methods that allow it to marshal and unmarshal diff --git a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/server.go b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/server.go index 9b7c6616..459e62d4 100644 --- a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/server.go +++ b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/server.go @@ -8,7 +8,7 @@ package main import ( "errors" "flag" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/gorilla/websocket" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/gorilla/websocket" "io" "log" "net/http" diff --git a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/conn.go b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/conn.go index 586c7190..cde45c8d 100644 --- a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/conn.go +++ b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/conn.go @@ -5,7 +5,7 @@ package main import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/gorilla/websocket" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/gorilla/websocket" "log" "net/http" "time" diff --git a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/filewatch/main.go b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/filewatch/main.go index 098656d2..2796f7c8 100644 --- a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/filewatch/main.go +++ b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/filewatch/main.go @@ -14,7 +14,7 @@ import ( "text/template" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/gorilla/websocket" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/gorilla/websocket" ) const ( diff --git a/Godeps/_workspace/src/github.com/kr/pretty/example_test.go b/Godeps/_workspace/src/github.com/kr/pretty/example_test.go index b4386a48..f95b878c 100644 --- a/Godeps/_workspace/src/github.com/kr/pretty/example_test.go +++ b/Godeps/_workspace/src/github.com/kr/pretty/example_test.go @@ -2,7 +2,7 @@ package pretty_test import ( "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/kr/pretty" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/kr/pretty" ) func Example() { diff --git a/Godeps/_workspace/src/github.com/kr/pretty/formatter.go b/Godeps/_workspace/src/github.com/kr/pretty/formatter.go index 5cb52a3f..89499e8a 100644 --- a/Godeps/_workspace/src/github.com/kr/pretty/formatter.go +++ b/Godeps/_workspace/src/github.com/kr/pretty/formatter.go @@ -7,7 +7,7 @@ import ( "strconv" "text/tabwriter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/kr/text" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/kr/text" ) const ( diff --git a/Godeps/_workspace/src/github.com/kr/text/mc/mc.go b/Godeps/_workspace/src/github.com/kr/text/mc/mc.go index 7b29c790..9261fa9c 100644 --- a/Godeps/_workspace/src/github.com/kr/text/mc/mc.go +++ b/Godeps/_workspace/src/github.com/kr/text/mc/mc.go @@ -10,7 +10,7 @@ package main import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/kr/text/colwriter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/kr/text/colwriter" "github.com/kr/pty" "io" "log" diff --git a/Godeps/_workspace/src/github.com/spf13/cast/cast_test.go b/Godeps/_workspace/src/github.com/spf13/cast/cast_test.go index caeffba0..107d6038 100644 --- a/Godeps/_workspace/src/github.com/spf13/cast/cast_test.go +++ b/Godeps/_workspace/src/github.com/spf13/cast/cast_test.go @@ -10,7 +10,7 @@ import ( "html/template" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/stretchr/testify/assert" ) func TestToInt(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/spf13/cast/caste.go b/Godeps/_workspace/src/github.com/spf13/cast/caste.go index 16b67659..ec782596 100644 --- a/Godeps/_workspace/src/github.com/spf13/cast/caste.go +++ b/Godeps/_workspace/src/github.com/spf13/cast/caste.go @@ -14,7 +14,7 @@ import ( "strings" "time" - jww "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/jwalterweatherman" + jww "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/jwalterweatherman" ) func ToTimeE(i interface{}) (tim time.Time, err error) { diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/bash_completions.go b/Godeps/_workspace/src/github.com/spf13/cobra/bash_completions.go index 6ecd43ea..3084b914 100644 --- a/Godeps/_workspace/src/github.com/spf13/cobra/bash_completions.go +++ b/Godeps/_workspace/src/github.com/spf13/cobra/bash_completions.go @@ -7,7 +7,7 @@ import ( "sort" "strings" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/pflag" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/pflag" ) const ( diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/command.go b/Godeps/_workspace/src/github.com/spf13/cobra/command.go index 86ecebb4..f578f365 100644 --- a/Godeps/_workspace/src/github.com/spf13/cobra/command.go +++ b/Godeps/_workspace/src/github.com/spf13/cobra/command.go @@ -18,8 +18,8 @@ package cobra import ( "bytes" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/inconshreveable/mousetrap" - flag "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/pflag" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/inconshreveable/mousetrap" + flag "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/pflag" "io" "os" "runtime" diff --git a/Godeps/_workspace/src/github.com/spf13/jwalterweatherman/jww_test.go b/Godeps/_workspace/src/github.com/spf13/jwalterweatherman/jww_test.go index ef3df177..27023f25 100644 --- a/Godeps/_workspace/src/github.com/spf13/jwalterweatherman/jww_test.go +++ b/Godeps/_workspace/src/github.com/spf13/jwalterweatherman/jww_test.go @@ -7,7 +7,7 @@ package jwalterweatherman import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/stretchr/testify/assert" "testing" ) diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/bool_test.go b/Godeps/_workspace/src/github.com/spf13/pflag/bool_test.go index bec72ce4..200a19a7 100644 --- a/Godeps/_workspace/src/github.com/spf13/pflag/bool_test.go +++ b/Godeps/_workspace/src/github.com/spf13/pflag/bool_test.go @@ -9,7 +9,7 @@ import ( "strconv" "testing" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/pflag" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/pflag" ) // This value can be a boolean ("true", "false") or "maybe" diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/example_test.go b/Godeps/_workspace/src/github.com/spf13/pflag/example_test.go index 985f4d9c..1a0e22d6 100644 --- a/Godeps/_workspace/src/github.com/spf13/pflag/example_test.go +++ b/Godeps/_workspace/src/github.com/spf13/pflag/example_test.go @@ -11,7 +11,7 @@ import ( "strings" "time" - flag "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/pflag" + flag "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/pflag" ) // Example 1: A single string flag called "species" with default value "gopher". diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/flag_test.go b/Godeps/_workspace/src/github.com/spf13/pflag/flag_test.go index d0f3154a..eb876044 100644 --- a/Godeps/_workspace/src/github.com/spf13/pflag/flag_test.go +++ b/Godeps/_workspace/src/github.com/spf13/pflag/flag_test.go @@ -15,7 +15,7 @@ import ( "testing" "time" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/pflag" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/pflag" ) var ( diff --git a/Godeps/_workspace/src/github.com/spf13/viper/util.go b/Godeps/_workspace/src/github.com/spf13/viper/util.go index f602a5a4..3493774a 100644 --- a/Godeps/_workspace/src/github.com/spf13/viper/util.go +++ b/Godeps/_workspace/src/github.com/spf13/viper/util.go @@ -21,11 +21,11 @@ import ( "strings" "unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/BurntSushi/toml" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/magiconair/properties" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/cast" - jww "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/jwalterweatherman" - "github.com/khlieng/name_pending/Godeps/_workspace/src/gopkg.in/yaml.v2" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/BurntSushi/toml" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/magiconair/properties" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/cast" + jww "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/jwalterweatherman" + "github.com/khlieng/dispatch/Godeps/_workspace/src/gopkg.in/yaml.v2" ) func insensitiviseMap(m map[string]interface{}) { diff --git a/Godeps/_workspace/src/github.com/spf13/viper/viper.go b/Godeps/_workspace/src/github.com/spf13/viper/viper.go index 922139bf..e902086d 100644 --- a/Godeps/_workspace/src/github.com/spf13/viper/viper.go +++ b/Godeps/_workspace/src/github.com/spf13/viper/viper.go @@ -30,12 +30,12 @@ import ( "strings" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/kr/pretty" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/mitchellh/mapstructure" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/cast" - jww "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/jwalterweatherman" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/pflag" - crypt "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/xordataexchange/crypt/config" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/kr/pretty" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/mitchellh/mapstructure" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/cast" + jww "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/jwalterweatherman" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/pflag" + crypt "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/xordataexchange/crypt/config" ) var v *Viper diff --git a/Godeps/_workspace/src/github.com/spf13/viper/viper_test.go b/Godeps/_workspace/src/github.com/spf13/viper/viper_test.go index f6736ea8..c1b56c7b 100644 --- a/Godeps/_workspace/src/github.com/spf13/viper/viper_test.go +++ b/Godeps/_workspace/src/github.com/spf13/viper/viper_test.go @@ -14,8 +14,8 @@ import ( "testing" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/pflag" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/pflag" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/stretchr/testify/assert" ) var yamlExample = []byte(`Hacker: true diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/batch.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/batch.go index 9f1ec7f2..2fbca68e 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/batch.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/batch.go @@ -10,8 +10,8 @@ import ( "encoding/binary" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb" ) type ErrBatchCorrupted struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/batch_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/batch_test.go index d13d8a58..e3aa0441 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/batch_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/batch_test.go @@ -10,8 +10,8 @@ import ( "bytes" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb" ) type tbRec struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/bench_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/bench_test.go index a79655e4..afbb5359 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/bench_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/bench_test.go @@ -15,9 +15,9 @@ import ( "runtime" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" ) func randomString(r *rand.Rand, n int) []byte { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go index abbacf95..3ff4e2be 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go @@ -12,7 +12,7 @@ import ( "sync/atomic" "unsafe" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) // Cacher provides interface to implements a caching functionality. diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer.go index fea0a11e..14c41fd1 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer.go @@ -6,7 +6,7 @@ package leveldb -import "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" +import "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" type iComparer struct { ucmp comparer.Comparer diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/corrupt_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/corrupt_test.go index 3aaf2e1f..e820fa14 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/corrupt_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/corrupt_test.go @@ -9,9 +9,9 @@ package leveldb import ( "bytes" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" "io" "math/rand" "testing" diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go index 4a485b6a..2d30a81b 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go @@ -17,14 +17,14 @@ import ( "sync/atomic" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/journal" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/journal" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) type DB struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go index 5b6fb294..b806fc8f 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go @@ -10,9 +10,9 @@ import ( "sync" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" ) var ( diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go index 53b8c8f9..4d6fdb02 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go @@ -13,9 +13,9 @@ import ( "sync" "sync/atomic" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) var ( diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_snapshot.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_snapshot.go index 15f6dc3b..31972a44 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_snapshot.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_snapshot.go @@ -13,9 +13,9 @@ import ( "sync" "sync/atomic" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) type snapshotElement struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go index d76f34b0..8df307d5 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go @@ -10,8 +10,8 @@ import ( "sync/atomic" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/journal" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/journal" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb" ) type memDB struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_test.go index 966b00aa..0fe5174d 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_test.go @@ -23,13 +23,13 @@ import ( "time" "unsafe" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) func tkey(i int) []byte { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go index dd092a45..7865bf76 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go @@ -7,11 +7,11 @@ package leveldb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) // Reader is the interface that wraps basic Get and NewIterator methods. diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go index 966b2e6a..321624b2 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go @@ -9,9 +9,9 @@ package leveldb import ( "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) func (db *DB) writeJournal(b *Batch) error { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors.go index d55e9f5b..e9345c0b 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors.go @@ -7,7 +7,7 @@ package leveldb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" ) var ( diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors/errors.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors/errors.go index ede9e1a8..0df4cbd2 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors/errors.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors/errors.go @@ -11,8 +11,8 @@ import ( "errors" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) var ( diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/external_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/external_test.go index ac29384d..46ee4c6a 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/external_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/external_test.go @@ -10,8 +10,8 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" ) var _ = testutil.Defer(func() { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter.go index 974e2af3..5f45cc4f 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter.go @@ -7,7 +7,7 @@ package leveldb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" ) type iFilter struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter/bloom.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter/bloom.go index 7ac0fa12..2d078d98 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter/bloom.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter/bloom.go @@ -7,7 +7,7 @@ package filter import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) func bloomHash(key []byte) uint32 { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter/bloom_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter/bloom_test.go index 0117e184..0cb80726 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter/bloom_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter/bloom_test.go @@ -8,7 +8,7 @@ package filter import ( "encoding/binary" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" "testing" ) diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/array_iter.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/array_iter.go index 6f95a019..e36a6e96 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/array_iter.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/array_iter.go @@ -7,7 +7,7 @@ package iterator import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) // BasicArray is the interface that wraps basic Len and Search method. diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/array_iter_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/array_iter_test.go index 1dfd280c..eb6da994 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/array_iter_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/array_iter_test.go @@ -9,8 +9,8 @@ package iterator_test import ( . "github.com/onsi/ginkgo" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" ) var _ = testutil.Defer(func() { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter.go index f255b0aa..fc4e0ba4 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter.go @@ -7,8 +7,8 @@ package iterator import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) // IteratorIndexer is the interface that wraps CommonIterator and basic Get diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter_test.go index 1827fe72..35e3e958 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter_test.go @@ -11,9 +11,9 @@ import ( . "github.com/onsi/ginkgo" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" ) type keyValue struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/iter.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/iter.go index 64502252..a9e88431 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/iter.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/iter.go @@ -11,7 +11,7 @@ package iterator import ( "errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) var ( diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/iter_suite_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/iter_suite_test.go index 13feccb5..492bdfb9 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/iter_suite_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/iter_suite_test.go @@ -3,7 +3,7 @@ package iterator_test import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" ) func TestIterator(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/merged_iter.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/merged_iter.go index 4115f5ef..0ffab4a3 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/merged_iter.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/merged_iter.go @@ -7,9 +7,9 @@ package iterator import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) type dir int diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/merged_iter_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/merged_iter_test.go index 66fa37b7..250c7095 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/merged_iter_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/merged_iter_test.go @@ -10,9 +10,9 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" - . "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + . "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" ) var _ = testutil.Defer(func() { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/journal/journal.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/journal/journal.go index cfbc774c..d87cf7b4 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/journal/journal.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/journal/journal.go @@ -82,8 +82,8 @@ import ( "fmt" "io" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) // These constants are part of the wire format and should not be changed. diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/key.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/key.go index 0ae8088d..e10eff66 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/key.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/key.go @@ -10,7 +10,7 @@ import ( "encoding/binary" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" ) type ErrIkeyCorrupted struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/key_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/key_test.go index 044a1770..fabe2aeb 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/key_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/key_test.go @@ -10,7 +10,7 @@ import ( "bytes" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" ) var defaultIComparer = &iComparer{comparer.DefaultComparer} diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/leveldb_suite_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/leveldb_suite_test.go index c935a9cf..c367c186 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/leveldb_suite_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/leveldb_suite_test.go @@ -3,7 +3,7 @@ package leveldb import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" ) func TestLevelDB(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/bench_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/bench_test.go index 2478b1ef..5d374fa3 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/bench_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/bench_test.go @@ -11,7 +11,7 @@ import ( "math/rand" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" ) func BenchmarkPut(b *testing.B) { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go index 9b109e1f..a1b5e649 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go @@ -11,10 +11,10 @@ import ( "math/rand" "sync" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) var ( diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb_suite_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb_suite_test.go index a490636b..fbfc07a1 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb_suite_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb_suite_test.go @@ -3,7 +3,7 @@ package memdb import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" ) func TestMemDB(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb_test.go index 8a73e5d3..304edd66 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb_test.go @@ -10,10 +10,10 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) func (p *DB) TestFindLT(key []byte) (rkey, value []byte, err error) { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt/options.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt/options.go index 79051dfb..1b85501e 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt/options.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt/options.go @@ -8,9 +8,9 @@ package opt import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" "math" ) diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/options.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/options.go index 6b9b20a9..e0fddf2b 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/options.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/options.go @@ -7,8 +7,8 @@ package leveldb import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" ) func dupOptions(o *opt.Options) *opt.Options { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go index 814737dc..d245a68c 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go @@ -13,12 +13,12 @@ import ( "sync" "sync/atomic" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/journal" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/journal" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) type ErrManifestCorrupted struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_record.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_record.go index 0fc9457c..699b5815 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_record.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_record.go @@ -12,7 +12,7 @@ import ( "io" "strings" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" ) type byteReader interface { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_record_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_record_test.go index 3bcd984c..3c5767f6 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_record_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_record_test.go @@ -10,7 +10,7 @@ import ( "bytes" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" ) func decodeEncode(v *sessionRecord) (res bool, err error) { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go index cd2aa50e..2889aff9 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go @@ -10,8 +10,8 @@ import ( "fmt" "sync/atomic" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/journal" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/journal" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" ) type dropper struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go index 229bee71..9cb48e36 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go @@ -18,7 +18,7 @@ import ( "sync" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) var errFileOpen = errors.New("leveldb/storage: file still open") diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/mem_storage.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/mem_storage.go index 241fca6a..083e9c42 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/mem_storage.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/mem_storage.go @@ -11,7 +11,7 @@ import ( "os" "sync" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) const typeShift = 3 diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/storage.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/storage.go index 8117af3b..29f634a7 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/storage.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/storage.go @@ -12,7 +12,7 @@ import ( "fmt" "io" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) type FileType uint32 diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage_test.go index ec5159ad..9b519321 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage_test.go @@ -17,8 +17,8 @@ import ( "sync" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) const typeShift = 4 diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go index 8de50b06..09a9e112 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go @@ -11,12 +11,12 @@ import ( "sort" "sync/atomic" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) type // tFile holds basic information about a table. diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/block_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/block_test.go index 7cc07ec8..f615e2c4 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/block_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/block_test.go @@ -13,10 +13,10 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) type blockTesting struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go index 7a0a557d..e3e20a08 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go @@ -14,15 +14,15 @@ import ( "strings" "sync" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/gosnappy/snappy" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/gosnappy/snappy" ) var ( diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/table_suite_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/table_suite_test.go index b5a8e458..aa53b41c 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/table_suite_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/table_suite_test.go @@ -3,7 +3,7 @@ package table import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" ) func TestTable(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/table_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/table_test.go index ac98a9c3..c51b0407 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/table_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/table_test.go @@ -12,10 +12,10 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) type tableWrapper struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go index b6b6b082..e9f7b79a 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go @@ -12,11 +12,11 @@ import ( "fmt" "io" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/gosnappy/snappy" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/filter" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/gosnappy/snappy" ) func sharedPrefixLen(a, b []byte) int { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/db.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/db.go index 124ee7ce..2f467080 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/db.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/db.go @@ -12,9 +12,9 @@ import ( . "github.com/onsi/gomega" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) type DB interface{} diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/iter.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/iter.go index 0f63a967..667cf18f 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/iter.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/iter.go @@ -12,7 +12,7 @@ import ( . "github.com/onsi/gomega" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" ) type IterAct int diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/kv.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/kv.go index 3d596a79..c60e7b1f 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/kv.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/kv.go @@ -12,7 +12,7 @@ import ( "sort" "strings" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) type KeyValueEntry struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/kvtest.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/kvtest.go index 0a298850..4274d1a7 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/kvtest.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/kvtest.go @@ -13,8 +13,8 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) func KeyValueTesting(rnd *rand.Rand, kv KeyValue, p DB, setup func(KeyValue) DB, teardown func(DB)) { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/storage.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/storage.go index 33662019..4b3eaa04 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/storage.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/storage.go @@ -18,8 +18,8 @@ import ( . "github.com/onsi/gomega" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) var ( diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/util.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/util.go index 82816ac1..63034b69 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/util.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil/util.go @@ -15,7 +15,7 @@ import ( "github.com/onsi/ginkgo/config" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/comparer" ) var ( diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil_test.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil_test.go index 2ec08fdf..2da1eda9 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil_test.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil_test.go @@ -9,10 +9,10 @@ package leveldb import ( . "github.com/onsi/gomega" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/testutil" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) type testingDB struct { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util.go index edca5e36..a861d48e 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util.go @@ -10,7 +10,7 @@ import ( "fmt" "sort" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage" ) func shorten(str string) string { diff --git a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go index f0eb8c6b..7fd0c0ab 100644 --- a/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go +++ b/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go @@ -10,9 +10,9 @@ import ( "sync/atomic" "unsafe" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util" ) type tSet struct { diff --git a/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/consul/consul.go b/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/consul/consul.go index 063f9986..54dc55f1 100644 --- a/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/consul/consul.go +++ b/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/consul/consul.go @@ -5,9 +5,9 @@ import ( "strings" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/armon/consul-api" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/armon/consul-api" ) type Client struct { diff --git a/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/etcd/etcd.go b/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/etcd/etcd.go index b8f0dd19..f1f202b2 100644 --- a/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/etcd/etcd.go +++ b/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/etcd/etcd.go @@ -4,9 +4,9 @@ import ( "errors" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend" - goetcd "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd" + goetcd "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd" ) type Client struct { diff --git a/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/mock/mock.go b/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/mock/mock.go index c7eb1cb2..204493d0 100644 --- a/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/mock/mock.go +++ b/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/mock/mock.go @@ -6,7 +6,7 @@ import ( "strings" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend" ) var mockedStore map[string][]byte diff --git a/Godeps/_workspace/src/github.com/xordataexchange/crypt/config/config.go b/Godeps/_workspace/src/github.com/xordataexchange/crypt/config/config.go index 16adf627..9cffc8d5 100644 --- a/Godeps/_workspace/src/github.com/xordataexchange/crypt/config/config.go +++ b/Godeps/_workspace/src/github.com/xordataexchange/crypt/config/config.go @@ -5,10 +5,10 @@ import ( "io" "io/ioutil" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/consul" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/etcd" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/xordataexchange/crypt/encoding/secconf" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/consul" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/etcd" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/xordataexchange/crypt/encoding/secconf" ) type KVPair struct { diff --git a/Godeps/_workspace/src/github.com/xordataexchange/crypt/config/config_test.go b/Godeps/_workspace/src/github.com/xordataexchange/crypt/config/config_test.go index 5e8bdd11..07bdee75 100644 --- a/Godeps/_workspace/src/github.com/xordataexchange/crypt/config/config_test.go +++ b/Godeps/_workspace/src/github.com/xordataexchange/crypt/config/config_test.go @@ -5,7 +5,7 @@ import ( "reflect" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/mock" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/xordataexchange/crypt/backend/mock" ) var pubring = `-----BEGIN PGP PUBLIC KEY BLOCK----- diff --git a/Godeps/_workspace/src/github.com/xordataexchange/crypt/encoding/secconf/secconf.go b/Godeps/_workspace/src/github.com/xordataexchange/crypt/encoding/secconf/secconf.go index 51c87462..2157ebbe 100644 --- a/Godeps/_workspace/src/github.com/xordataexchange/crypt/encoding/secconf/secconf.go +++ b/Godeps/_workspace/src/github.com/xordataexchange/crypt/encoding/secconf/secconf.go @@ -12,7 +12,7 @@ import ( "io" "io/ioutil" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp" ) // Deocde decodes data using the secconf codec. diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor/armor.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor/armor.go index f61c888a..090ffa23 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor/armor.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor/armor.go @@ -10,7 +10,7 @@ import ( "bufio" "bytes" "encoding/base64" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" "io" ) diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/clearsign/clearsign.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/clearsign/clearsign.go index c9686944..b45a272d 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/clearsign/clearsign.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/clearsign/clearsign.go @@ -18,9 +18,9 @@ import ( "net/textproto" "strconv" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet" ) // A Block represents a clearsigned message. A signature on a Block can diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/clearsign/clearsign_test.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/clearsign/clearsign_test.go index 818aa0fd..3efb4fbc 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/clearsign/clearsign_test.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/clearsign/clearsign_test.go @@ -6,7 +6,7 @@ package clearsign import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp" "testing" ) diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/keys.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/keys.go index e4d844a2..12d3b822 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/keys.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/keys.go @@ -6,9 +6,9 @@ package openpgp import ( "crypto/rsa" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet" "io" "time" ) diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/keys_test.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/keys_test.go index 4fdfe587..fdaf04f0 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/keys_test.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/keys_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet" ) func TestKeyExpiry(t *testing.T) { diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/compressed.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/compressed.go index eb7ce0fd..3835caba 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/compressed.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/compressed.go @@ -8,7 +8,7 @@ import ( "compress/bzip2" "compress/flate" "compress/zlib" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" "io" "strconv" ) diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/encrypted_key.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/encrypted_key.go index fa0353cf..b24b4220 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/encrypted_key.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/encrypted_key.go @@ -7,8 +7,8 @@ package packet import ( "crypto/rsa" "encoding/binary" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/elgamal" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/elgamal" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" "io" "math/big" "strconv" diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/one_pass_signature.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/one_pass_signature.go index 5240d7e8..2af96cec 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/one_pass_signature.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/one_pass_signature.go @@ -7,8 +7,8 @@ package packet import ( "crypto" "encoding/binary" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k" "io" "strconv" ) diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/opaque.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/opaque.go index 0b702898..09c6f4c9 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/opaque.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/opaque.go @@ -6,7 +6,7 @@ package packet import ( "bytes" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" "io" "io/ioutil" ) diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/packet.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/packet.go index 8c79d99c..0cdc9e97 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/packet.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/packet.go @@ -11,8 +11,8 @@ import ( "crypto/aes" "crypto/cipher" "crypto/des" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/cast5" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/cast5" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" "io" "math/big" ) diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/packet_test.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/packet_test.go index 33eb8846..c6b598e2 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/packet_test.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/packet_test.go @@ -8,7 +8,7 @@ import ( "bytes" "encoding/hex" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" "io" "io/ioutil" "testing" diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/private_key.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/private_key.go index bb207fba..7110da5d 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/private_key.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/private_key.go @@ -10,9 +10,9 @@ import ( "crypto/dsa" "crypto/rsa" "crypto/sha1" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/elgamal" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/elgamal" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k" "io" "io/ioutil" "math/big" diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/public_key.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/public_key.go index 9dfcea7d..b85f7df3 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/public_key.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/public_key.go @@ -16,8 +16,8 @@ import ( _ "crypto/sha512" "encoding/binary" "fmt" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/elgamal" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/elgamal" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" "hash" "io" "math/big" diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/public_key_v3.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/public_key_v3.go index 3c7c9e3c..180ac7ae 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/public_key_v3.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/public_key_v3.go @@ -16,7 +16,7 @@ import ( "strconv" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" ) // PublicKeyV3 represents older, version 3 public keys. These keys are less secure and diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/reader.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/reader.go index 078a89ed..c44e9032 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/reader.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/reader.go @@ -5,7 +5,7 @@ package packet import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" "io" ) diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/signature.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/signature.go index d87705ae..91c702f6 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/signature.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/signature.go @@ -14,8 +14,8 @@ import ( "strconv" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k" ) const ( diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/signature_v3.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/signature_v3.go index 7ad3b2b2..b013e978 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/signature_v3.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/signature_v3.go @@ -12,8 +12,8 @@ import ( "strconv" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k" ) // SignatureV3 represents older version 3 signatures. These signatures are less secure diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/signature_v3_test.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/signature_v3_test.go index 642d8a1b..003b9aee 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/signature_v3_test.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/signature_v3_test.go @@ -12,7 +12,7 @@ import ( "io/ioutil" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor" ) func TestSignatureV3Read(t *testing.T) { diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted.go index 7e3e7b78..b35a69e1 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted.go @@ -10,8 +10,8 @@ import ( "io" "strconv" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k" ) // This is the largest session key that we'll support. Since no 512-bit cipher diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted.go index 87ab8def..cba7f168 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted.go @@ -8,7 +8,7 @@ import ( "crypto/cipher" "crypto/sha1" "crypto/subtle" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" "hash" "io" "strconv" diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted_test.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted_test.go index 28b1bded..14045a88 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted_test.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted_test.go @@ -8,7 +8,7 @@ import ( "bytes" "crypto/sha1" "encoding/hex" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" "io" "io/ioutil" "testing" diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/read.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/read.go index 6706ec59..5c35a7aa 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/read.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/read.go @@ -8,9 +8,9 @@ package openpgp import ( "crypto" _ "crypto/sha256" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet" "hash" "io" "strconv" diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/read_test.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/read_test.go index 299d88e2..440078d3 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/read_test.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/read_test.go @@ -8,7 +8,7 @@ import ( "bytes" _ "crypto/sha512" "encoding/hex" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" "io" "io/ioutil" "strings" diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k/s2k.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k/s2k.go index 02ff658c..5603831f 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k/s2k.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k/s2k.go @@ -12,7 +12,7 @@ import ( "io" "strconv" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" ) // Config collects configuration parameters for s2k key-stretching diff --git a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/write.go b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/write.go index 0e41e1c7..c0d7f933 100644 --- a/Godeps/_workspace/src/golang.org/x/crypto/openpgp/write.go +++ b/Godeps/_workspace/src/golang.org/x/crypto/openpgp/write.go @@ -6,10 +6,10 @@ package openpgp import ( "crypto" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k" "hash" "io" "strconv" diff --git a/Godeps/_workspace/src/golang.org/x/text/transform/examples_test.go b/Godeps/_workspace/src/golang.org/x/text/transform/examples_test.go index 2798e6b5..d6a3b427 100644 --- a/Godeps/_workspace/src/golang.org/x/text/transform/examples_test.go +++ b/Godeps/_workspace/src/golang.org/x/text/transform/examples_test.go @@ -8,8 +8,8 @@ import ( "fmt" "unicode" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/text/transform" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/text/unicode/norm" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/text/transform" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/text/unicode/norm" ) func ExampleRemoveFunc() { diff --git a/Godeps/_workspace/src/golang.org/x/text/unicode/norm/example_iter_test.go b/Godeps/_workspace/src/golang.org/x/text/unicode/norm/example_iter_test.go index 9b7043e6..709e6232 100644 --- a/Godeps/_workspace/src/golang.org/x/text/unicode/norm/example_iter_test.go +++ b/Godeps/_workspace/src/golang.org/x/text/unicode/norm/example_iter_test.go @@ -9,7 +9,7 @@ import ( "fmt" "unicode/utf8" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/text/unicode/norm" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/text/unicode/norm" ) // EqualSimple uses a norm.Iter to compare two non-normalized diff --git a/Godeps/_workspace/src/golang.org/x/text/unicode/norm/normregtest.go b/Godeps/_workspace/src/golang.org/x/text/unicode/norm/normregtest.go index 49f81cf5..c84ba0d5 100644 --- a/Godeps/_workspace/src/golang.org/x/text/unicode/norm/normregtest.go +++ b/Godeps/_workspace/src/golang.org/x/text/unicode/norm/normregtest.go @@ -23,7 +23,7 @@ import ( "unicode" "unicode/utf8" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/text/unicode/norm" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/text/unicode/norm" ) func main() { diff --git a/Godeps/_workspace/src/golang.org/x/text/unicode/norm/transform.go b/Godeps/_workspace/src/golang.org/x/text/unicode/norm/transform.go index 8eff9d91..3072e9d2 100644 --- a/Godeps/_workspace/src/golang.org/x/text/unicode/norm/transform.go +++ b/Godeps/_workspace/src/golang.org/x/text/unicode/norm/transform.go @@ -7,7 +7,7 @@ package norm import ( "unicode/utf8" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/text/transform" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/text/transform" ) // Reset implements the Reset method of the transform.Transformer interface. diff --git a/Godeps/_workspace/src/golang.org/x/text/unicode/norm/transform_test.go b/Godeps/_workspace/src/golang.org/x/text/unicode/norm/transform_test.go index df5b091a..a536d3ab 100644 --- a/Godeps/_workspace/src/golang.org/x/text/unicode/norm/transform_test.go +++ b/Godeps/_workspace/src/golang.org/x/text/unicode/norm/transform_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/text/transform" + "github.com/khlieng/dispatch/Godeps/_workspace/src/golang.org/x/text/transform" ) func TestTransform(t *testing.T) { diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/decode_test.go b/Godeps/_workspace/src/gopkg.in/yaml.v2/decode_test.go index c25b11ab..a133db7b 100644 --- a/Godeps/_workspace/src/gopkg.in/yaml.v2/decode_test.go +++ b/Godeps/_workspace/src/gopkg.in/yaml.v2/decode_test.go @@ -2,7 +2,7 @@ package yaml_test import ( "errors" - "github.com/khlieng/name_pending/Godeps/_workspace/src/gopkg.in/yaml.v2" + "github.com/khlieng/dispatch/Godeps/_workspace/src/gopkg.in/yaml.v2" . "gopkg.in/check.v1" "math" "net" diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/encode_test.go b/Godeps/_workspace/src/gopkg.in/yaml.v2/encode_test.go index 51c90298..d2d78525 100644 --- a/Godeps/_workspace/src/gopkg.in/yaml.v2/encode_test.go +++ b/Godeps/_workspace/src/gopkg.in/yaml.v2/encode_test.go @@ -7,7 +7,7 @@ import ( "strings" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/gopkg.in/yaml.v2" + "github.com/khlieng/dispatch/Godeps/_workspace/src/gopkg.in/yaml.v2" . "gopkg.in/check.v1" "net" "os" diff --git a/README.md b/README.md index 6f26247c..b3f6545c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# name_pending [![Build Status](https://travis-ci.org/khlieng/name_pending.svg?branch=master)](https://travis-ci.org/khlieng/name_pending) +# dispatch [![Build Status](https://travis-ci.org/khlieng/dispatch.svg?branch=master)](https://travis-ci.org/khlieng/dispatch) ####[Try it!](http://np.khlieng.com/) @@ -17,26 +17,26 @@ There will be binary releases. This requires a [Go environment](http://golang.org/doc/install). ```bash -go get github.com/khlieng/name_pending +go get github.com/khlieng/dispatch -name_pending +dispatch ``` To get some help run: ```bash -name_pending help +dispatch help ``` #### 3. Docker ```bash -docker run -p 8080:8080 khlieng/name_pending +docker run -p 8080:8080 khlieng/dispatch ``` ## Build ### Server ```bash -cd $GOPATH/src/github.com/khlieng/name_pending +cd $GOPATH/src/github.com/khlieng/dispatch go install ``` @@ -48,7 +48,7 @@ Fetch the dependencies: ```bash npm install -g gulp go get github.com/jteeuwen/go-bindata/... -cd $GOPATH/src/github.com/khlieng/name_pending/client +cd $GOPATH/src/github.com/khlieng/dispatch/client npm install ``` diff --git a/commands/clear.go b/commands/clear.go index 49a7d9c8..facad355 100644 --- a/commands/clear.go +++ b/commands/clear.go @@ -1,9 +1,9 @@ package commands import ( - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/cobra" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/cobra" - "github.com/khlieng/name_pending/storage" + "github.com/khlieng/dispatch/storage" ) var clearCmd = &cobra.Command{ diff --git a/commands/config.go b/commands/config.go index 92666dcb..c70a0cb7 100644 --- a/commands/config.go +++ b/commands/config.go @@ -6,7 +6,7 @@ import ( "os/exec" "path" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/cobra" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/cobra" ) var ( diff --git a/commands/name_pending.go b/commands/name_pending.go index a2e0fc2c..21d646d3 100644 --- a/commands/name_pending.go +++ b/commands/name_pending.go @@ -6,18 +6,18 @@ import ( "os" "path" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/mitchellh/go-homedir" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/cobra" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/spf13/viper" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/mitchellh/go-homedir" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/cobra" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/spf13/viper" - "github.com/khlieng/name_pending/assets" - "github.com/khlieng/name_pending/server" - "github.com/khlieng/name_pending/storage" + "github.com/khlieng/dispatch/assets" + "github.com/khlieng/dispatch/server" + "github.com/khlieng/dispatch/storage" ) var ( rootCmd = &cobra.Command{ - Use: "name_pending", + Use: "dispatch", Short: "Web-based IRC client in Go.", Run: func(cmd *cobra.Command, args []string) { storage.Initialize(appDir) @@ -79,5 +79,5 @@ func defaultDir() string { log.Fatal(err) } - return path.Join(dir, ".name_pending") + return path.Join(dir, ".dispatch") } diff --git a/docker.sh b/docker.sh index f2bbfde4..c83cd259 100755 --- a/docker.sh +++ b/docker.sh @@ -1,4 +1,4 @@ #!/bin/sh cp /etc/ssl/certs/ca-certificates.crt . -CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags -w -o build/name_pending -docker build -t khlieng/name_pending . \ No newline at end of file +CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags -w -o build/dispatch +docker build -t khlieng/dispatch . \ No newline at end of file diff --git a/irc/client_test.go b/irc/client_test.go index 3e615614..a8034b5c 100644 --- a/irc/client_test.go +++ b/irc/client_test.go @@ -4,7 +4,7 @@ import ( "net" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/stretchr/testify/assert" ) var c *Client diff --git a/irc/conn_test.go b/irc/conn_test.go index d030c3a3..5912d2e8 100644 --- a/irc/conn_test.go +++ b/irc/conn_test.go @@ -9,7 +9,7 @@ import ( "testing" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/stretchr/testify/assert" ) var ircd *mockIrcd diff --git a/irc/message_test.go b/irc/message_test.go index 41a06d79..e05f6bed 100644 --- a/irc/message_test.go +++ b/irc/message_test.go @@ -3,7 +3,7 @@ package irc import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/stretchr/testify/assert" ) func TestParseMessage(t *testing.T) { diff --git a/main.go b/main.go index 76726f52..44503314 100644 --- a/main.go +++ b/main.go @@ -3,7 +3,7 @@ package main import ( "runtime" - "github.com/khlieng/name_pending/commands" + "github.com/khlieng/dispatch/commands" ) func main() { diff --git a/server/irc_handler.go b/server/irc_handler.go index 12515933..f6eb6422 100644 --- a/server/irc_handler.go +++ b/server/irc_handler.go @@ -4,8 +4,8 @@ import ( "log" "strings" - "github.com/khlieng/name_pending/irc" - "github.com/khlieng/name_pending/storage" + "github.com/khlieng/dispatch/irc" + "github.com/khlieng/dispatch/storage" ) type ircHandler struct { diff --git a/server/irc_handler_test.go b/server/irc_handler_test.go index 61e43717..ad4ef476 100644 --- a/server/irc_handler_test.go +++ b/server/irc_handler_test.go @@ -7,10 +7,10 @@ import ( "path" "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/stretchr/testify/assert" - "github.com/khlieng/name_pending/irc" - "github.com/khlieng/name_pending/storage" + "github.com/khlieng/dispatch/irc" + "github.com/khlieng/dispatch/storage" ) var user *storage.User diff --git a/server/json.go b/server/json.go index a07ed81e..eadb34aa 100644 --- a/server/json.go +++ b/server/json.go @@ -3,7 +3,7 @@ package server import ( "encoding/json" - "github.com/khlieng/name_pending/storage" + "github.com/khlieng/dispatch/storage" ) type WSRequest struct { diff --git a/server/serve_files.go b/server/serve_files.go index b06aaf6f..77c10145 100644 --- a/server/serve_files.go +++ b/server/serve_files.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "github.com/khlieng/name_pending/assets" + "github.com/khlieng/dispatch/assets" ) var files = []File{ diff --git a/server/server.go b/server/server.go index 09079630..956da970 100644 --- a/server/server.go +++ b/server/server.go @@ -6,10 +6,10 @@ import ( "strconv" "sync" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/gorilla/websocket" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/gorilla/websocket" - "github.com/khlieng/name_pending/irc" - "github.com/khlieng/name_pending/storage" + "github.com/khlieng/dispatch/irc" + "github.com/khlieng/dispatch/storage" ) var ( diff --git a/server/session.go b/server/session.go index a2de97af..0f020810 100644 --- a/server/session.go +++ b/server/session.go @@ -3,8 +3,8 @@ package server import ( "sync" - "github.com/khlieng/name_pending/irc" - "github.com/khlieng/name_pending/storage" + "github.com/khlieng/dispatch/irc" + "github.com/khlieng/dispatch/storage" ) type Session struct { diff --git a/server/websocket.go b/server/websocket.go index acb90fae..62f92d10 100644 --- a/server/websocket.go +++ b/server/websocket.go @@ -3,7 +3,7 @@ package server import ( "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/gorilla/websocket" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/gorilla/websocket" ) type wsConn struct { diff --git a/server/websocket_handler.go b/server/websocket_handler.go index cbcbbb7f..1fd0e899 100644 --- a/server/websocket_handler.go +++ b/server/websocket_handler.go @@ -5,10 +5,10 @@ import ( "log" "strings" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/gorilla/websocket" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/gorilla/websocket" - "github.com/khlieng/name_pending/irc" - "github.com/khlieng/name_pending/storage" + "github.com/khlieng/dispatch/irc" + "github.com/khlieng/dispatch/storage" ) type wsHandler struct { diff --git a/storage/channel_test.go b/storage/channel_test.go index ff087c20..21946e30 100644 --- a/storage/channel_test.go +++ b/storage/channel_test.go @@ -3,7 +3,7 @@ package storage import ( "testing" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/stretchr/testify/assert" ) func TestGetSetUsers(t *testing.T) { diff --git a/storage/storage.go b/storage/storage.go index 15364007..257fcb77 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -5,7 +5,7 @@ import ( "os" "path" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) var ( diff --git a/storage/user.go b/storage/user.go index 85a35166..bf20ce78 100644 --- a/storage/user.go +++ b/storage/user.go @@ -9,8 +9,8 @@ import ( "strings" "time" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/blevesearch/bleve" - "github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/blevesearch/bleve" + "github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/boltdb/bolt" ) type Server struct {