Skip to content

Commit ea6e2b0

Browse files
committed
build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.17.0 to 8.17.1 (#4468)
* build(deps): bump github.com/elastic/go-elasticsearch/v8 Bumps [github.com/elastic/go-elasticsearch/v8](https://github.com/elastic/go-elasticsearch) from 8.17.0 to 8.17.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.17.0...v8.17.1) --- updated-dependencies: - dependency-name: github.com/elastic/go-elasticsearch/v8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Post dependabot file modifications --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 8aa73ff) # Conflicts: # NOTICE.txt # go.mod # go.sum # Conflicts: # NOTICE.txt # go.mod # go.sum
1 parent c1f6687 commit ea6e2b0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -661,11 +661,11 @@ SOFTWARE
661661

662662
--------------------------------------------------------------------------------
663663
Dependency : github.com/elastic/elastic-agent-libs
664-
Version: v0.17.3
664+
Version: v0.18.6
665665
Licence type (autodetected): Apache-2.0
666666
--------------------------------------------------------------------------------
667667

668-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.17.3/LICENSE:
668+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.18.6/LICENSE:
669669

670670
Apache License
671671
Version 2.0, January 2004

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module github.com/elastic/fleet-server/v7
22

3-
go 1.22.8
3+
go 1.22.10
44

55
require (
66
github.com/Pallinder/go-randomdata v1.2.0
77
github.com/dgraph-io/ristretto v0.2.0
88
github.com/docker/go-units v0.5.0
99
github.com/elastic/elastic-agent-client/v7 v7.16.0
10-
github.com/elastic/elastic-agent-libs v0.17.3
10+
github.com/elastic/elastic-agent-libs v0.18.6
1111
github.com/elastic/elastic-agent-system-metrics v0.11.4
1212
github.com/elastic/go-elasticsearch/v8 v8.17.1
1313
github.com/elastic/go-ucfg v0.8.8

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
3333
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
3434
github.com/elastic/elastic-agent-client/v7 v7.16.0 h1:yKGq2+CxAuW8Kh0EoNl202tqAyQKfBcPRawVKs2Jve0=
3535
github.com/elastic/elastic-agent-client/v7 v7.16.0/go.mod h1:6h+f9QdIr3GO2ODC0Y8+aEXRwzbA5W4eV4dd/67z7nI=
36-
github.com/elastic/elastic-agent-libs v0.17.3 h1:q79P05dhQkc5REzieVkkD9oRKrnptKY4MC6Typ+d8bc=
37-
github.com/elastic/elastic-agent-libs v0.17.3/go.mod h1:5CR02awPrBr+tfmjBBK+JI+dMmHNQjpVY24J0wjbC7M=
36+
github.com/elastic/elastic-agent-libs v0.18.6 h1:tIIFv+lNHRro/QdJQA5LnjP7L3xPQYWVlJdOJ7T6zKw=
37+
github.com/elastic/elastic-agent-libs v0.18.6/go.mod h1:NNivmXK440JX06At6l7+itRJzZovbVnofogDXdskQno=
3838
github.com/elastic/elastic-agent-system-metrics v0.11.4 h1:Z/8CML5RKvGpi6/QUFok1K3EriBAv2kUAXnsk8hCifk=
3939
github.com/elastic/elastic-agent-system-metrics v0.11.4/go.mod h1:TTW2ysv78uHBQ68hG8TXiaX1m6f29ZHgGWb8XONYsU8=
4040
github.com/elastic/elastic-transport-go/v8 v8.6.1 h1:h2jQRqH6eLGiBSN4eZbQnJLtL4bC5b4lfVFRjw2R4e4=

0 commit comments

Comments
 (0)