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

update github.com/elastic/go-elasticsearch/v7 #7169

Merged
merged 3 commits into from
Feb 3, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1022,11 +1022,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]/LIC

--------------------------------------------------------------------------------
Dependency : github.com/elastic/go-elasticsearch/v7
Version: v7.5.1-0.20211123104603-d1bc209de06c
Version: v7.17.1-0.20220201174318-192b564fbe53
Licence type (autodetected): Apache-2.0
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/v7@v7.5.1-0.20211123104603-d1bc209de06c/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/v7@v7.17.1-0.20220201174318-192b564fbe53/LICENSE:

Apache License
Version 2.0, January 2004
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/elastic/ecs v1.12.0
github.com/elastic/elastic-agent-client/v7 v7.0.0-20210922110810-e6f1f402a9ed // indirect
github.com/elastic/gmux v0.2.0
github.com/elastic/go-elasticsearch/v7 v7.5.1-0.20211123104603-d1bc209de06c
github.com/elastic/go-elasticsearch/v7 v7.17.1-0.20220201174318-192b564fbe53
github.com/elastic/go-elasticsearch/v8 v8.0.0-20210727161915-8cf93274b968
github.com/elastic/go-hdrhistogram v0.1.0
github.com/elastic/go-sysinfo v1.7.1 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ github.com/elastic/go-concert v0.2.0 h1:GAQrhRVXprnNjtvTP9pWJ1d4ToEA4cU5ci7TwTa2
github.com/elastic/go-concert v0.2.0/go.mod h1:HWjpO3IAEJUxOeaJOWXWEp7imKd27foxz9V5vegC/38=
github.com/elastic/go-elasticsearch/v7 v7.5.1-0.20211123104603-d1bc209de06c h1:EXuzem36HAv9Ynn00jjd4beZ5Mmk5wmsCAydKUeorHw=
github.com/elastic/go-elasticsearch/v7 v7.5.1-0.20211123104603-d1bc209de06c/go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4=
github.com/elastic/go-elasticsearch/v7 v7.17.1-0.20220201174318-192b564fbe53 h1:QUbFRm9fsBo8fFjz1+Yh2aY6nj14T1+Anvso3szNPhg=
github.com/elastic/go-elasticsearch/v7 v7.17.1-0.20220201174318-192b564fbe53/go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4=
github.com/elastic/go-elasticsearch/v8 v8.0.0-20210727161915-8cf93274b968 h1:rDj5NfOj2IQocHyDLjbkFmn21XYljn+CaJeBwEbUL6E=
github.com/elastic/go-elasticsearch/v8 v8.0.0-20210727161915-8cf93274b968/go.mod h1:xe9a/L2aeOgFKKgrO3ibQTnMdpAeL0GC+5/HpGScSa4=
github.com/elastic/go-hdrhistogram v0.1.0 h1:7UVeQ9MsO5c9h8RJeH2S2lXCGi9hQB/94W6Pjjqprc4=
Expand Down