Skip to content

Commit b20ac38

Browse files
mergify[bot]dependabot[bot]pchila
authored
build(deps): bump github.com/elastic/elastic-transport-go/v8 from 8.7.0 to 8.8.0 (#11262) (#11280)
* build(deps): bump github.com/elastic/elastic-transport-go/v8 Bumps [github.com/elastic/elastic-transport-go/v8](https://github.com/elastic/elastic-transport-go) from 8.7.0 to 8.8.0. - [Release notes](https://github.com/elastic/elastic-transport-go/releases) - [Changelog](https://github.com/elastic/elastic-transport-go/blob/main/CHANGELOG.md) - [Commits](elastic/elastic-transport-go@v8.7.0...v8.8.0) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-transport-go/v8 dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... * Update NOTICE.txt and/or NOTICE-fips.txt * go mod tidy internal/edot/go.mod --------- (cherry picked from commit 016403a) 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> Co-authored-by: Paolo Chila <[email protected]>
1 parent 9ff2c41 commit b20ac38

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,11 +1779,11 @@ these terms.
17791779

17801780
--------------------------------------------------------------------------------
17811781
Dependency : github.com/elastic/elastic-transport-go/v8
1782-
Version: v8.7.0
1782+
Version: v8.8.0
17831783
Licence type (autodetected): Apache-2.0
17841784
--------------------------------------------------------------------------------
17851785

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

17881788
Apache License
17891789
Version 2.0, January 2004

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,11 +1779,11 @@ these terms.
17791779

17801780
--------------------------------------------------------------------------------
17811781
Dependency : github.com/elastic/elastic-transport-go/v8
1782-
Version: v8.7.0
1782+
Version: v8.8.0
17831783
Licence type (autodetected): Apache-2.0
17841784
--------------------------------------------------------------------------------
17851785

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

17881788
Apache License
17891789
Version 2.0, January 2004

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/elastic/elastic-agent-client/v7 v7.17.2
2121
github.com/elastic/elastic-agent-libs v0.26.1
2222
github.com/elastic/elastic-agent-system-metrics v0.13.3
23-
github.com/elastic/elastic-transport-go/v8 v8.7.0
23+
github.com/elastic/elastic-transport-go/v8 v8.8.0
2424
github.com/elastic/go-elasticsearch/v8 v8.19.0
2525
github.com/elastic/go-licenser v0.4.2
2626
github.com/elastic/go-sysinfo v1.15.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@ github.com/elastic/elastic-agent-libs v0.26.1 h1:ywjSQajyjiv7zQTsyZjghIVb7PpPCrX
502502
github.com/elastic/elastic-agent-libs v0.26.1/go.mod h1:o/iXtbHYaojpG4BOY7Z3hFMQAgEoqq2owO17JPGpf3A=
503503
github.com/elastic/elastic-agent-system-metrics v0.13.3 h1:VlY3Ezuwi5bPZRsAM97WaJEW78XkXgqmPHcTl1WGMRw=
504504
github.com/elastic/elastic-agent-system-metrics v0.13.3/go.mod h1:lB8veYWYBlA9eF6TahmPN87G1IEgWlbep7QSqLSW90U=
505-
github.com/elastic/elastic-transport-go/v8 v8.7.0 h1:OgTneVuXP2uip4BA658Xi6Hfw+PeIOod2rY3GVMGoVE=
506-
github.com/elastic/elastic-transport-go/v8 v8.7.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
505+
github.com/elastic/elastic-transport-go/v8 v8.8.0 h1:7k1Ua+qluFr6p1jfJjGDl97ssJS/P7cHNInzfxgBQAo=
506+
github.com/elastic/elastic-transport-go/v8 v8.8.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
507507
github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3 h1:UyNbxdkQiSfyipwsOCWAlO+ju3xXC61Z4prx/HBTtFk=
508508
github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3/go.mod h1:DAsKqylc/16NDcfdk8dN5axVtSOsQwgP2kV+NV5xPDE=
509509
github.com/elastic/go-concert v0.3.1 h1:dqtq2+xA8w7BZunI7j3Hs43CjWod7/nNRD8ByPx4YMs=

internal/edot/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ require (
258258
github.com/elastic/elastic-agent-autodiscover v0.10.0 // indirect
259259
github.com/elastic/elastic-agent-client/v7 v7.17.2 // indirect
260260
github.com/elastic/elastic-agent-system-metrics v0.13.3 // indirect
261-
github.com/elastic/elastic-transport-go/v8 v8.7.0 // indirect
261+
github.com/elastic/elastic-transport-go/v8 v8.8.0 // indirect
262262
github.com/elastic/go-concert v0.3.1 // indirect
263263
github.com/elastic/go-docappender/v2 v2.11.2 // indirect
264264
github.com/elastic/go-elasticsearch/v8 v8.19.0 // indirect

internal/edot/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,8 @@ github.com/elastic/elastic-agent-libs v0.26.1 h1:ywjSQajyjiv7zQTsyZjghIVb7PpPCrX
427427
github.com/elastic/elastic-agent-libs v0.26.1/go.mod h1:o/iXtbHYaojpG4BOY7Z3hFMQAgEoqq2owO17JPGpf3A=
428428
github.com/elastic/elastic-agent-system-metrics v0.13.3 h1:VlY3Ezuwi5bPZRsAM97WaJEW78XkXgqmPHcTl1WGMRw=
429429
github.com/elastic/elastic-agent-system-metrics v0.13.3/go.mod h1:lB8veYWYBlA9eF6TahmPN87G1IEgWlbep7QSqLSW90U=
430-
github.com/elastic/elastic-transport-go/v8 v8.7.0 h1:OgTneVuXP2uip4BA658Xi6Hfw+PeIOod2rY3GVMGoVE=
431-
github.com/elastic/elastic-transport-go/v8 v8.7.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
430+
github.com/elastic/elastic-transport-go/v8 v8.8.0 h1:7k1Ua+qluFr6p1jfJjGDl97ssJS/P7cHNInzfxgBQAo=
431+
github.com/elastic/elastic-transport-go/v8 v8.8.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
432432
github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3 h1:UyNbxdkQiSfyipwsOCWAlO+ju3xXC61Z4prx/HBTtFk=
433433
github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3/go.mod h1:DAsKqylc/16NDcfdk8dN5axVtSOsQwgP2kV+NV5xPDE=
434434
github.com/elastic/go-concert v0.3.1 h1:dqtq2+xA8w7BZunI7j3Hs43CjWod7/nNRD8ByPx4YMs=

0 commit comments

Comments
 (0)