Skip to content

Commit 20a5222

Browse files
dependabot[bot]julienlind
and
julienlind
authoredMar 13, 2024··
build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.10.1 to 8.12.1 (#3345)
* build(deps): bump github.com/elastic/go-elasticsearch/v8 Bumps [github.com/elastic/go-elasticsearch/v8](https://github.com/elastic/go-elasticsearch) from 8.10.1 to 8.12.1. - [Release notes](https://github.com/elastic/go-elasticsearch/releases) - [Changelog](https://github.com/elastic/go-elasticsearch/blob/main/CHANGELOG.md) - [Commits](elastic/go-elasticsearch@v8.10.1...v8.12.1) --- updated-dependencies: - dependency-name: github.com/elastic/go-elasticsearch/v8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * run make check and update NOTICE.txt file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: julienlind <vincent.lind@elastic.co>
1 parent 8166b1c commit 20a5222

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed
 

‎NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -882,11 +882,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-s
882882

883883
--------------------------------------------------------------------------------
884884
Dependency : github.com/elastic/go-elasticsearch/v8
885-
Version: v8.10.1
885+
Version: v8.12.1
886886
Licence type (autodetected): Apache-2.0
887887
--------------------------------------------------------------------------------
888888

889-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/v8@v8.10.1/LICENSE:
889+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/v8@v8.12.1/LICENSE:
890890

891891
Apache License
892892
Version 2.0, January 2004

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/elastic/elastic-agent-client/v7 v7.8.0
99
github.com/elastic/elastic-agent-libs v0.7.4
1010
github.com/elastic/elastic-agent-system-metrics v0.7.0
11-
github.com/elastic/go-elasticsearch/v8 v8.10.1
11+
github.com/elastic/go-elasticsearch/v8 v8.12.1
1212
github.com/elastic/go-ucfg v0.8.6
1313
github.com/fxamacker/cbor/v2 v2.5.0
1414
github.com/go-chi/chi/v5 v5.0.10

‎go.sum

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ github.com/elastic/elastic-agent-libs v0.7.4 h1:/cmwOLwNAyJDNeR6sFIbHCDHDLPX2zAb
4040
github.com/elastic/elastic-agent-libs v0.7.4/go.mod h1:pGMj5myawdqu+xE+WKvM5FQzKQ/MonikkWOzoFTJxaU=
4141
github.com/elastic/elastic-agent-system-metrics v0.7.0 h1:qDLY30UDforSd/TfHfqUDiiHSL6Nu6qLXHsKSxz4OuQ=
4242
github.com/elastic/elastic-agent-system-metrics v0.7.0/go.mod h1:9C1UEfj0P687HAzZepHszN6zXA+2tN2Lx3Osvq1zby8=
43-
github.com/elastic/elastic-transport-go/v8 v8.3.0/go.mod h1:87Tcz8IVNe6rVSLdBux1o/PEItLtyabHU3naC7IoqKI=
4443
github.com/elastic/elastic-transport-go/v8 v8.4.0 h1:EKYiH8CHd33BmMna2Bos1rDNMM89+hdgcymI+KzJCGE=
4544
github.com/elastic/elastic-transport-go/v8 v8.4.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
46-
github.com/elastic/go-elasticsearch/v8 v8.10.1 h1:JJ3i2DimYTsJcUoEGbg6tNB0eehTNdid9c5kTR1TGuI=
47-
github.com/elastic/go-elasticsearch/v8 v8.10.1/go.mod h1:GU1BJHO7WeamP7UhuElYwzzHtvf9SDmeVpSSy9+o6Qg=
45+
github.com/elastic/go-elasticsearch/v8 v8.12.1 h1:QcuFK5LaZS0pSIj/eAEsxmJWmMo7tUs1aVBbzdIgtnE=
46+
github.com/elastic/go-elasticsearch/v8 v8.12.1/go.mod h1:wSzJYrrKPZQ8qPuqAqc6KMR4HrBfHnZORvyL+FMFqq0=
4847
github.com/elastic/go-structform v0.0.10 h1:oy08o/Ih2hHTkNcRY/1HhaYvIp5z6t8si8gnCJPDo1w=
4948
github.com/elastic/go-structform v0.0.10/go.mod h1:CZWf9aIRYY5SuKSmOhtXScE5uQiLZNqAFnwKR4OrIM4=
5049
github.com/elastic/go-sysinfo v1.13.1 h1:U5Jlx6c/rLkR72O8wXXXo1abnGlWGJU/wbzNJ2AfQa4=

0 commit comments

Comments
 (0)
Please sign in to comment.