From c928e214620592590dae427604f38f3002f785b3 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 10 Jul 2017 12:18:56 -0700 Subject: [PATCH] Update elastic version to 5.0.41 (#2999) --- Godeps | 3 ++- docs/LICENSE_OF_DEPENDENCIES.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Godeps b/Godeps index ada5479fa..b538624ad 100644 --- a/Godeps +++ b/Godeps @@ -39,6 +39,7 @@ github.com/nats-io/nuid 289cccf02c178dc782430d534e3c1f5b72af807f github.com/nsqio/go-nsq a53d495e81424aaf7a7665a9d32a97715c40e953 github.com/pierrec/lz4 5c9560bfa9ace2bf86080bf40d46b34ae44604df github.com/pierrec/xxHash 5a004441f897722c627870a981d02b29924215fa +github.com/pkg/errors 645ef00459ed84a119197bfb8d8205042c6df63d github.com/prometheus/client_golang c317fb74746eac4fc65fe3909195f4cf67c5562a github.com/prometheus/client_model fa8ad6fec33561be4280a8f0514318c79d7f6cb6 github.com/prometheus/common dd2f054febf4a6c00f2343686efb775948a8bff4 @@ -61,5 +62,5 @@ golang.org/x/text 506f9d5c962f284575e88337e7d9296d27e729d3 gopkg.in/fatih/pool.v2 6e328e67893eb46323ad06f0e92cb9536babbabc gopkg.in/gorethink/gorethink.v3 7ab832f7b65573104a555d84a27992ae9ea1f659 gopkg.in/mgo.v2 3f83fa5005286a7fe593b055f0d7771a7dce4655 -gopkg.in/olivere/elastic.v5 ee3ebceab960cf68ab9a89ee6d78c031ef5b4a4e +gopkg.in/olivere/elastic.v5 3113f9b9ad37509fe5f8a0e5e91c96fdc4435e26 gopkg.in/yaml.v2 4c78c975fe7c825c6d1466c42be594d1d6f3aba6 diff --git a/docs/LICENSE_OF_DEPENDENCIES.md b/docs/LICENSE_OF_DEPENDENCIES.md index ad7a80ef3..72663069f 100644 --- a/docs/LICENSE_OF_DEPENDENCIES.md +++ b/docs/LICENSE_OF_DEPENDENCIES.md @@ -53,6 +53,7 @@ works: - github.com/nsqio/go-nsq [MIT](https://github.com/nsqio/go-nsq/blob/master/LICENSE) - github.com/pierrec/lz4 [BSD](https://github.com/pierrec/lz4/blob/master/LICENSE) - github.com/pierrec/xxHash [BSD](https://github.com/pierrec/xxHash/blob/master/LICENSE) +- github.com/pkg/errors [BSD](https://github.com/pkg/errors/blob/master/LICENSE) - github.com/prometheus/client_golang [APACHE](https://github.com/prometheus/client_golang/blob/master/LICENSE) - github.com/prometheus/client_model [APACHE](https://github.com/prometheus/client_model/blob/master/LICENSE) - github.com/prometheus/common [APACHE](https://github.com/prometheus/common/blob/master/LICENSE)