Skip to content

Commit afada30

Browse files
build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.19.0 to 8.19.1 (#6062)
* build(deps): bump github.com/elastic/go-elasticsearch/v8 Bumps [github.com/elastic/go-elasticsearch/v8](https://github.com/elastic/go-elasticsearch) from 8.19.0 to 8.19.1. - [Release notes](https://github.com/elastic/go-elasticsearch/releases) - [Changelog](https://github.com/elastic/go-elasticsearch/blob/v8.19.1/CHANGELOG.md) - [Commits](elastic/go-elasticsearch@v8.19.0...v8.19.1) --- updated-dependencies: - dependency-name: github.com/elastic/go-elasticsearch/v8 dependency-version: 8.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Post dependabot file modifications --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent c10deba commit afada30

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

NOTICE-fips.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,11 +1083,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-s
10831083

10841084
--------------------------------------------------------------------------------
10851085
Dependency : github.com/elastic/go-elasticsearch/v8
1086-
Version: v8.19.0
1086+
Version: v8.19.1
10871087
Licence type (autodetected): Apache-2.0
10881088
--------------------------------------------------------------------------------
10891089

1090-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/[email protected].0/LICENSE:
1090+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/[email protected].1/LICENSE:
10911091

10921092
Apache License
10931093
Version 2.0, January 2004
@@ -5208,11 +5208,11 @@ SOFTWARE.
52085208

52095209
--------------------------------------------------------------------------------
52105210
Dependency : github.com/elastic/elastic-transport-go/v8
5211-
Version: v8.7.0
5211+
Version: v8.8.0
52125212
Licence type (autodetected): Apache-2.0
52135213
--------------------------------------------------------------------------------
52145214

5215-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-transport-go/v8@v8.7.0/LICENSE:
5215+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-transport-go/v8@v8.8.0/LICENSE:
52165216

52175217
Apache License
52185218
Version 2.0, January 2004

NOTICE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,11 +1083,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-s
10831083

10841084
--------------------------------------------------------------------------------
10851085
Dependency : github.com/elastic/go-elasticsearch/v8
1086-
Version: v8.19.0
1086+
Version: v8.19.1
10871087
Licence type (autodetected): Apache-2.0
10881088
--------------------------------------------------------------------------------
10891089

1090-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/[email protected].0/LICENSE:
1090+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/[email protected].1/LICENSE:
10911091

10921092
Apache License
10931093
Version 2.0, January 2004
@@ -5208,11 +5208,11 @@ SOFTWARE.
52085208

52095209
--------------------------------------------------------------------------------
52105210
Dependency : github.com/elastic/elastic-transport-go/v8
5211-
Version: v8.7.0
5211+
Version: v8.8.0
52125212
Licence type (autodetected): Apache-2.0
52135213
--------------------------------------------------------------------------------
52145214

5215-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-transport-go/v8@v8.7.0/LICENSE:
5215+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-transport-go/v8@v8.8.0/LICENSE:
52165216

52175217
Apache License
52185218
Version 2.0, January 2004

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/elastic/elastic-agent-client/v7 v7.17.2
1111
github.com/elastic/elastic-agent-libs v0.28.0
1212
github.com/elastic/elastic-agent-system-metrics v0.13.4
13-
github.com/elastic/go-elasticsearch/v8 v8.19.0
13+
github.com/elastic/go-elasticsearch/v8 v8.19.1
1414
github.com/elastic/go-ucfg v0.8.8
1515
github.com/fxamacker/cbor/v2 v2.9.0
1616
github.com/go-chi/chi/v5 v5.2.3
@@ -53,7 +53,7 @@ require (
5353
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5454
github.com/davecgh/go-spew v1.1.1 // indirect
5555
github.com/dustin/go-humanize v1.0.1 // indirect
56-
github.com/elastic/elastic-transport-go/v8 v8.7.0 // indirect
56+
github.com/elastic/elastic-transport-go/v8 v8.8.0 // indirect
5757
github.com/elastic/go-structform v0.0.12 // indirect
5858
github.com/elastic/go-sysinfo v1.15.1 // indirect
5959
github.com/elastic/go-windows v1.0.2 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ github.com/elastic/elastic-agent-libs v0.28.0 h1:UDL9aSxgjqC9TrHAEHgI8gtuhRYPM/1
3939
github.com/elastic/elastic-agent-libs v0.28.0/go.mod h1:0xUg7alsNE/WhY9DZRIdTYW75nqSHC1octIAg//j/PQ=
4040
github.com/elastic/elastic-agent-system-metrics v0.13.4 h1:gX8VdlQyakPcPKFpD7uHv2QLRDyguuKfZgu0LE27V7c=
4141
github.com/elastic/elastic-agent-system-metrics v0.13.4/go.mod h1:lB8veYWYBlA9eF6TahmPN87G1IEgWlbep7QSqLSW90U=
42-
github.com/elastic/elastic-transport-go/v8 v8.7.0 h1:OgTneVuXP2uip4BA658Xi6Hfw+PeIOod2rY3GVMGoVE=
43-
github.com/elastic/elastic-transport-go/v8 v8.7.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
44-
github.com/elastic/go-elasticsearch/v8 v8.19.0 h1:VmfBLNRORY7RZL+9hTxBD97ehl9H8Nxf2QigDh6HuMU=
45-
github.com/elastic/go-elasticsearch/v8 v8.19.0/go.mod h1:F3j9e+BubmKvzvLjNui/1++nJuJxbkhHefbaT0kFKGY=
42+
github.com/elastic/elastic-transport-go/v8 v8.8.0 h1:7k1Ua+qluFr6p1jfJjGDl97ssJS/P7cHNInzfxgBQAo=
43+
github.com/elastic/elastic-transport-go/v8 v8.8.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
44+
github.com/elastic/go-elasticsearch/v8 v8.19.1 h1:0iEGt5/Ds9MNVxEp3hqLsXdbe6SjleaVHONg/FuR09Q=
45+
github.com/elastic/go-elasticsearch/v8 v8.19.1/go.mod h1:tHJQdInFa6abmDbDCEH2LJja07l/SIpaGpJcm13nt7s=
4646
github.com/elastic/go-structform v0.0.12 h1:HXpzlAKyej8T7LobqKDThUw7BMhwV6Db24VwxNtgxCs=
4747
github.com/elastic/go-structform v0.0.12/go.mod h1:CZWf9aIRYY5SuKSmOhtXScE5uQiLZNqAFnwKR4OrIM4=
4848
github.com/elastic/go-sysinfo v1.15.1 h1:zBmTnFEXxIQ3iwcQuk7MzaUotmKRp3OabbbWM8TdzIQ=

0 commit comments

Comments
 (0)