Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.8] go es #3780

Merged
merged 2 commits into from
May 12, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ Contents of "NOTICE.txt":
--------------------------------------------------------------------
Dependency: github.com/elastic/go-elasticsearch/v7
Version: v7.5.1
Revision: 9a4447ee944f
Revision: 3c0063f9b9f9
License type (autodetected): Apache-2.0

--------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/dop251/goja_nodejs v0.0.0-20200128125109-2d688c7e0ac4 // indirect
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20200506102423-b1fdd94c7a16
github.com/elastic/go-elasticsearch/v7 v7.5.1-0.20200506081032-9a4447ee944f
github.com/elastic/go-elasticsearch/v7 v7.5.1-0.20200508111103-3c0063f9b9f9
github.com/elastic/go-elasticsearch/v8 v8.0.0-20200506081844-5ab992a62b07
github.com/elastic/go-hdrhistogram v0.1.0
github.com/elastic/go-licenser v0.2.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ github.com/elastic/go-elasticsearch/v7 v7.5.0 h1:kXW+EKls2BwsyQujTmVrxANb3U0qoz9
github.com/elastic/go-elasticsearch/v7 v7.5.0/go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4=
github.com/elastic/go-elasticsearch/v7 v7.5.1-0.20200506081032-9a4447ee944f h1:KwtaKm9uj9nraCZXwminf2acgxjfsqIm20cnYalaFzY=
github.com/elastic/go-elasticsearch/v7 v7.5.1-0.20200506081032-9a4447ee944f/go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4=
github.com/elastic/go-elasticsearch/v7 v7.5.1-0.20200508111103-3c0063f9b9f9 h1:+O/2l7RY3RxInqZrpiEfqI6VYqf83ST5DdBF8XvzqDU=
github.com/elastic/go-elasticsearch/v7 v7.5.1-0.20200508111103-3c0063f9b9f9/go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4=
github.com/elastic/go-elasticsearch/v8 v8.0.0-20200210103600-aff00e5adfde h1:Y9SZx8RQqFycLxi5W5eFmxMqnmijULVc3LMjBTtZQdM=
github.com/elastic/go-elasticsearch/v8 v8.0.0-20200210103600-aff00e5adfde/go.mod h1:xe9a/L2aeOgFKKgrO3ibQTnMdpAeL0GC+5/HpGScSa4=
github.com/elastic/go-elasticsearch/v8 v8.0.0-20200506081844-5ab992a62b07 h1:80MzuOeW6RHf4AygKccqk6U8fAvzW8VHDQnGRSBJGcg=
Expand Down