Skip to content

Commit 21a267f

Browse files
Bump github.com/elastic/elastic-transport-go/v8 from 8.3.0 to 8.4.0 (#4110)
* Bump github.com/elastic/elastic-transport-go/v8 from 8.3.0 to 8.4.0 Bumps [github.com/elastic/elastic-transport-go/v8](https://github.com/elastic/elastic-transport-go) from 8.3.0 to 8.4.0. - [Commits](elastic/elastic-transport-go@v8.3.0...v8.4.0) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-transport-go/v8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update NOTICE.txt --------- 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> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
1 parent 7c57a4f commit 21a267f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

NOTICE.txt

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

15891589
--------------------------------------------------------------------------------
15901590
Dependency : github.com/elastic/elastic-transport-go/v8
1591-
Version: v8.3.0
1591+
Version: v8.4.0
15921592
Licence type (autodetected): Apache-2.0
15931593
--------------------------------------------------------------------------------
15941594

1595-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-transport-go/v8@v8.3.0/LICENSE:
1595+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-transport-go/v8@v8.4.0/LICENSE:
15961596

15971597
Apache License
15981598
Version 2.0, January 2004

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/elastic/elastic-agent-client/v7 v7.8.0
1717
github.com/elastic/elastic-agent-libs v0.7.5
1818
github.com/elastic/elastic-agent-system-metrics v0.9.1
19-
github.com/elastic/elastic-transport-go/v8 v8.3.0
19+
github.com/elastic/elastic-transport-go/v8 v8.4.0
2020
github.com/elastic/go-elasticsearch/v8 v8.10.1
2121
github.com/elastic/go-licenser v0.4.1
2222
github.com/elastic/go-sysinfo v1.13.1

go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,9 @@ github.com/elastic/elastic-agent-system-metrics v0.9.1 h1:r0ofKHgPpl+W09ie7tzGcC
804804
github.com/elastic/elastic-agent-system-metrics v0.9.1/go.mod h1:9C1UEfj0P687HAzZepHszN6zXA+2tN2Lx3Osvq1zby8=
805805
github.com/elastic/elastic-integration-corpus-generator-tool v0.5.0/go.mod h1:uf9N86y+UACGybdEhZLpwZ93XHWVhsYZAA4c2T2v6YM=
806806
github.com/elastic/elastic-package v0.77.0/go.mod h1:Xeqx0OOVnKBfFoSHsHmKI74RxgRGiDhU6yXEu8BkJJM=
807-
github.com/elastic/elastic-transport-go/v8 v8.3.0 h1:DJGxovyQLXGr62e9nDMPSxRyWION0Bh6d9eCFBriiHo=
808807
github.com/elastic/elastic-transport-go/v8 v8.3.0/go.mod h1:87Tcz8IVNe6rVSLdBux1o/PEItLtyabHU3naC7IoqKI=
808+
github.com/elastic/elastic-transport-go/v8 v8.4.0 h1:EKYiH8CHd33BmMna2Bos1rDNMM89+hdgcymI+KzJCGE=
809+
github.com/elastic/elastic-transport-go/v8 v8.4.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
809810
github.com/elastic/go-elasticsearch/v7 v7.17.7/go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4=
810811
github.com/elastic/go-elasticsearch/v8 v8.0.0-20210317102009-a9d74cec0186/go.mod h1:xe9a/L2aeOgFKKgrO3ibQTnMdpAeL0GC+5/HpGScSa4=
811812
github.com/elastic/go-elasticsearch/v8 v8.10.1 h1:JJ3i2DimYTsJcUoEGbg6tNB0eehTNdid9c5kTR1TGuI=

0 commit comments

Comments
 (0)