Skip to content

Commit 052b51b

Browse files
mergify[bot]swiatekm
authored andcommitted
build(deps): bump github.com/elastic/elastic-transport-go/v8 from 8.6.0 to 8.6.1 (#4455) (#4458)
* 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.6.0 to 8.6.1. - [Commits](elastic/elastic-transport-go@v8.6.0...v8.6.1) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-transport-go/v8 dependency-type: indirect 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 6bee16f) # Conflicts: # go.sum Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> # Conflicts: # go.sum
1 parent b0b2c25 commit 052b51b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8783,11 +8783,11 @@ SOFTWARE.
87838783

87848784
--------------------------------------------------------------------------------
87858785
Dependency : github.com/elastic/elastic-transport-go/v8
8786-
Version: v8.6.0
8786+
Version: v8.6.1
87878787
Licence type (autodetected): Apache-2.0
87888788
--------------------------------------------------------------------------------
87898789

8790-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-transport-go/v8@v8.6.0/LICENSE:
8790+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-transport-go/v8@v8.6.1/LICENSE:
87918791

87928792
Apache License
87938793
Version 2.0, January 2004

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ require (
5252
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5353
github.com/davecgh/go-spew v1.1.1 // indirect
5454
github.com/dustin/go-humanize v1.0.1 // indirect
55-
github.com/elastic/elastic-transport-go/v8 v8.6.0 // indirect
55+
github.com/elastic/elastic-transport-go/v8 v8.6.1 // indirect
5656
github.com/elastic/go-structform v0.0.12 // indirect
5757
github.com/elastic/go-sysinfo v1.15.0 // indirect
5858
github.com/elastic/go-windows v1.0.2 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ github.com/elastic/elastic-agent-libs v0.18.6 h1:tIIFv+lNHRro/QdJQA5LnjP7L3xPQYW
3737
github.com/elastic/elastic-agent-libs v0.18.6/go.mod h1:NNivmXK440JX06At6l7+itRJzZovbVnofogDXdskQno=
3838
github.com/elastic/elastic-agent-system-metrics v0.11.8 h1:O12rj3Gojqa9UX8gA6Dj1XDIGeZXgXOAvxQbvC+XLbA=
3939
github.com/elastic/elastic-agent-system-metrics v0.11.8/go.mod h1:FgtshyeVEAxNqRoFkdL0MpCW0rHxQGFNEKjIsxfcrag=
40-
github.com/elastic/elastic-transport-go/v8 v8.6.0 h1:Y2S/FBjx1LlCv5m6pWAF2kDJAHoSjSRSJCApolgfthA=
41-
github.com/elastic/elastic-transport-go/v8 v8.6.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
40+
github.com/elastic/elastic-transport-go/v8 v8.6.1 h1:h2jQRqH6eLGiBSN4eZbQnJLtL4bC5b4lfVFRjw2R4e4=
41+
github.com/elastic/elastic-transport-go/v8 v8.6.1/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
4242
github.com/elastic/go-elasticsearch/v8 v8.17.0 h1:e9cWksE/Fr7urDRmGPGp47Nsp4/mvNOrU8As1l2HQQ0=
4343
github.com/elastic/go-elasticsearch/v8 v8.17.0/go.mod h1:lGMlgKIbYoRvay3xWBeKahAiJOgmFDsjZC39nmO3H64=
4444
github.com/elastic/go-structform v0.0.12 h1:HXpzlAKyej8T7LobqKDThUw7BMhwV6Db24VwxNtgxCs=

0 commit comments

Comments
 (0)